Create Contact
Create a new contact.
Phone number is normalized to E.164 format. Returns 409 if a contact
with this phone number already exists for the project.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
phoneNumber
name
email
notes
Response
Successful Response
id
phoneNumber
name
createdAt
updatedAt
email
notes
Errors
422
Unprocessable Entity Error
