Webhook Event
Sends a signed POST request to an external webhook URL with a configurable payload.
Configuration
| Field | Description |
|---|---|
| Title | A name for this event node |
| Description | Optional notes |
| Webhook URL | The target endpoint to send the webhook to |
| Payload Settings | The JSON payload to include in the request body |
| Expected Response | The expected JSON structure of the response |
| Client ID | Read-only client identifier used for signature validation |
| Signature | Read-only signature token used to verify the webhook origin |
