Update an existing campaign.
Method: PUT
Endpoint:
/omni/campaign/campaign_id
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Paste code macro | ||||
---|---|---|---|---|
| ||||
{
"campaign_name" : <string>,
"campaign_type" : <integer>,
"active" : <boolean>,
"description" : <string>,
"teleparam_plan_id" : <integer>,
"caller_id" : <string>,
"target_drop_percentage": <decimal>,
"motd" : <string>,
"default_list_id" : <integer>,
"default_phone_type" : <integer>,
"default_email_type" : <integer>,
"auto_record" : <boolean>,
"is_blended" : <boolean>,
"degrade_to_progressive": <boolean>,
"not_ready_wait_time" : <integer>,
"zip_tone" : <integer>,
"zip_tone_beep" : <integer>,
"zip_tone_wav" : <string>,
"skill_based_routing" : <boolean>,
"max_lines" : <integer>,
"schedule_plan_id" : <integer>,
"dynamic_nail_up" : <boolean>,
"withhold_number" : <boolean>
} |