Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Update an existing campaign.

Paste code macro
languagejson
titleRequest Object
{
  "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>
}