1 min read
As previously mentioned (on May 25th, 2021) Vercel will be removing UI Hooks for integrations.
UI Hooks have already become unavailable for newly created Integrations, but they will also be removed from all existing Integrations, meaning that:
Integrations with UI Hooks can't be installed anymore.
Integration UI Hooks will no longer be shown on the Dashboard.
The respective configuration field will be removed from the Integration Console.
The API endpoint
/v1/integrations/configuration/:id/metadata
will become unavailable.
Furthermore, we also deprecated the manual webhook creation through our API. See our previous announcement about this change. This means that:
The API endpoint
/v1/integrations/webhooks
will become unavailable.
The API endpoint
/v1/integrations/webhooks/:id
will become unavailable.
DELETE
requests to the configured generic Webhook URL will be not send anymore.
Check the updated documentation to learn more about upgrading your Integration.