ActiveCampaign
Paste an API keySync contacts from flow data — create or update in one step.
What you can do
- Sync an ActiveCampaign contact — email, first and last name, upserted
No false success: every send/create in ActiveCampaign is verified — ASHDOCS reads the item back from ActiveCampaign's API before the step turns green. If it can't be found, the run fails honestly instead of pretending.
Get your ActiveCampaign credentials
- 1In ActiveCampaign go to Settings → Developer.
- 2Copy the API URL (https://youraccount.api-us1.com) and the API Key.
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick ActiveCampaign.
- 3Paste: API URL, API key. ASHDOCS validates the credentials against ActiveCampaign before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the ActiveCampaign step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
403 on sync
The API URL must be the api-usX host from Settings → Developer, not your login URL.
FAQ
Is the contact verified?
Yes — the contact is read back by its ID before the step turns green.
Lists and tags?
The contact is created/updated globally — list subscriptions and tags are on the roadmap.