Is it Possible to Throttle Webhook Sources?

I see that workflows have a “Throttle workflow execution” option and I’m wondering if it’s possible to do something similar with webhook sources.

@CelesteBancosHP not currently, but we’re tracking support for that here.

Is there a specific source you’re developing where this would be useful?

I set up a webhook with Zoho CRM to sync accounts but I’m running into an issue where Zoho will do some kind of mass update and send hundreds of webhook requests in a single minute (e.g. we set up multi-currency so it automatically added a currency field to every account). It would be nice if there was a way to set it up so I could ignore requests that come in large batches like that since I only care about the periodic manual edits.