ActiveCampaign

LiveAPI Key

Marketing

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

EventTriggerAction
company.identifiedA new company is identifiedCreate or update contact with company data
lead.hotA lead reaches hot score thresholdAdd "hot-lead" tag, trigger automation
visitor.returningA known company returns to your siteUpdate 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

1

Log in to ActiveCampaign

Go to your ActiveCampaign account and sign in with your credentials.

2

Navigate to API settings

Click on Settings in the left sidebar, then click Developer to access your API credentials.

Path: Settings > Developer > API Access
3

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

API URLhttps://yourname.api-us1.com
API Keya1b2c3d4e5f6g7h8i9j0...
4

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.

5

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 FieldActiveCampaign FieldExample
Company emailemailinfo@acmecorp.com
Company nameorgname (organization)Acme Corp
DomainCustom field domainacmecorp.com
Lead scoreCustom field lead_score85
IndustrytagsSaaS, hot-lead

Example Output

When a company is identified, ClearView syncs a contact to ActiveCampaign:

ActiveCampaign API Payload
json
{
"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.