{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_bulkActionsEmail API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_bulkActionsEmail", "type": "folder" }, "items": [ { "info": { "name": "List bulk emails", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/bulk_action/email/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." }, { "name": "template_id", "value": "", "type": "query" } ] }, "docs": "List bulk emails" }, { "info": { "name": "Initiate a new bulk email", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/bulk_action/email/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "`contact_preference` can be set to `lead` (only email the primary/first contact email of the lead) or `contact` (email the first contact email of each contact of the lead)." }, { "info": { "name": "Fetch a single bulk email object", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/bulk_action/email/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ] }, "docs": "Fetch a single bulk email object" } ] } ], "bundled": true }