Contacts

Create contact

Creates one contact in the active workspace.

post/api/v1/contacts/add

Request body

emailstring email required
namestring required
phonestring
descriptionstring
tagsstring[]

Response

Contact created

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.