configure_webhook
Register a webhook URL to receive real-time notifications for task events such as claimed, submitted, completed, or expired. Securely store the returned webhookSecret for HMAC signature verification.
Instructions
Register or update a webhook URL to receive real-time task event notifications (task.claimed, task.submitted, task.completed, task.expired, etc.). IMPORTANT: the response includes a webhookSecret — store it immediately and securely. It is shown ONLY ONCE and cannot be retrieved again. Use the secret to verify HMAC-SHA256 signatures on incoming webhook payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Your public HTTPS endpoint to receive POST webhook events. Must be reachable from the internet. |