Action Events
Release
Releases are containers for multiple entries and assets that can have an action taken upon all referenced content. Note that release webhooks are called when the release entity itself is changed or deleted, not when an action is taken (see release actions)create: emitted after the release has been successfully createdsave: emitted after the release has been successfully changeddelete: emitted after a release has been deletedarchive: emitted after a release has been archivedunarchive: emitted after a release has been unarchived
Release actions
Release actions are a specific attempt to take an action on a release, such as publish or unpublish.create: emitted after the release action has been created, but may not have started yetexecute: emitted after the release action has been executed, regardless of outcome. The entity emitted will show the resulting status
Bulk actions
Bulk actions are one-time entities containing a collection of entries and assets and an action to apply, such as publishing a collection of entries and assets from the reference tree.create: emitted after the bulk action has been successfully created, but may not have started yetexecute: emitted after the bulk action has been executed, regardless of outcome. The payload emitted will include the resulting status
Scheduled actions
Scheduled actions are actions that are taken on behalf of a user at a future date.create: emitted after the scheduled action has been created, but may not have started yetsave: emitted after the scheduled action has been successfully changedexecute: emitted after the scheduled action has been executed, regardless of outcome. The entity emitted will show the resulting statusdelete: emitted after a scheduled action has been deleted