teamleader_webhooks_register
Register a webhook URL to receive notifications for selected Teamleader event types, such as deal.created and invoice.booked.
Instructions
Register a webhook URL for the given event types (e.g. deal.created, invoice.booked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS URL to receive webhook POST requests | |
| types | Yes | List of event types to subscribe to, e.g. ['deal.created', 'invoice.booked'] |