v1

latestSwagger 2.02026-08-06250450289.0 KB
contacts

Create contact

post/v1/contacts

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

listnumber[]

ID of Labels the contact has to be added into ?

contact_type'contact' | 'employee'

Type of contact

Example request

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

Response

Successful