Your webhook delivers a list; your API wants one call per item. The iterator walks body.items one at a time, keeps going on individual failures, and each item gets retry-protected delivery.
Process array payloads item by item
data3 steps·Free, clone into your account in one click
How this workflow works
1. Batch webhook
triggerStarts the workflow, from an inbound HTTP request or on a schedule.
2. One item at a time
iteratorRuns the downstream nodes once per item of an array.
3. POST each item
http-resilientHTTP request with retries, backoff, and jitter. ⚠ On success the response body replaces the payload.
Run it without writing any code
Every step above is a visual node in the Requex workflow builder. Clone this template, fill in your own credentials where a step needs them, and it runs in the cloud, no server, no cron box, no npm install. Webhook-triggered workflows get an always-on URL; scheduled ones run on your cron expression.
Open this template in the builder