At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key from
ACTIVECAMPAIGN_API_KEYis sent as theApi-Tokenheader. - Docs: https://developers.activecampaign.com/reference/authentication
Credentials
Set these per environment. See Connect an integration.Setup
- Find your account subdomain: Log in to ActiveCampaign and open My Settings → Developer. Your API URL looks like https://youraccount.api-us1.com - the ‘youraccount’ part is the value to pass as the ‘account’ parameter on every tool call. ActiveCampaign offers free developer sandbox accounts via its developer program.
- Copy your API key: On the same Developer page, copy the API Key and add it to your .env as ACTIVECAMPAIGN_API_KEY.
- Verify access: Run the List Contacts tool with your account subdomain.
- The API key is sent in the Api-Token header; each user in the account has their own key with that user’s permissions
- Every tool requires the ‘account’ parameter (your API URL subdomain) because the base URL is account-specific (https://{account}.api-us1.com)
- Deal values are expressed in cents
Tools
Example prompts
- Search my ActiveCampaign contacts by email and show their details.
- Create a new deal in ActiveCampaign with a title, value, and linked contact.