Skip to main content
POST
Add contact
Appends a new contact to the specified contact list.

Path parameters

string
required
The unique UUID of the contact list.

Body parameters

string
required
Recipient phone number in E.164 format (e.g. +919876543210, +14155552671).
string
Contact’s full name.
string
Contact’s email address.
object
Custom dynamic variables accessible during call execution as LLM prompt context (e.g. {"plan": "premium", "renewal_date": "2026-07-01"}).

Response