Create Webhook
create_webhookSet up a webhook to monitor a Trello board, list, card, or member and get notified when it changes. Provide a publicly accessible callback URL to receive POST notifications.
Instructions
Create a webhook to receive notifications when a Trello model changes. The callback URL must be publicly accessible and respond to HEAD requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Whether the webhook is active (default: true) | |
| idModel | Yes | The ID of the model to watch (board, list, card, member, etc.) | |
| callbackURL | Yes | The URL to receive webhook POST callbacks | |
| description | No | Description of the webhook |