Campaigns
Create a campaign
Creates a new outbound dialing campaign.
The campaign will begin dialing contacts within the time_start–time_end window on the specified days. If timezone is omitted the organization's default timezone is used.
post/v2/campaigns
Request body
Example request
{
"time_start": "09:00",
"time_end": "17:00",
"timezone": "America/New_York"
}Response
Campaign created.
Example response
{
"time_start": "09:00",
"time_end": "17:00",
"timezone": "America/New_York"
}