Create Contact

Creates a new contact with basic information and consent settings. Requires either email or phone number.

Create a new contact

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
anyOptional
or
anyOptional
Responses
chevron-right
201

Contact created

application/json
idstring · uuidOptional
first_namestring · nullableOptional
last_namestring · nullableOptional
emailstring · email · nullableOptional
phone_numberstring · nullableOptional
date_of_birthstring · date · nullableOptional
email_consentbooleanOptionalDefault: false
sms_consentbooleanOptionalDefault: false
whatsapp_consentbooleanOptionalDefault: false
created_atstring · date-timeOptional
updated_atstring · date-timeOptional
post
/contacts

Last updated