The following example pipeline demonstrates how to pass input documents in a batch using
the
Group By N
and
HTTP Client
Execute Snap. In this pipeline, the
HTTP Client
Snap collects input documents until a batch of
20 is reached, then sends them as a list in the payload through a single request.

Download this Pipeline
-
Configure the
Group By N
Snap to batch the
entities in groups of 20.
-
Configure the
HTTP Client
Snap with the POST
request and the URI to which the request should be sent.
On validation, you can view the status code 200, indicating that the payload
was successfully sent. Additionally, you can view the entity data in batches of 20
records.
-
Configure the Mapper Snap with
$entity.data and $statusLine to further use this data downstream.
On validation, you can view the entity data in a batch of 20 records.
To successfully reuse pipelines:
- Download and import the pipeline into SnapLogic.
- Configure Snap accounts as applicable.
- Provide pipeline parameters as applicable.