You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -836,12 +836,12 @@ following
836
836
837
837
1. Open [HubSpot Developer](https://developer.hubspot.com/) and sign into your account, or create a new one.
838
838
2. From within the home of the Developer account page, go to "Manage apps".
839
-
3. Click "Create app" button top right.
839
+
3. Click "Create legacy app" button top right and select public app.
840
840
4. Fill in any information you want in the "App info" tab
841
841
5. Go to tab "Auth"
842
842
6. Now copy the Client ID and Client Secret to your `.env` file into the `HUBSPOT_CLIENT_ID` and `HUBSPOT_CLIENT_SECRET` fields.
843
843
7. Set the Redirect URL for OAuth `<Cal.com URL>/api/integrations/hubspot/callback` replacing Cal.com URL with the URI at which your application runs.
844
-
8. In the "Scopes" section at the bottom of the page, make sure you select "Read" and "Write" for scope called `crm.objects.contacts`
844
+
8. In the "Scopes" section at the bottom of the page, make sure you select "Read" and "Write" for scopes called `crm.objects.contacts` and `crm.lists`.
845
845
9. Click the "Save" button at the bottom footer.
846
846
10. You're good to go. Now you can see any booking in Cal.com created as a meeting in HubSpot for your contacts.
0 commit comments