Webhook Queue Issue

Hi Expert,

i have an automation which receive data from Webhook then send to third party API for processing, the automation is fine to work, but only 1 question, my thrid party plan can only allow me to process 5 query at the same time. however, i will have 10-20 query at some times, so it will make my automation fail.

Any idea how can i control to execute 5 webhooks at the same time and after all finished, then go for another 5 query?? Or any idea?? thanks!!

Hi @Louis_kwok

Not 100% sure on your usecase.
Have you looked at the split in batches node? It might be what you are looking for.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.