General Flow
In general, webhooks are sent by MeetBit via POST requests1 to your system after a certain event occurs within the MeetBit Platform (e.g. Meeting Link is scheduled). Your system is then expected to respond immediately2 before processing the event asynchronously. Since data being sent along with the initial POST request is generally kept to a minimum, making requests to the MeetBit Public API3 is a common part of this processing.Setup
To start receiving webhooks, you have to first register your endpoint as a Webhook Destination in the MeetBit Admin Panel.Open Create Webhook Destination Page
From the Webhook Destinations Page (
/admin/webhook_destinations), click the “Create” button on the upper right corner.Provide Details
On the Create Webhook Destination Page, provide the destination’s name, url (must be HTTPS) and the events the destination is subscribing to. Then, click “Create”.
HMAC Secret
Once created, you are able to view the destination’s HMAC secret. This is used for the security and explain in a dedicated section.
Next Steps
Before you activate your destination, check the other sections to learn more about using MeetBit Webhooks.Handling Requests
Understand how to handle webhooks sent by MeetBit
Webhook Security
Properly secure your webhook endpoints
Available Events
The available events that trigger webhooks