{ "msg": "Outbound WhatsApp Message succesfully sent", "data": { "contacts": [ { "input": "{toNumber}", // The toNumber of the recipient "wa_id": "{toNumber}" // The Whatsapp Id of the recipient } ], "messages": [ { "id": "{whatsapp_message_Id}", // The WhatsApp Message Id of the sent message "message_status": "{message_status}" // The status of the sent message } ], "phoneNumberId": "{phoneNumberId}", // The phone number Id "conversationId": "{conversationId}" // The conversation Id } }
WhatsApp
Start a WhatsApp Conversation
Endpoint to start a new WhatsApp Conversation with a template
{ "msg": "Outbound WhatsApp Message succesfully sent", "data": { "contacts": [ { "input": "{toNumber}", // The toNumber of the recipient "wa_id": "{toNumber}" // The Whatsapp Id of the recipient } ], "messages": [ { "id": "{whatsapp_message_Id}", // The WhatsApp Message Id of the sent message "message_status": "{message_status}" // The status of the sent message } ], "phoneNumberId": "{phoneNumberId}", // The phone number Id "conversationId": "{conversationId}" // The conversation Id } }
{ "msg": "Outbound WhatsApp Message succesfully sent", "data": { "contacts": [ { "input": "{toNumber}", // The toNumber of the recipient "wa_id": "{toNumber}" // The Whatsapp Id of the recipient } ], "messages": [ { "id": "{whatsapp_message_Id}", // The WhatsApp Message Id of the sent message "message_status": "{message_status}" // The status of the sent message } ], "phoneNumberId": "{phoneNumberId}", // The phone number Id "conversationId": "{conversationId}" // The conversation Id } }