Logo
ActiveCampaign Developer Relations API Documentation

Contacts-Automations

Number of APIs: 5


1. Get Contact Automation Entry Counts

GET {{yourAccountUrl}}/api/3/contacts/:contactId/automationEntryCounts



2. Get an Automation a Contact is in

GET {{yourAccountUrl}}/api/3/contactAutomations/:contactAutomationID



3. Add a Contact to an Automation

POST {{yourAccountUrl}}/api/3/contactAutomations



4. Remove a Contact from an Automation

DELETE {{yourAccountUrl}}/api/3/contactAutomations/:contactAutomationID



5. Get Contact Automations

GET {{yourAccountUrl}}/api/3/contacts/:contactId/contactAutomations



ENDPOINTS