This page contains the setup guide and reference information for the ActiveCampaign connector.
Prerequisites
Before connecting your ActiveCampaign account, ensure that:
-
You have an active ActiveCampaign account.
-
You have access to the Settings > Developer section within your account.
Setup Guide
Follow these steps to connect your ActiveCampaign account to Keragon:
-
Log in to your ActiveCampaign account.
-
In the bottom-left corner, click on Settings.
-
Within the Settings menu, select the Developer tab.
-
On the Developer page, locate the API Access section.
-
Copy both your API URL and API Key.
-
Go to app.keragon.com and navigate to "Authentications" tab.
-
Click the "Create new" and find the ActiveCampaign connector.
-
Paste your API URL and API Key into the respective fields.
-
Click Connect to complete the integration.
Note: Ensure both values are copied exactly to avoid connection errors.
How-Tos
How to Add a Webhook in ActiveCampaign for Keragon Triggers
To use form submissions or other ActiveCampaign events to trigger workflows in Keragon:
-
Log in to your Keragon account.
-
Navigate to your workflow and click Add trigger.
-
Search for and select HTTP / Webhook.
-
Save the trigger and click on the "Description" tab.
-
Click Copy Trigger URL and store the URL temporarily.
- Publish your workflow in Keragon.
-
Go to Settings > Developer in ActiveCampaign.
-
Click Manage Webhooks.
-
Click Add a Webhook.
-
Choose whether to apply the webhook to Standard or Custom Objects based on your workflow.
-
Paste the Keragon Trigger URL you copied earlier into the URL field.
-
Select the Events (e.g., new contact, updated contact, etc.) that should trigger the webhook.
-
Click Save.
Once the webhook is configured, triggering the selected event in ActiveCampaign (like creating a new contact) will launch the associated Keragon workflow.
Troubleshooting and Common Errors
Error Message | Cause | Suggested Fix |
---|---|---|
401 Unauthorized |
Invalid or expired API Key | Verify your API Key and re-enter it in the Keragon connector settings. |
403 Forbidden |
IP restrictions or permission issues | Ensure that your API access is not IP-restricted and that the key has full access. |
Webhook not triggering |
Incorrect URL or events not selected | Double-check the webhook URL and ensure the correct events are configured. |
Connection timeout |
Network or API endpoint issues | Check connectivity and confirm the API URL is correct and responsive. |
Limitations and Notes
-
Webhooks can be applied to both Standard and Custom Objects, but only one URL per event is allowed.