ActiveCampaign with Umbraco Forms
Details an integration available for ActiveCampaign with Umbraco Forms, built and maintained by Umbraco HQ.
Last updated
Was this helpful?
Details an integration available for ActiveCampaign with Umbraco Forms, built and maintained by Umbraco HQ.
Last updated
Was this helpful?
Was this helpful?
"Umbraco": {
"Forms": {
"Integrations": {
"Crm": {
"ActiveCampaign": {
"Settings": {
"BaseUrl": "https://[YOUR_ACCOUNT_NAME].api-us1.com",
"ApiKey": "[YOUR_API_KEY]",
"ContactFields": [
{
"name": "email",
"displayName": "Email",
"required": true
},
{
"name": "firstName",
"displayName": "First Name",
"required": false
},
{
"name": "lastName",
"displayName": "Last Name",
"required": false
},
{
"name": "phone",
"displayName": "Phone",
"required": true
}
]
}
}
}
}
}
}