Create webhook
create-webhookRegister an HTTPS endpoint to receive task events. Get a one-time signing secret for verification; store it securely.
Instructions
Register an HTTPS endpoint to receive task events. The signing secret is returned ONCE here and can never be read back — store it. Needs the webhooks:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | https URL | |
| name | Yes | ||
| events | No | Defaults to a sensible set when omitted |