Messages
List messages by channel identity
Retrieves the last message sent to specified channel identities. In CONVERSATION_SOURCE mode, you can query either by channel_identities or by contact_ids. Note: Use either contact_ids OR channel_identities per request, not both. DISPATCH_SOURCE mode does not support contact_ids.
post/v1/projects/{project_id}/messages:fetch-last-message
Request body
Example request
{
"channel": "WHATSAPP",
"direction": "TO_CONTACT"
}Response
A successful response.