Create a new contact.

View as Markdown

Authentication

X-API-Keystring

API Key authentication. Generate your API key in the Gail Portal under General > Integrations > API Keys.

Request

The contact details to create.
firstNamestring or nullOptional
lastNamestring or nullOptional
emailslist of strings or nullOptional
phoneNumberslist of objects or nullOptional
businessNamestring or nullOptional
additionalDatamap from strings to any or nullOptional

Response

Created
idstringformat: "uuid"
statusstring or null
firstNamestring or null
lastNamestring or null
emailslist of strings or null
phoneNumberslist of objects or null
businessNamestring or null
sourcestring or null
additionalDatamap from strings to any or null
contactListIdslist of strings or null

Errors