ActiveCampaign
LiveAPI KeyMarketing
Sync identified companies from ClearView into ActiveCampaign for automated marketing workflows. When visitors are identified, their company data flows into ActiveCampaign as contacts, enabling sophisticated automation sequences, lead nurturing campaigns, and targeted outreach.
What Gets Synced
Contacts with company info
Email, company name, domain, and industry
Custom fields
Lead score, page views, and visit count
Tags
Automated tags based on lead score and source
Automation triggers
Events that can start ActiveCampaign automations
Supported Events
| Event | Trigger | Action |
|---|---|---|
company.identified | A new company is identified | Create or update contact with company data |
lead.hot | A lead reaches hot score threshold | Add "hot-lead" tag, trigger automation |
visitor.returning | A known company returns to your site | Update contact activity, add "returning" tag |
Prerequisites
- An ActiveCampaign account (any plan)
- Admin access to your ActiveCampaign account
- Your ActiveCampaign API URL and API key
- ClearView tracking script installed on your site
Setup Guide
Log in to ActiveCampaign
Go to your ActiveCampaign account and sign in with your credentials.
Navigate to API settings
Click on Settings in the left sidebar, then click Developer to access your API credentials.
Copy your API URL and key
On the Developer settings page, you will see your API URL and API Key. Copy both values. The API URL will look like https://yourname.api-us1.com and the key is a long alphanumeric string.
Required Fields
https://yourname.api-us1.coma1b2c3d4e5f6g7h8i9j0...Configure in ClearView
In your ClearView dashboard, go to Settings > Integrations. Find ActiveCampaign and click Connect. Paste your API URL and API Key into the respective fields.
Test the connection
Click the "Test" button to verify your credentials. ClearView will send a test request to your ActiveCampaign account to confirm connectivity.
Data Mapping
| ClearView Field | ActiveCampaign Field | Example |
|---|---|---|
| Company email | email | info@acmecorp.com |
| Company name | orgname (organization) | Acme Corp |
| Domain | Custom field domain | acmecorp.com |
| Lead score | Custom field lead_score | 85 |
| Industry | tags | SaaS, hot-lead |
Example Output
When a company is identified, ClearView syncs a contact to ActiveCampaign:
{ "contact": { "email": "info@acmecorp.com", "firstName": "", "lastName": "", "orgname": "Acme Corp", "fieldValues": [ { "field": "domain", "value": "acmecorp.com" }, { "field": "lead_score", "value": "85" }, { "field": "source", "value": "clearview" } ] }, "tags": ["SaaS", "hot-lead", "clearview"]}Troubleshooting
"Invalid API URL" error
Ensure your API URL includes the full domain with https:// prefix. It should look like https://yourname.api-us1.com. Do not include a trailing slash.
"403 Forbidden" response
Your API key may have expired or been regenerated. Go to Settings > Developer in ActiveCampaign and copy the current key. Make sure your account plan supports API access.
Custom fields not appearing
ClearView creates custom fields automatically on first sync. If they are not appearing, verify your API key has write permissions. You can also manually create the fields in ActiveCampaign under Lists > Manage Fields.
Need help?
If you are having trouble setting up the ActiveCampaign integration, our team is here to help.