Question
Throttle Web Hook Requests
Hi -
Hoping someone can provide a suggestion about how to throttle webhook requests. I'd like to invoke a one-time webhook call for each record in our database. The API I'm calling has a rate-limit of 10 requests per second, so I'm trying to find the best way to make the calls in small batches -- ideally in an automated way. Any suggestions?
Thanks in advance.
Peter