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}.
API Key for authentication
The UUID of the table
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.