--- title: 'ActiveCampaign' description: '' --- # ActiveCampaign undefined | Detail | Value | |---|---| | Category | Marketing | | Base URL | `https://{account}.api-us1.com/api/3` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `activecampaign` | ## Using ActiveCampaign in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **ActiveCampaign** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_contacts_0) | Contacts | | [GET ](./get_deals_1) | Deals | | [GET ](./get_automations_2) | Automations | | [GET ](./get_campaigns_3) | Campaigns | | [GET ](./get_lists_4) | Lists | | [GET ](./get_tags_5) | Tags | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.