Add a waterfall to a table by its UUID. A waterfall tries multiple data providers in sequence until one returns a result.
Use GET /v1/waterfalls to list available waterfalls and their parameters, enrichments, and email verifiers.
After adding, run the waterfall with POST /v1/table/{uuid}/run-enrichment/{id}.
API Key for authentication
The UUID of the table
Waterfall identifier (e.g. 'email_getter'). Get from GET /v1/waterfalls.
List of enrichment (provider) IDs to use in the waterfall cascade. Get available IDs from GET /v1/waterfalls/{identifier}.
1Maps waterfall parameter names to table column identifiers (UUID) or column names (the key used in GET /v1/table/{uuid}/rows response). Get column identifiers from GET /v1/table/{uuid}/columns.
Optional enrichment ID for email verification (only for email waterfalls).