Configuring the Connection
Polling HTTP sources can be created via the Web UI or directly in SQL.
A webhook connector has several required and optional fields:
| 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 |