Sink outputs to an HTTP endpoint
Field | Description | Required | Example |
---|---|---|---|
endpoint | The endpoint for the HTTP server | Yes | https://api.example.com/v1/webhook |
headers | A comma-separated list of colon separated key-value pairs of headers that will be sent to the server | No | Content-Type:application/json,Authorization: Bearer mytoken |