Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | ✅ |
| API unification | ✅ |
| 2-way sync | ✅ |
| Webhooks from Nango on data modifications | ✅ |
| Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
| Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | ✅ |
| End-to-end type safety | ✅ |
| Data runtime validation | ✅ |
| OpenTelemetry export | ✅ |
| Slack alerts on errors | ✅ |
| Integration status API | ✅ |
✅ Customization
✅ Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | ✅ |
| Pre-configured pagination | 🚫 (time to contribute: <48h) |
| Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
| Per-customer configurations | ✅ |
Accounts
| Function name | Description | Type | Source code |
|---|---|---|---|
create-account | Create an account in ActiveCampaign. | Action | 🔗 Github |
delete-account | Delete or archive an account in ActiveCampaign. | Action | 🔗 Github |
get-account | Retrieve a single account from ActiveCampaign. | Action | 🔗 Github |
update-account | Update an account in ActiveCampaign | Action | 🔗 Github |
Automations
Campaigns
| Function name | Description | Type | Source code |
|---|---|---|---|
create-campaign | Create a campaign in ActiveCampaign. | Action | 🔗 Github |
delete-campaign | Delete or archive a campaign in ActiveCampaign. | Action | 🔗 Github |
get-campaign | Retrieve a single campaign from ActiveCampaign. | Action | 🔗 Github |
list-campaigns | List campaigns from ActiveCampaign. | Action | 🔗 Github |
update-campaign | Update a campaign in ActiveCampaign. | Action | 🔗 Github |
Contacts
| Function name | Description | Type | Source code |
|---|---|---|---|
add-contact-to-list | Subscribe or unsubscribe a contact from an ActiveCampaign list. | Action | 🔗 Github |
create-contact | Create a contact in ActiveCampaign. | Action | 🔗 Github |
delete-contact | Permanently delete a contact in ActiveCampaign. | Action | 🔗 Github |
get-contact | Retrieve a single contact from ActiveCampaign. | Action | 🔗 Github |
list-contacts | List contacts from ActiveCampaign. | Action | 🔗 Github |
sync-contact | Create or update an ActiveCampaign contact by email. | Action | 🔗 Github |
tag-contact | Apply a tag to an ActiveCampaign contact. | Action | 🔗 Github |
update-contact | Update a contact in ActiveCampaign. | Action | 🔗 Github |
Custom Fields
| Function name | Description | Type | Source code |
|---|---|---|---|
create-custom-field | Create a contact custom field in ActiveCampaign. | Action | 🔗 Github |
delete-custom-field | Delete a contact custom field from ActiveCampaign. | Action | 🔗 Github |
get-custom-field | Retrieve a single contact custom field from ActiveCampaign. | Action | 🔗 Github |
list-custom-fields | List contact custom fields from ActiveCampaign. | Action | 🔗 Github |
Deals
| Function name | Description | Type | Source code |
|---|---|---|---|
create-deal-group | Create a deal group (pipeline) in ActiveCampaign. | Action | 🔗 Github |
create-deal-stage | Create a deal stage in ActiveCampaign. | Action | 🔗 Github |
create-deal | Create a deal in ActiveCampaign. | Action | 🔗 Github |
delete-deal-group | Delete a deal group (pipeline) in ActiveCampaign. | Action | 🔗 Github |
delete-deal-stage | Delete a deal stage in ActiveCampaign. | Action | 🔗 Github |
delete-deal | Delete or archive a deal in ActiveCampaign. | Action | 🔗 Github |
get-deal-group | Retrieve a single deal group (pipeline) from ActiveCampaign. | Action | 🔗 Github |
get-deal-stage | Retrieve a single deal stage from ActiveCampaign. | Action | 🔗 Github |
get-deal | Retrieve a single deal from ActiveCampaign. | Action | 🔗 Github |
list-deals | List deals from ActiveCampaign. | Action | 🔗 Github |
update-deal-group | Update a deal group (pipeline) in ActiveCampaign. | Action | 🔗 Github |
update-deal-stage | Update a deal stage in ActiveCampaign. | Action | 🔗 Github |
update-deal | Update a deal in ActiveCampaign. | Action | 🔗 Github |
Forms
Lists
| Function name | Description | Type | Source code |
|---|---|---|---|
create-list | Create a list in ActiveCampaign. | Action | 🔗 Github |
delete-list | Delete or archive a list in ActiveCampaign. | Action | 🔗 Github |
get-list | Retrieve a single list from ActiveCampaign. | Action | 🔗 Github |
list-lists | List lists from ActiveCampaign. | Action | 🔗 Github |
update-list | Update a list in ActiveCampaign. | Action | 🔗 Github |
Notes
| Function name | Description | Type | Source code |
|---|---|---|---|
create-note | Create a note in ActiveCampaign. | Action | 🔗 Github |
delete-note | Delete or archive a note in ActiveCampaign. | Action | 🔗 Github |
get-note | Retrieve a single note from ActiveCampaign. | Action | 🔗 Github |
list-notes | List notes from ActiveCampaign. | Action | 🔗 Github |
update-note | Update a note in ActiveCampaign | Action | 🔗 Github |
Tags
| Function name | Description | Type | Source code |
|---|---|---|---|
create-tag | Create a tag in ActiveCampaign. | Action | 🔗 Github |
delete-tag | Delete or archive a tag in ActiveCampaign. | Action | 🔗 Github |
get-tag | Retrieve a single tag from ActiveCampaign. | Action | 🔗 Github |
list-tags | List tags from ActiveCampaign. | Action | 🔗 Github |
update-tag | Update a tag in ActiveCampaign | Action | 🔗 Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
list-accounts | List accounts from ActiveCampaign. | Action | 🔗 Github |
list-deal-groups | List deal groups (pipelines) from ActiveCampaign | Action | 🔗 Github |
list-deal-stages | List deal stages from ActiveCampaign. | Action | 🔗 Github |
accounts | Sync accounts from ActiveCampaign | Sync | 🔗 Github |
automations | Sync automations from ActiveCampaign. | Sync | 🔗 Github |
campaigns | Sync campaigns from ActiveCampaign. | Sync | 🔗 Github |
contacts | Sync contacts from ActiveCampaign. | Sync | 🔗 Github |
custom-fields | Sync contact custom fields from ActiveCampaign | Sync | 🔗 Github |
deal-groups | Sync deal groups (pipelines) from ActiveCampaign | Sync | 🔗 Github |
deal-stages | Sync deal stages from ActiveCampaign. | Sync | 🔗 Github |
deals | Sync deals from ActiveCampaign. | Sync | 🔗 Github |
lists | Sync lists from ActiveCampaign. | Sync | 🔗 Github |
notes | Sync notes from ActiveCampaign. | Sync | 🔗 Github |
tags | Sync tags from ActiveCampaign. | Sync | 🔗 Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | ❓ | |
| Paid test account | ❓ | |
| Partnership | ❓ | |
| App review | ❓ | |
| Security audit | ❓ |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful Links
Contribute useful links by editing this page
API gotchas
- ActiveCampaign uses API_KEY auth_mode with
Api-Token: API_KEYin the request header to access different endpoints. - ActiveCampaign enforces a default rate limit of 5 requests per second per account.
Contribute API gotchas by editing this page
Going further
Connect to ActiveCampaign
Guide to connect to ActiveCampaign using Connect UI