Details an integration available for ActiveCampaign, built and maintained by Umbraco HQ.
This integration provides a form picker and rendering component for forms managed within an ActiveCampaign CRM: Customer Relationship Management account.
Major | Minor/Patch |
---|---|
All requests to the ActiveCampaign API are authenticated by providing an API key. The API key is included as an HTTP header called Api_Token.
If the configuration is incomplete, the user will receive an error message.
To connect to your ActiveCampaign account, the following configuration is required:
To use the form picker, a new Data Type needs to be created based on the ActiveCampaign Form Picker property editor.
The settings in appsettings.json
will be used for sending the required HTTP header for authorization, and for retrieving the account name used for rendering the form.
A strongly typed model will be generated by the property value converter. An HTML helper is available, to render the form on the front end.
Ensure that your template has a reference to the following using statement:
Assuming a property based on the created Data Type with the alias activeCampaignForm
has been created, render the form using:
Version 10
10.0.1
Version 11
11.0.0