{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Campaign Manager API", "version": "1.0.0" }, "items": [ { "info": { "name": "Campaign Manager", "type": "folder" }, "items": [ { "info": { "name": "Start Campaign Request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/dialer/campaign", "body": { "type": "json", "data": "{}" } }, "docs": "A start campaign API allows businesses to programmatically start outbound campaigns using their own software applications. This type of API typically allows businesses to set up the parameters for a campaign, such as the list of phone numbers to call, the message or script to deliver, and the time of day or day of the week to call. Requires 'cjp.config_write' scope and one of the following roles: 'cjp.admin','id_full_admin','atlas-portal.partner.salesadmin','atlas-portal.partner.provision_admin'" }, { "info": { "name": "Update Campaign Request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/dialer/campaign/:campaignId", "params": [ { "name": "campaignId", "value": "Campaign1", "type": "path", "description": "The unique request id of the campaign that needs to be updated" } ], "body": { "type": "json", "data": "{}" } }, "docs": "By using an update campaign API, businesses can automate the process of modifying and managing outbound campaigns, and integrate campaign updates into their existing workflows or applications. This can help to improve efficiency and reduce errors, as well as allow for greater flexibility and control over outbound campaigns. Requires 'cjp.config_write' scope and one of the following roles: 'cjp.admin','id_full_admin','atlas-portal.partner.salesadmin','atlas-portal.partner.provision_admin' for aut" }, { "info": { "name": "Stop Campaign Request", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/dialer/campaign/:campaignId", "params": [ { "name": "campaignId", "value": "Campaign1", "type": "path", "description": "The unique request id of the campaign that needs to be stopped" } ] }, "docs": "The stop campaign API enables businesses to automate the process of managing outbound campaigns and integrate campaign deletion into their existing workflows or applications. Requires 'cjp.config_write' scope and one of the following roles: 'cjp.admin','id_full_admin','atlas-portal.partner.salesadmin','atlas-portal.partner.provision_admin' for authorization." } ] } ], "bundled": true }