Back to Medusa

{metadata.title}

www/apps/cloud/app/webhooks/changelog/page.mdx

2.19.01.5 KB
Original Source

export const metadata = { title: Webhooks Changelog, }

{metadata.title}

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. */}

August 10, 2026

Medusa released webhooks for Cloud organizations with the following events:

build.canceled

  • Added the build.canceled event. Cloud delivers this event when a build is canceled.

build.created

  • Added the build.created event. Cloud delivers this event when a build is created for an environment.

build.failed

  • Added the build.failed event. Cloud delivers this event when a build fails.

build.succeeded

  • Added the build.succeeded event. Cloud delivers this event when a build completes successfully.

deployment.canceled

  • Added the deployment.canceled event. Cloud delivers this event when a deployment is canceled.

deployment.created

  • Added the deployment.created event. Cloud delivers this event when a deployment is created for an environment.

deployment.failed

  • Added the deployment.failed event. Cloud delivers this event when a deployment fails.

deployment.succeeded

  • Added the deployment.succeeded event. Cloud delivers this event when a deployment completes successfully.