Skip to main content

ActiveCampaign Connector

Prerequisites

  • An ActiveCampaign account (any plan)
  • Admin access

Getting Your Credentials

ActiveCampaign requires an API Key and your Account Name (subdomain).

Step 1: Find Your Account Name

Your account name is the subdomain in your ActiveCampaign URL. For example, if you access ActiveCampaign at https://myaccount.api-us1.com, your account name is myaccount. You can also see it in your browser URL when logged into ActiveCampaign.

Step 2: Get Your API Key

  1. Log into ActiveCampaign
  2. Click the Settings gear icon in the bottom-left
  3. Go to Developer
  4. Under API Access, copy the Key

The API key is tied to your user account and inherits your permissions.

Configuration in Landed

FieldValue
API KeyYour ActiveCampaign API key
Account NameYour subdomain (e.g., myaccount)

Available Streams

StreamDescriptionSync Mode
contactsContact records with email, phone, custom fieldsIncremental
dealsCRM deal records with value, status, pipeline stageIncremental
listsMailing lists with subscriber countsFull refresh
campaignsEmail campaignsFull refresh
automationsAutomation workflow definitionsFull refresh
tagsTags used to categorize contactsFull refresh
pipelinesCRM pipelinesFull refresh
deal_stagesStages within CRM pipelinesFull refresh

Common Issues

SymptomCauseFix
401 UnauthorizedInvalid API key or account nameVerify both values in ActiveCampaign > Settings > Developer
403 ForbiddenAccount lacks required permissionsEnsure the API key owner has admin access
404 Not FoundWrong account nameCheck that the account name matches your subdomain exactly
Rate limit exceededToo many API callsLanded handles rate limiting automatically; ActiveCampaign allows 5 req/sec

Data Notes

  • ActiveCampaign has an aggressive rate limit of 5 requests per second. Landed throttles automatically, but large accounts may experience longer sync times.
  • Custom fields on contacts are included in the sync.
  • Deal values are stored as integers (cents, not dollars).

Static IPs for Allowlisting

If your network configuration requires IP allowlisting:

  • Production: 34.170.185.84, 35.192.90.94
  • Staging: 34.171.93.34