Webhook Notification Payload Examples
Example JSON Payloads for Message Handling
Received Messages (Incoming Payload Example)
This is an example of a JSON payload for a message received from a customer:
Note: A fromMe
value of false
indicates an incoming message.
Send Messages (Outgoing Payload Example)
Note: A `fromMe` value of `true` indicates an outgoing message.
Below is the PHP example of how received data
This is a simple example to save message data to text file
Below is the PHP example of how received data and insert to database
This is a simple example query to create a table
This is a simple example to insert message data to database
Now time to test your webhook endpoint
This is a simple example of curl to text your webhook endpoint Note: please replace the webhook URL before testing the webhook
Online REST & SOAP API Testing Tool

Webhook Integration Confirmation and Next Steps
Congratulations! Your webhook has responded with a 200 OK
status and has successfully saved the necessary data. You are now ready to proceed to the next step, which involves integrating your webhook with the Business Management System (BMS).
Please follow these instructions:
- Share the finalized webhook URL with the BMS technical team.
- Coordinate with the team members to have your webhook added to the system.
Important Notice: The webhook payload system is an advanced feature that is not included in the basic BMS subscription. To enable this functionality, please consult with our BMS support team for detailed pricing information and to activate the add-on service.
We look forward to enhancing your BMS experience with this webhook integration.