# WebhookNodeData

Type: object

## Properties

- `url` (string, required) - HTTPS webhook endpoint to call.
- `eventType` (string, required) - Lowercase event identifier matching the backend webhook validator.
- `payload` (object, required) - JSON object/template sent as the webhook request body. Runtime renders this through a block resolver when configured; journey V1 currently sends the configured JSON verbatim.

