If you have several requests that have no dependency on each other but have to be sent in a specific order, you can use send events to connect your blocks.
For an example, see the Chaining requests example flow.
Add an HTTP Request block
Select + Block on the toolbar. Next, select the HTTP Request block from the list to add it to your canvas, then select the request. Repeat this step until you've added all the requests to the canvas.
Connect the send events
Select the port (success output) of the source block and connect it to the send input of the target block in the order you want the requests to run.
Start the flow
Start the flow. The requests run in the order you specified:
To use data from one request in another request, learn how in Send information from one system to another.
Last modified: 2025/01/25