Resource
Contacts
Maintain your customer directory — the source of truth for every outbound channel.
#About
Contacts are deduped by phone number within a workspace. You can store arbitrary metadata per contact — reach for this when you need CRM-ish fields like lifecycle stage or lifetime value.
#Endpoints
- GET
/contactsList contacts with pagination, tag and source filters. - POST
/contactsCreate a new contact. Upserts by phone number. - PUT
/contactsUpdate a contact (send phone or id to identify). - DELETE
/contactsHard-delete a contact.
GET
/contactsList contacts with pagination, tag and source filters.
SDK
TypeScript
Response
JSON
POST
/contactsCreate a new contact. Upserts by phone number.
SDK
TypeScript
Request body
JSON
Response
JSON
PUT
/contactsUpdate a contact (send phone or id to identify).
SDK
TypeScript
Request body
JSON
DELETE
/contactsHard-delete a contact.
SDK
TypeScript