Webhook Output

Send workflow results to an external webhook URL.

Overview

The Webhook Output node sends the upstream media result and any configured parameters to an external HTTP endpoint. This enables integration with third-party services, automation platforms, and custom backends by delivering workflow outputs via HTTP requests.

Configuration

Field Type Default Description
URL string "" The destination webhook URL to receive the payload.
Params WebhookParam[] [] List of parameters to include in the payload. Each parameter has a name and type.

Webhook Parameter Types

Type Description
text Plain text value.
imageUrl URL to an image asset.
videoUrl URL to a video asset.
audioUrl URL to an audio asset.

Inputs & Outputs

Inputs:

Outputs: None. This is a terminal output node.

Best Practices

Common Use Cases

Tips