New feature: stacked POST requests
Working with APIs often requires looping through a set of endpoints to collect all the data you need, so API Connector provides the ability to "stack" request URLs and cycle through them as a block.
While stacking URLs works for GET requests, we've now extended this capability to POST requests. Just select POST and tick the "Multiple POST bodies" checkbox. Then, you can either list out your POST bodies one after the other, or reference the cells containing your POST bodies using the standard +++ syntax. Either way, separate each POST body with the text :::BREAK::: as this will tell API Connector that a new POST body has begun. Each POST body will be sent consecutively to the URL entered in the URL field.
For more info, please check the documentation: https://mixedanalytics.com/knowledge-base/add-body-post-requests/.