Overview
Send data to HTTP endpoints as JSON payloads.Configuration
Turbo pipeline webhook sinks do not yet support Goldsky’s native secrets management. You must include sensitive values like API keys directly in your pipeline 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.HTTP headers to include with each request. Useful for authentication or custom headers required by your endpoint.
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.