Skip to content

Commit 119ed07

Browse files
authored
Update readme.md
1 parent 16c1c3d commit 119ed07

File tree

1 file changed

+4
-8
lines changed
  • src/Umbraco.Cms.Integrations.Crm.Hubspot

1 file changed

+4
-8
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot/readme.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,13 @@ Add this to an app setting in `Web.config`:
3131

3232
#### OAuth
3333

34-
In order to use HubSpot OAuth authentication, you will need at least one private app registered with your account.
35-
36-
Log into your HubSpot account, go to _Settings > Integrations > Private Apps_ and create a new private app. In the _Scopes_ tab select
37-
the following two: _oauth_ and _forms_.
38-
39-
Add the following app settings in `Web.config`:
34+
Add the following app settings in `Web.config` making sure the references of the _Umbraco HubSpot Form Picker_ app are present:
4035
```
4136
<appSettings>
4237
...
43-
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthClientId" value="[your Client ID]" />
38+
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthClientId" value="8b4db9a8-3b78-48bc-85b0-96a4211a1c83" />
4439
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthScopes" value="oauth forms" />
40+
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthAuthorizationBaseUrl" value="https://app-eu1.hubspot.com/oauth/authorize"/>
4541
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthRedirectUrl" value="[your website URL]" />
4642
<add key="Umbraco.Cms.Integrations.OAuthProxyUrl" value="[Umbraco proxy URL]" />
4743
...
@@ -82,4 +78,4 @@ And render the form using (assuming a property based on the created data type, w
8278

8379
```
8480
@Html.RenderHubspotForm(Model.HubspotForm)
85-
```
81+
```

0 commit comments

Comments
 (0)