Skip to main content

Create Contact

POST 

/createcontact

The Create Contact API allows you to effortlessly create new contacts that can act as signers for your important documents.

Request

Body

required

Provide below parameter to create contact

    name stringrequired
    email stringrequired
    phone stringrequired

Responses

Contact created successfully!

Schema

    objectId string
    name string
    email string
    phone string
    createdAt date
    updatedAt date
Loading...