Skip to main content

Create a contact

POST 

/v3/contacts

Create a contact

Request

Header Parameters

    authorization stringrequired

    Possible values: Value must match regular expression /Bearer [^\s]+/

    Default value: Bearer <Token>

    Custom Token generated from the App

Body

    full_name string

    Possible values: <= 255 characters

    Full Name of contact

    phone string

    Possible values: <= 255 characters

    Phone number of the contact

    mobile string

    Possible values: <= 255 characters

    Mobile number of the contact

    email string

    Possible values: <= 255 characters

    Email of contact

    job_title string

    Possible values: <= 255 characters

    Job Title of the contact

    contact_type string

    Possible values: [contact, employee]

    Default value: contact

    Type of contact

Responses

Successful

Schema

    data

    object

    full_name string

    Possible values: <= 255 characters

    Full Name of contact

    email string

    Email of contact

    phone string

    Possible values: <= 255 characters

    Phone number of the contact

    mobile string

    Possible values: <= 255 characters

    Mobile number of the contact

    job_title string

    Possible values: <= 255 characters

    Job Title of the contact

    contact_type string

    Possible values: [contact, employee]

    Default value: contact

    Type of contact

Loading...