Create a webhook
create_webhookRegister an HTTPS endpoint to receive Meetergo calendar events, such as bookings, cancellations, and form submissions. Automate your workflows based on these event notifications.
Instructions
Register an HTTPS endpoint to receive events. Six per company maximum; the API says so plainly when you hit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | HTTPS URL that will receive POSTs | |
| eventTypes | Yes | ||
| description | No | Label, for your own reference |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The webhookId other tools take | |
| endpoint | No | ||
| createdAt | No | ||
| eventTypes | No | ||
| description | No |