Skip to content
← Back to Changelog

Tuesday, April 20th 2021

Integration Webhooks are now easier to configure

Posted by

Avatar for javivelasco

Javi Velasco

Software Engineer, Infrastructure

Avatar for chriswdmr

Chris Widmaier

Engineering Manager

Avatar for chibicode

Shu Uesugi

Software Engineer

Avatar for skllcrn

Christopher Skillicorn

Product Designer

You can now specify a generic Webhook URL in your Integration settings. If your Integration relies on Webhooks, it will now be much easier to configure and use them. Each of the following events will be sent as a POST request:

It's been possible to manually list, create, and delete Webhooks via the Vercel API, but this API is deprecated and will be removed on August 20th, 2021.

We no longer support a Delete Hook URL that receives a DELETE request when an Integration Configuration was removed. If a Delete Hook URL was set, it is now set as a Webhook URL, and "Integration Removed" is turned on. At the moment, the Integration Removed event is sent as two events (a POST request and a DELETE request). The DELETE requests will no longer be sent starting August 20th, 2021.

Check out the updated documentation and API reference to learn more.

Post