Skip to main content
POST
Create a new contact for managing caller information and conversation history.

Request Body

string
required
Contact’s phone number in E.164 format.Example: +14155551234
string
Contact’s full name.Example: John Smith
string
Contact’s email address.Example: john@example.com
string
Contact’s company or organization.Example: Acme Corp
string
Internal notes about the contact.Example: Prefers morning appointments
array
Array of tags for categorization.Example: ["customer", "vip"]
object
Custom key-value pairs for your reference.

Response

Returns the created contact object.
string
Unique contact identifier.
string
Contact’s phone number.
string
Contact’s name.
string
Contact’s email.
string
Contact’s company.
string
Internal notes.
array
Contact tags.
string
When the contact was created.