Campaign Contact

API Docs by APIMATIC
ModelsStructures

Campaign Contact
#

NameDescription
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
Default: true


Was this page helpful?

Thank you! Your feedback has been received.
  • REST
  • Java
{
  "phoneNumber": "1234",
  "contactName": "Richard Sanchez",
  "contactSource": "Dimension C-137",
  "contactURL": "My CRM url",
  "priority": 2,
  "isActive": false
}