v1

latestSwagger 2.02026-08-06250450289.0 KB
contacts

Create/Add Contacts to a Custom Label

post/v1/contactlist/{id}/contacts

Path parameters

idnumber required

Id of a contact list

Headers

authorizationstring required

Custom Token generated from the App

Request body

namestring

Full Name of contact

phonestring

Phone number of the contact

mobilestring

Mobile number of the contact

emailstring

Email of contact

jobTitlestring

Job Title of the contact

Example request

[
  {
    "name": "Jane Doe",
    "phone": "91234567833",
    "mobile": "1653452783",
    "email": "janedoe@surveysparrow.com",
    "jobTitle": "Manager"
  }
]

Response

Successful