lattice_create_webhook
Creates an outbound webhook to send event notifications to a specified URL. Define event types as a JSON array string or use '["*"]' for all events.
Instructions
Create an outbound webhook. events is a JSON array string, e.g. '["container.status"]' or '["*"]' for everything
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL | |
| name | Yes | Webhook name | |
| events | Yes | JSON array string of event types, or '["*"]' for all | |
| secret | No | Shared secret used to sign deliveries |