+7 495 255 06 20
Log In Free trial
December 9, 11:00 AM

Digital Reception: How to Increase Your Hotel’s Revenue by 30%?

Join the webinar to learn how a digital staff member answers guests 24/7, boosts loyalty and NPS through personalized communication and attentive service!
Participate for free

Webhook of the messages WhatsApp

Webhook – is a mechanism for notifying one system about events in another. With the help of a webhook, you can implement your own algorithms for automating business processes.

For more information, see the example of launching a business process via webhook (download the archive).

Incoming parameters:

  • channel id;
  • corporate phone number;
  • customer's phone number;
  • message text;
  • Full NAME of the sender.

To use the webhook, in the ChatApp settings window, enter the webhook URL in the Called URL field:

To get data on the webhook side via a php script, use the format:

$postData = json_decode(file_get_contents('php://input'), true);