www/apps/cloud/app/webhooks/changelog/page.mdx
export const metadata = {
title: Webhooks Changelog,
}
In this guide, you'll find the notable changes to the webhook events that Medusa delivers, with the newest change listed first. Each entry is grouped by the date the change went live.
Refer to the Webhook Reference for the current payload of every event.
{/* Entries are added automatically when webhook changes are deployed.
Keep them newest-first, with an ## {Month} {Day}, {Year} heading. */}
Medusa released webhooks for Cloud organizations with the following events:
build.canceled event. Cloud delivers this event when a build is canceled.build.created event. Cloud delivers this event when a build is created for an environment.build.failed event. Cloud delivers this event when a build fails.build.succeeded event. Cloud delivers this event when a build completes successfully.deployment.canceled event. Cloud delivers this event when a deployment is canceled.deployment.created event. Cloud delivers this event when a deployment is created for an environment.deployment.failed event. Cloud delivers this event when a deployment fails.deployment.succeeded event. Cloud delivers this event when a deployment completes successfully.