create_webhook
Create a webhook to receive real-time notifications from a HacknPlan project. Subscribe to specific event types and optionally secure the endpoint with a secret.
Instructions
Create a new webhook for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint to receive webhook payloads | |
| events | Yes | Event types to subscribe to (use list_webhook_event_types) | |
| secret | No | Optional secret for payload signature verification | |
| projectId | Yes |