π Where to find it: Integrations β Webhooks
Webhooks send real-time notifications to a URL of your choice as soon as an event occurs in Madyis Hub (new conversation, new message, etc.). It's the technical building block to connect Madyis Hub to your own tools or to external automations.
How it works
You provide a URL (an endpoint able to receive HTTP requests) and you choose the events to listen to. For each subscribed event, Madyis Hub automatically sends the data to your URL in JSON format. You can create several webhooks for different uses.
Step by step
- Open "Integrations" then click the "Webhooks" card.
- Click "Add a new hook".
- Paste the destination URL that will receive the notifications.
- Check the events you want to subscribe to (e.g. message created, conversation created).
- Save: Madyis Hub starts sending events to your URL.
Good to know
- This feature is for technical uses: you need a URL able to receive and process requests.
- You can create several webhooks, each with its own events.
- For no-code automations (Google Sheets, labels, emailsβ¦), use the "Automations" tab instead of raw webhooks.