The data to provide to the API call.
Delete a Contact Delete a contact as specified by the contact ID.
The data to provide to the API call.
Get a Contact Returns a specific contact as specified by the contact ID. Note the following:
display_name field of that contact may be populated with the WhatsApp display name (if the name is already stored on the server and the display_name field has not been overwritten by the user).contact_id and channel_identity values included in the callback to retrieve the username (detailed in the display_name field) with this Conversation API operation.The data to provide to the API call.
Get Channel Profile Get user profile from a specific channel. Only supported on 'MESSENGER', 'INSTAGRAM', 'VIBER' and LINE' channels. Note that, in order to retrieve a WhatsApp display name, you can use the Get a Contact or List Contacts operations, which will populate the 'display_name' field of each returned contact with the WhatsApp display name (if the name is already stored on the server and the 'display_name' field has not been overwritten by the user).
The data to provide to the API call.
List Contacts List all contacts in the project. Note that, if a WhatsApp contact is returned, the `display_name` field of that contact may be populated with the WhatsApp display name (if the name is already stored on the server and the `display_name` field has not been overwritten by the user).
Optionaldata: ListContactsRequestDataThe data to provide to the API call.
Lists Contact Identity Conflicts Lists contact identity conflicts across supported SIM-based channels (SMS, MMS, RCS). Use this to identify contact records sharing the same identity (e.g., phone number), which must be resolved before enabling the Unified Contact ID feature.
The data to provide to the API call.
Merge two Contacts The remaining contact will contain all conversations that the removed contact did. If both contacts had conversations within the same App, messages from the removed contact will be merged into corresponding active conversations in the destination contact. Channel identities will be moved from the source contact to the destination contact only for channels that weren't present there before. Moved channel identities will be placed at the bottom of the channel priority list. Optional fields from the source contact will be copied only if corresponding fields in the destination contact are empty. The contact being removed cannot be referenced after this call.
The data to provide to the API call.
Update a Contact Updates a contact as specified by the contact ID.
The data to provide to the API call.
Create a Contact Most Conversation API contacts are created automatically when a message is sent to a new recipient. You can also create a new contact manually using this API call.