Name | Description |
---|---|
phoneNumber REQUIRED | String Phone number to be added to campaign |
contactName | String Name of the contact displayed on the agent's softphone |
contactSource | String Source of the contact/lead |
contactURL | String CRM URL for screen pop of contact record |
priority | Number Lead call order, from 0 to 1000 (includes). Low priority is called early. Lead with unset priority have lowlest priority |
isActive | Boolean Current lead activity, default true |
Was this page helpful?
{
"phoneNumber": "1234",
"contactName": "Richard Sanchez",
"contactSource": "Dimension C-137",
"contactURL": "My CRM url",
"priority": 2,
"isActive": false
}