Skip to content

Commit a9c7608

Browse files
authored
Update readme.md
1 parent 0ef0efb commit a9c7608

File tree

1 file changed

+3
-20
lines changed
  • src/Umbraco.Forms.Integrations.Crm.Hubspot

1 file changed

+3
-20
lines changed

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,11 @@ Requires minimum versions of Umbraco:
1313

1414
### Authentication
1515

16-
The package supports two modes of authentication:
16+
The package supports authentication using the OAuth protocol.
1717

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.
2019

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.
3821

3922
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).
4023

0 commit comments

Comments
 (0)