Versions Compared

Key

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

...

Code Block
languagejson
{
  "list_name": <string>,
  "description": <string>,
  "list_type": <string><integer>,
  "caller_id_enabled": <boolean>,
  "caller_id": <string>,
  "max_callback_days": <integer>,
  "max_callback_date": <date>,
  "fetch_weight": <integer>,
  "alerts_wnabledenabled": <boolean>,
  "scripting_enabled": <boolean>,
  "script_provider": <string><integer>,
  "script_id": <integer>,
  "script": <string>,
  "recall_plan_id": <integer>,
  "calling_time_plan_id": <integer>,
  "result_code_plan_id": <integer>,
  "ivr_plan_id": <integer>,
  "answer_machine_plan_id": <integer>,
  "do_not_call_plan_id": <integer>,
  "schedule_plan_id": <integer>
}

Field

Type

Description

list_name

string

Name of the list.

description

string

Description of the list.

list_type

integer

Type of list.

caller_id_enabled

boolean

Displaying the caller_id.

caller_id

string

The caller_id

max_callback_days

integer

Set the maximum days callbacks can be set.

max_callback_date

date

Set the max date callbacks can be set to.

fetch_weight

integer

The weight of fetch.

alerts_enabled

boolean

Are alerts enabled?

scripting_enabled

boolean

Is scripting enabled?

script_provider

integer

The provider of the script.

script_id

integer

The ID of the script.

script

string

The script.

recall_plan_id

integer

Recall plan ID.

calling_time_plan_id

integer

Calling time plan ID.

result_code_plan_id

integer

result code plan ID.

ivr_plan_id

integer

IVR plan ID.

answer_machine_plan_id

integer

Answer machine plan ID.

do_not_call_plan_id

integer

Do not call plan ID.

schedule_plan_id

integer

Schedule plan ID.