Add exporter to table
Add an exporter (CRM/destination) to a table by its UUID.
Use GET /v1/exporters to list available exporters and GET /v1/exporters/{id} to see required parameters.
After adding, run the exporter with POST /v1/table/{uuid}/run-enrichment/{id}.
Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API Key for authentication
Path Parameters
The UUID of the table
Body
The exporter ID to add (from GET /v1/exporters).
Parameter mapping. Keys are exporter parameter slugs.
When to run: 'run_on_click' (manual only) or 'run_on_update' (auto-trigger when mapped input columns change).
run_on_click, run_on_update ID of the API key / OAuth connection to use for this exporter. Required for exporters that need user authorization. If omitted, the system auto-selects the first available key.
Custom JSON body template. Column values are referenced via {column_internal_name} placeholders. When provided, 'mapping' is ignored.