Limits and Retries
Sometimes webhooks don't go through successfully or receive an error from the destination. Webflow's guidelines on how to handle failed requests are described here.
Retries
- Webflow does not follow redirects (301/302) on Webhook URLs
- Webflow will attempt to retry 3 times
Limits
Name | Limit |
---|---|
The maximum number of webhooks that can be added for a given trigger_type | 75 |
Maximum retries a webhook | 3 |
Number of minutes between retries | 10 |
Updated 2 months ago