Enrichments
Add enrichment to table
Add an enrichment to a table by its UUID.
POST
Mapping format
Themapping object links enrichment parameters to table columns (or hardcoded values).
Each key is an enrichment parameter slug (from GET /v1/enrichments/{id} → params[].name).
Each value is one of:
| Type | When to use | value field |
|---|---|---|
"mapping" | Read value from a column per row | Human-readable column name (e.g. "email") |
"simple" | Same static value for every row | The literal value (e.g. "US") |
After adding
The response body is{}. To get the table-enrichment ID required by POST /v1/table/{table_uuid}/run-enrichment/{id}, call:
id field of the newly added entry.Headers
API Key for authentication
Path Parameters
The UUID of the table
Body
application/json
The enrichment ID to add.
Parameter mapping. Keys are enrichment parameter slugs.
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