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.
August 10, 2026#
Medusa released webhooks for Cloud organizations with the following events:
build.canceled#
- Added the
build.canceledevent. Cloud delivers this event when a build is canceled.
build.created#
- Added the
build.createdevent. Cloud delivers this event when a build is created for an environment.
build.failed#
- Added the
build.failedevent. Cloud delivers this event when a build fails.
build.succeeded#
- Added the
build.succeededevent. Cloud delivers this event when a build completes successfully.
deployment.canceled#
- Added the
deployment.canceledevent. Cloud delivers this event when a deployment is canceled.
deployment.created#
- Added the
deployment.createdevent. Cloud delivers this event when a deployment is created for an environment.
deployment.failed#
- Added the
deployment.failedevent. Cloud delivers this event when a deployment fails.
deployment.succeeded#
- Added the
deployment.succeededevent. Cloud delivers this event when a deployment completes successfully.
Was this guide helpful?