v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-21161830.0 KB
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
}