Many events within the MeetBit Platform can trigger webhooks. This section outlines each one and the data each webhook includes in the request.
Webhooks only include the minimum amount of data possible in each request. This is done to reduce payload size, improve data accuracy and increase security. Your system is expected to use the MeetBit Public API to query all other information your system may need to act based on the initial webhook request.
Sent when a Meeting Link is scheduled by a Customer. Event Type: meeting_links.scheduled Data Attributes:
id
number
required
ID of the Meeting Link
event_id
number
required
ID of the Event created from the Meeting Link
calendar_id
number
required
ID of the Calendar the Event belongs to
name
string
Name provided by the customer when scheduling
email
string
required
Email provided by the customer when scheduling
contact_number
string
Contact number provided by the customer when scheduling in E.164 format

Event Created

Sent when an Event is created (regardless of method). Event Type: events.created Data Attributes:
id
number
required
ID of the Event
calendar_id
number
required
ID of the Calendar the Event belongs to

Event Updated

Sent when an Event is updated (regardless of method). Event Type: events.updated Data Attributes:
id
number
required
ID of the Event
calendar_id
number
required
ID of the Calendar the Event belongs to

Event Canceled

Sent when an Event is canceled (regardless of method). Event Type: events.deleted Data Attributes:
id
number
required
ID of the Event
calendar_id
number
required
ID of the Calendar the Event belongs to

Event Rescheduled

Sent when an Event is rescheduled (regardless of method). Event Type: events.rescheduled Data Attributes:
id
number
required
ID of the Event
calendar_id
number
required
ID of the Calendar the Event belongs to

Event Reassigned

Sent when an Event is reassigned (regardless of method). Event Type: events.created Data Attributes:
id
number
required
ID of the Event
calendar_id
number
required
ID of the Calendar the Event belongs to