The Batch action allows you to aggregate requests into a single output format/file. Optionally you can configure a delay so that the Batch action acts as a catch-net for incoming requests, and will then process them in batches as per the defined delay.

Configuration

The Batch action must receive an input in CSV format.

Currently, the batch action only supports input and output types of CSV format. Header Rows must be defined in the same shape as the target format.

Supported Format and Header Rows Config

Delay (optional)

The delay can be set by Seconds, Minutes, Hours, or Days. The delay is the time between the first request and the last request in the batch. The batch action will wait for the delay to expire before processing the batch.

Delay Config