{ "opencollection": "1.0.0", "info": { "name": "Apollo.io Accounts Emailer Campaigns API", "version": "1.0.0" }, "items": [ { "info": { "name": "Emailer Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Search for sequences", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/emailer_campaigns/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for sequences" }, { "info": { "name": "Add contacts to sequence", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/emailer_campaigns/:id/add_contact_ids", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add contacts to sequence" }, { "info": { "name": "Update contact status in sequence", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/emailer_campaigns/:id/update_contact_status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update contact status in sequence" } ] } ], "bundled": true }