create_webhook
Create a webhook to receive POST notifications for booking, cancellation, rescheduling, form submission, or new employee events, enabling automated actions like CRM updates.
Instructions
Register a webhook to drive automations (feed bookings/forms into a CRM, email drafts, your website, etc.).
Args: endpoint: HTTPS URL to receive POSTs. event_types: any of booking_created, booking_cancelled, booking_rescheduled, form_submission, new_employee. description: optional label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | ||
| description | No | ||
| event_types | Yes |