Skip to main content

Content Events

Webhooks from these core entities are most commonly used to monitor when the state of any content from your space has been edited or updated.
Content Typecreatesaveauto_savearchiveunarchivepublishunpublishdeletecomplete
ContentTypeYesYesNoNoNoYesYesYesNo
EntryYesYesYesYesYesYesYesYesNo
AssetYesYesYesYesYesYesYesYesNo
TaskYesYesNoNoNoNoNoYesNo
CommentYesYesNoNoNoNoNoYesNo
ReleaseYesYesNoYesYesNoNoYesNo
WorkflowYesYesNoNoNoNoNoNoYes
Template InstallationNoNoNoNoNoNoNoNoYes
Common use cases for content event webhooks include:
  • running a test suite on a CI service when the content model of a development environment was changed
  • deploying a production build when content was published or un-published
  • deploying a preview build when the draft state of content has changed
  • re-building a search index when content was updated
  • feeding assets into an image detection service when they are uploaded
  • trigger email or chat authentication notifications due to editing activity
  • communicating creation and updates on tasks to the right stakeholders in real time