Skip to main content

Create contact

POST 

/createcontact

Create contact

Request

Header Parameters

    x-api-token stringrequired

Body

required

provide below parameter to create contact

    Name string
    Email string
    Phone string

Responses

successful operation

Schema

    objectId string
    Name string
    Email string
    Phone string
Loading...