Contacts
Create or Update Contact
Creates a new contact, or updates an existing one if an ID is provided in the body.
POST
/
contacts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
id
string | null
Include the ID to update an existing contact. Omit to create a new one.
email
string | null
phoneNumber
string | null
firstName
string | null
lastName
string | null
metadata
object | null
Response
200 - application/json
id
string
organizationId
string
email
string | null
phoneNumber
string | null
firstName
string | null
lastName
string | null
metadata
object | null
createdAt
string
updatedAt
string
Was this page helpful?