Webhook Queue - What happens if I send more than 50 calls at once?

What are you trying to achieve?

I created a webhook, that will process all new subscribers to a certain list.
This list is updated daily, so it can potentially include a few hundreds of records.
I saw that the queue is limited to 50 calls, what happens if I send 200 at once?

Steps taken so far

I created the webhook

Hi @Yoav_Gal,

If the webhook cannot process the incoming payloads fast enough, the queue starts filling. If the queue is completely full, Make will return an error to the webhook service and any more incoming webhook payloads will be lost until there is space in the queue again.

I strongly advise starting a paid plan. It is really worth the little money you have to pay for it.

Cheers,
@Henk-Operative