Connectors
Create a custom API connector
Registers a new custom HTTP API endpoint as a connector in your workspace. Once created the connector appears as an enrichment/exporter you can use in tables.
POST
Headers
API Key for authentication
Body
application/json
Display name for the connector
Maximum string length:
256HTTP method: get, post, put, or patch
Full API endpoint URL (e.g. https://api.example.com/v1/score)
Maximum string length:
512Connector type: simple, enrichment, or exporter
HTTP headers to send with each request
Query parameters
Request body fields
Jinja body template. When set, template variables become body params instead of 'body' list.
Maximum string length:
2048Max requests per minute (capped by plan)
Required range:
x >= 1Max concurrent requests (capped by plan)
Required range:
x >= 1Response
Connector created