Optimizing API Requests for Large Lead Sets in Outbound Email Campaigns
Interesting question… I have a table where each row represents a lead. There’s an HTTP API column that pushes that lead to our email outbound platform. Problem is when we have 10,000 leads, we hit concurrent request rate limits on the email outbound’s API. Even after setting auto-retries and rate limiting on the HTTP API Column settings, many rows fail because of the email outbound’s API. Ideally we collapse the 10,000 leads into a few hundred requests, where each requests holds a few hundred leads. Is there a way to collapse many rows into one and still keep all the variables specific to each lead intact? Maybe it looks something like creating the JSON object as a plain text column for each row, then pasting each row of that column together somehow? Thanks!
.png)