# Improvements to handling webhooks

[date: 2024-08-26T16:50:36.119+02:00]

We've released considerable enhancements to how DatoCMS handles webhooks.

### Automatic Retries

In case of delivery failure, DatoCMS can now attempt to resend the request up to 7 times, with increasing intervals between each attempt. The [schedule for these retry attempts are on the docs](https://www.datocms.com/docs/general-concepts/webhooks.md#automatic-retries).

To enable this feature, simply check the **Automatic Retries** option in your webhook settings:

(Video content)

### Webhook Activity Log

Originally, the CMS showed just the latest 30 webhooks. We've now upgraded this by offering options to see events from the past week and apply filters/custom ordering, while also modernizing the UI to match the rest of the CMS:

(Image content)

Refer to the docs for [more details on webhooks](https://www.datocms.com/docs/general-concepts/webhooks.md) as well as the retry schedules.