Campaign Contact

API Docs by APIMATIC

Campaign Contact
#

  • REST
  • Java

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

Specify the priority of the contact for calling purposes. Priority ranges from 0 to 1000, where lower values equal higher priority. 0 is the highest priority.

{
  "phoneNumber": "1234",
  "contactName": "Richard Sanchez",
  "contactSource": "Dimension C-137",
  "contactURL": "My CRM url",
  "priority": 2
}