Add a new customer. Also creates a new profile.
Currently only possible for channel WhatsApp.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
whatsapp For WhatsApp: phone number in international format without leading "+", special characters and spaces. Must be unique among channel "whatsapp". Will be saved as phone number in profile.
491521234567
Name of customer and profile.
Response
Success
Represents a customer using a messenger service. A person with a phone number registered on WhatsApp is a customer.
Type of messenger service.
bridge, whatsapp, facebook, widget An unique identifier within a channel.
4915223567929
Additional ID that identifies the customer. Currently used for WhatsApp. In WhatsApp, the display_id is either the phone number or the username. The canonical_id is always the BSUID (see WhatsApp usernames documentation). For other channels, the canonical_id is not used.
"DE.abc123"
Name received from channel.
"John Doe"
Self given username. See WhatsApp usernames.
"john_doe"
Profile data of a customer, without the nested list of other customers on the same profile. Used when embedding a profile inside a customer, to avoid re-embedding the customer itself.
Not always included.