The Elora messaging API seamlessly routes messages sent by customers through their WhatsApp accounts to your application. To receive these messages, you need to set a message callback URL. From the dashboard select:Webhook Configuration → Webhook URL → Webhook message urlThese requests are sent as a POST request to the URL provided, as application/x-www-form-urlencoded.
Sender mobile number. This is the customer mobile number.
Recipient mobile number. This is the business mobile number.
The plain text version of the message.
Sender profile name.
Your endpoint must acknowledge the request by returning one of the following HTTP status codes:
* Failure to return a standard success code will result in the message being flagged as Delivery Failed.