ActiveCampaign source
Introduction
The ActiveCampaign source connector lets you connect to the ActiveCampaign API using your account URL and an API token.
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
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
account_url | string | ✅ | Your ActiveCampaign account base URL. Must be an https URL. You can provide it with or without the https:// prefix; the connector will add it if missing. 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.