Contacts
Create Contact
Create a new contact with phone number and optional metadata.
POST
Authorizations
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Body
application/json
Phone number in E.164 format
Pattern:
^\+[1-9]\d{1,14}$Example:
"+15551234567"
Contact first name
Maximum string length:
100Example:
"John"
Contact last name
Maximum string length:
100Example:
"Doe"
Contact email address
Example:
"john@example.com"
Custom fields
Example:
{ "customer_id": "CUST123" }
