Documentation Index
Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
Use this file to discover all available pages before exploring further.
Webhook
Triggered by HTTP webhook calls
Properties
| Property | Value |
|---|
| Type | webhook-trigger |
| Family | Triggers |
| Group | General |
Parameters
| Name | Label | Type | Description | Required |
|---|
| path | Webhook Path | String | The URL path that will trigger this workflow | Yes |
| method | HTTP Method | Select | | No |
| authentication | Authentication | Select | | No |
Outputs
| Name | Label | Type | Description |
|---|
| method | method | string | HTTP method |
| path | path | string | Request path |
| headers | headers | object | Request headers |
| query | query | object | Query parameters |
| body | body | object | Request body |
| rawBody | rawBody | string | Raw request body |
| signatureVerified | signatureVerified | boolean | Whether the webhook signature was verified |
| retryMetadata | retryMetadata | object | Retry metadata from the webhook sender |