Overview
Send data to HTTP endpoints as JSON payloads.Configuration
Parameters
Must be
webhookThe transform or source to read data from
The HTTP endpoint URL to send data to
If
true, sends each row individually. If false, sends batches of rows.Request Format
Data is sent as JSON: Single row (one_row_per_request: true):
one_row_per_request: false):
Example: Send High-Value Transfers to API
The webhook sink includes retry logic with exponential backoff for transient
failures. Configure timeouts on your endpoint accordingly.