ActiveCampaign source
Introduction
The ActiveCampaign source connector lets you connect to the ActiveCampaign API using your account URL and an API token.
ActiveCampaign also has an ActiveCampaign Audiences destination connector. Credential validation is supported, but destination loading is still in development.
Setup
Prerequisites
- An ActiveCampaign account
- An ActiveCampaign API token with access to your account
Find your Account URL and API token
In ActiveCampaign, you can find your API access details in Settings → Developer:
- URL: your account URL (for example,
https://youraccountname.api-us1.com) - Key: your API token
Authentication
This connector authenticates using an API token sent as the Api-Token header to the ActiveCampaign API.
During connection setup, the connector validates credentials by calling:
GET /api/3/users/me
The connector also requires your account URL to be a valid https URL (for example, https://YOUR_ACCOUNT.api-us1.com/) so it can construct API requests under /api/3/.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
account_url | string | ✅ | Your ActiveCampaign account base URL. Must be a valid https URL (the connector will reject non-HTTPS URLs). Trailing slashes are allowed. Example: https://youraccountname.api-us1.com. |
api_token | string | ✅ | Your ActiveCampaign API token (from Settings → Developer). |
Streams
This connector is currently in development and does not yet expose any streams for extraction.
Limitations
- Extraction is not yet implemented for this connector. Connection setup only validates credentials.
Notes
ActiveCampaign also has an Audiences destination connector, but destination loading is not yet supported. At this time, the connector can only validate credentials (it checks that your account_url is a valid HTTPS URL and verifies the api_token via the ActiveCampaign API).