Skip to main content
POST

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

Body

application/json
exporter
integer
required

The exporter ID to add (from GET /v1/exporters).

mapping
Mapping · object

Parameter mapping for static dataset params. Keys are exporter parameter slugs from GET /v1/exporters/{id} params. Provider-fetched dynamic fields belong in additional_mapping.

additional_mapping
Additional Mapping · object | null

Mapping for provider-fetched dynamic fields from GET /v1/exporters/{id} additional_params (e.g. HubSpot domain/name/city). Same entry format as mapping.

launch_strategy
enum<string>
default:run_on_click

When to run: 'run_on_click' (manual only) or 'run_on_update' (auto-trigger when mapped input columns change).

Available options:
run_on_click,
run_on_update
authorization
integer | null

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_body_template
string | null

Custom JSON body template. Column values are referenced via {column_internal_name} placeholders. When provided, body-typed params in mapping are ignored.

Response

Exporter added successfully

id
integer
required
exporter_name
string
required