Tool to apply generic HTTP enrichment to a Gigasheet dataset. Use when you need to enrich dataset rows by calling external APIs and adding the response data as new columns. This action creates an enrichment job that calls a specified HTTP endpoint for each row (or batch of rows)…
bulkobjectBulk enrichment configuration.
handleRequiredstringSheet (dataset) handle identifier. Must be a valid dataset handle obtained from upload or dataset operations.
methodRequiredstringHTTP request method to use for enrichment. Must be one of: GET, POST, PUT, PATCH.
columnsRequiredarrayList of columns with data used in enrichment requests. These columns can be referenced in url_template and body_template using their Id values.
headersobjectHTTP headers to include in enrichment requests (e.g., authentication, content-type). Do not include the X-GIGASHEET-TOKEN header as it's handled automatically.
recipe_idstringGigasheet recipe ID to associate with this enrichment (optional).
sort_modelarraySort models to apply to the dataset before enrichment.
filter_modelobjectFilter model to apply to the dataset before enrichment. Only rows matching the filter will be enriched.
url_templateRequiredstringURL template string for the enrichment API endpoint. Can include column ID placeholders (e.g., {A}, {B}) that will be replaced with actual values from each row.
LaxValidationbooleanInternal flag to skip live DNS validation (for testing against local servers). Not recommended for production use.
body_templatestringRequest body template string for POST/PUT/PATCH requests. Can include column ID placeholders (e.g., {A}, {B}) that will be replaced with actual values from each row.
response_typestringExpected response type from the API. One of 'json', 'raw', 'unknown'. Default is 'json'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.