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: src/Umbraco.Forms.Integrations.Crm.Hubspot/readme.md
+3-20Lines changed: 3 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,28 +13,11 @@ Requires minimum versions of Umbraco:
13
13
14
14
### Authentication
15
15
16
-
The package supports two modes of authentication:
16
+
The package supports authentication using the OAuth protocol.
17
17
18
-
- API Key
19
-
- OAuth
18
+
Using the workflow, the user will be made aware that the installation is not authenticated with HubSpot and can't currently be used.
20
19
21
-
#### API Key
22
-
23
-
Log into your HubSpot account, go to _Settings > Integrations > API Key_ and create an API key.
24
-
25
-
Add this to a setting in `UmbracoForms.config`:
26
-
27
-
```
28
-
<setting key="HubSpotApiKey" value="[your API key]" />
29
-
```
30
-
31
-
#### OAuth
32
-
33
-
The OAuth flow for authentication will be used if an API key is not configured.
34
-
35
-
When using the workflow, the user will be made aware that the installation is not authenticated with HubSpot and can't currently be used.
36
-
37
-
The will be prompted to click a link which will take them to the HubSpot authentication page for the Umbraco Forms HubSpot app.
20
+
They will be prompted to click a link which will take them to the HubSpot authentication page for the Umbraco Forms HubSpot app.
38
21
39
22
They will need to log into their HubSpot account and agree to the permissions that the app requires (which is to be able to read and write contact information).
0 commit comments