We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e1b72 commit ec6836dCopy full SHA for ec6836d
src/Umbraco.Cms.Integrations.Crm.Hubspot/readme.md
@@ -15,6 +15,15 @@ The package supports two modes of authentication:
15
- API Key
16
- OAuth
17
18
+To support multi-region HubSpot forms, the following app setting is required in `Web.config`:
19
+```
20
+ <appSettings>
21
+ ...
22
+ <add key="Umbraco.Cms.Integrations.Crm.Hubspot.Region" value="[region]" />
23
24
+ </appSettings>
25
26
+
27
#### API Key
28
29
Log into your HubSpot account, go to _Settings > Integrations > API Key_ and create an API key.
0 commit comments