I’m using a series of webhooks to connect leads with custom objects in a customer journey. The campaign is triggered by a segment change, with users being added to Customer.io via manual upload — sometimes involving hundreds of new users at once.
During testing today with a list of around 1,000 users, we encountered issues because the webhooks attempted to run simultaneously for hundreds of users at the same time. This caused excessive traffic and exceeded the allowed send limits.
While the process eventually worked itself out, I’d like to explore alternative ways to configure the journey to control the flow of users into the webhooks more gradually. Does anyone have suggestions for pacing or throttling strategies?