Skip to content
  • Auto
  • Light
  • Dark
Get Started

Contacts

Contacts

Get contact count
get/api/v2/contacts/count
Create a contact
post/api/v2/contacts
Delete a contact
delete/api/v2/contacts/{phone_number}
Get contacts
get/api/v2/contacts
Get a contact
get/api/v2/contacts/{phone_number}
Update a contact
put/api/v2/contacts/{phone_number}
Verify a contact
post/api/v2/contacts/verify
ModelsExpand Collapse
Contact = object { assignedToEmail, companyName, created_at, 6 more }
assignedToEmail: optional string

Email of assigned user

companyName: optional string

Company name

created_at: optional string

When the contact was created

formatdate-time
firstName: optional string

First name

lastName: optional string

Last name

phone: optional string

Phone number in E.164 format

sendblueNumber: optional string

Associated Sendblue phone number

tags: optional array of string

Tags associated with the contact

verified: optional boolean

Whether the contact is verified

ContactsBulk

Create multiple contacts
post/api/v2/contacts/bulk
Delete multiple contacts
delete/api/v2/contacts