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 | ✅ |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
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