Elora Logo

Home

Introduction

Errors

WhatsApp

Send Message

Send Template

Incoming Messages

Incoming Notifications

WhatsApp Messages

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.

Body Parameters

FromstringRequired

Sender mobile number. This is the customer mobile number.

TostringRequired

Recipient mobile number. This is the business mobile number.

BodystringRequired

The plain text version of the message.

ProfileNamestringRequired

Sender profile name.

Success Acknowledgement

Your endpoint must acknowledge the request by returning one of the following HTTP status codes:

200
OK
201
Created
202
Accepted
204
No Content

* Failure to return a standard success code will result in the message being flagged as Delivery Failed.

The callback URL must be secured via HTTPS.