{ "opencollection": "1.0.0", "info": { "name": "Plunk Campaigns API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Create a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.useplunk.com/v1/campaigns", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a one-off marketing campaign with a subject, HTML body, optional styling, and an explicit list of recipients." }, { "info": { "name": "Update a campaign", "type": "http" }, "http": { "method": "PUT", "url": "https://api.useplunk.com/v1/campaigns", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates an existing draft campaign." }, { "info": { "name": "Delete a campaign", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.useplunk.com/v1/campaigns", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a campaign by id." }, { "info": { "name": "Send a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.useplunk.com/v1/campaigns/send", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delivers a previously created campaign to its recipients, optionally at a scheduled time." } ] } ], "bundled": true }