Introduction
Webhooks allow you to build or set up integrations that subscribe to certain events on MeetingLawyers. When one of those events is triggered, we will send an HTTP payload to the webhook's configured URL.
Webhooks can be used to integrate with your own chat application, trigger notifications, store analytic data for later analysis, create a backup, etc.
Webhooks are created on a company account and you can currently set only one webhook target, choosing which events you would like to subscribe to.
Events
When configuring a webhook, we will subscribe it to the specific events you need to handle. Each event corresponds to a certain set of actions that can happen to your company.
For example, if it's subscribed to the message_created event, you'll receive detailed payloads every time a message is created.
For a complete list of available webhook events and their payloads, see Events and payloads.