Skip to content

Commit ec6836d

Browse files
authored
Region settings
1 parent b9e1b72 commit ec6836d

File tree

1 file changed

+9
-0
lines changed
  • src/Umbraco.Cms.Integrations.Crm.Hubspot

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ The package supports two modes of authentication:
1515
- API Key
1616
- OAuth
1717

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+
1827
#### API Key
1928

2029
Log into your HubSpot account, go to _Settings > Integrations > API Key_ and create an API key.

0 commit comments

Comments
 (0)