Webhooks
Each received message through any connected bot will trigger a POST request to all saved webhooks.
You can setup the webhooks by going to https://demo.unitebot.eu/admin/webhooks.
Request
Method: POST
JSON Body:
{ "id": "...", "subscriber_id: "...", "content": "...", "received_at": "...", }