Overview of all possible webhook actions

I’m just about to implement webhooks and came across the X-Contentful-Topic header which defines what action triggered the particalur webhook. I scanned the docs and wonder if there is any overview of all the actions.

Can anyone help?

Webhook Topics are a combination of ContentManagement.[Type].[Action] as found here

We will update the linked concepts page soon to make it more understandable, as the documentation is lacking the explicit naming of the events.

Here they are:

ContentManagement.ContenType.create
ContentManagement.ContenType.save
ContentManagement.ContenType.publish
ContentManagement.ContenType.unpublish
ContentManagement.ContenType.delete
ContentManagement.Entry.create
ContentManagement.Entry.save
ContentManagement.Entry.auto_save
ContentManagement.Entry.archive
ContentManagement.Entry.unarchive
ContentManagement.Entry.publish
ContentManagement.Entry.unpublish
ContentManagement.Entry.delete
ContentManagement.Asset.create
ContentManagement.Asset.save
ContentManagement.Asset.auto_save
ContentManagement.Asset.archive
ContentManagement.Asset.unarchive
ContentManagement.Asset.publish
ContentManagement.Asset.unpublish
ContentManagement.Asset.delete
2 Likes

Thanks. This helps! :slight_smile:

Hello this is helpful,
is this updated to the current platform version?
is there an official doc page about these events?