{ "opencollection": "1.0.0", "info": { "name": "Agile CRM REST Campaigns API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Add a contact to a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.agilecrm.com/dev/api/campaigns/enroll/email" }, "docs": "Add a contact to a campaign" }, { "info": { "name": "Remove contact from a campaign workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.agilecrm.com/dev/api/workflows/remove-active-subscriber/:workflowId/:contactId", "params": [ { "name": "workflowId", "value": "", "type": "path" }, { "name": "contactId", "value": "", "type": "path" } ] }, "docs": "Remove contact from a campaign workflow" } ] } ], "bundled": true }