HubSpot
Details an integration available for Hubspot, built and maintained by Umbraco HQ.
Package Links
Minimum version requirements
Authentication
Additional Configuration
"Umbraco": {
"Integrations": {
"Crm": {
"Hubspot": {
"Settings": {
"ApiKey": "[your_private_app_access_token]",
"Region": "[region]"
}
}
}
}
}<appSettings>
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.ApiKey" value="[your_private_app_access_token]" />
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.Region" value="[region]" />
</appSettings>Self Hosted OAuth Configuration
Backoffice usage
Front-end rendering
Last updated
Was this helpful?