Create contact
Create a contact record identified by phone number under an account.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The account for which the contact should be created.
"acct_01j9a43avnfqzbjfch6pygv1td"
Body
Parameters for creating a contact
The contact's phone number in E.164 format.
^\+[1-9]\d{6,14}$"+18015551234"
The contact's email address.
The contact's first name.
The contact's last name.
Set of key-value pairs that will be stored with the object.
Whether outbound messaging should be manually disabled for the contact.
Response
Created contact
A contact who has consented to receive messages
Unique identifier for the object.
The contact's phone number in E.164 format.
^\+[1-9]\d{6,14}$"+18015551234"
The contact's email address.
The contact's first name.
The contact's last name.
Set of key-value pairs that will be stored with the object.
Whether outbound messaging has been manually disabled for the contact.