Skip to main content

Introduction

Introduction

Webhooks allow you to build or set up integrations which subscribe to certain events on MeetingDoctors. When one of those events is triggered, we will send a 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...

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.

Server to server (S2S) APIs

When configuring a webhook, we will subscribe it to 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_sent 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.