Create webhook
create_webhookSet up a webhook endpoint to receive real-time Bisibility event notifications. Provide your project ID, URL, and an HMAC secret to sign and secure every delivery.
Instructions
Create a webhook endpoint. The HMAC secret is write-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | url HTTP or HTTPS URL supplied by the endpoint owner. | |
| enabled | No | ||
| project_id | Yes | Identifier of the bisibility project to operate on; list_projects returns valid project ids. | |
| description | No | ||
| hmac_secret | Yes | Secret you provide to sign webhook deliveries with HMAC. | |
| idempotency_key | No |