Contacts
Create Contact
Create a new contact.
POST
Retrieve your API Key from your VozAgent Dashboard.
Body parameters
string
required
Contact’s first name.
string
Contact’s last name.
string
required
Phone number in E.164 format (e.g., +15551234567).
string
Contact’s email address.
string
Company or business name.
string[]
Initial tags to assign to the contact.
string
Additional notes about the contact.
Response
Returns the newly created contact object. Status code:201.

