Create a contact
Creates a new Contact object.
Path parameters
account_id
The account for which the contact should be created.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
phone_number
The contact’s phone number in E.164 format.
email
The contact’s email address.
first_name
The contact’s first name.
last_name
The contact’s last name.
metadata
Additional metadata about the contact.
Response
Contact
email
The contact’s email address.
first_name
The contact’s first name.
id
Unique identifier for the object.
last_name
The contact’s last name.
metadata
Additional metadata about the contact.
phone_number
The contact’s phone number in E.164 format.