create_webhook
Create a webhook to receive POST requests for selected project events, with optional HMAC secret for payload verification.
Instructions
Create a new webhook on the project.
Args: url: HTTPS endpoint that will receive webhook POST requests. events: List of event names to subscribe to, e.g. ['story.created', 'story.updated', 'story.moved', 'task.completed', 'comment.created']. secret: Optional HMAC secret for payload signature verification.
Returns the created webhook object with its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | Yes | ||
| secret | No |