Contentful Webhooks
Contentful webhooks are HTTP callbacks that notify subscriber endpoints when content events (ContentType, Entry, Asset, Task, Comment, Release, Workflow, Template Installation) and action events (Release Actions, Bulk Actions, Scheduled Actions) occur in a space. Requests are POSTed as application/vnd.contentful.management.v1+json and, when a 64-character signing secret is configured, signed with HMAC-SHA256 via the x-contentful-signature, x-contentful-signed-headers, and x-contentful-timestamp headers.
Documentation
Documentation
https://www.contentful.com/developers/docs/webhooks/
Documentation
https://www.contentful.com/developers/docs/webhooks/content-events/
Documentation
https://www.contentful.com/developers/docs/webhooks/action-events/
Documentation
https://www.contentful.com/developers/docs/webhooks/headers/
Documentation
https://www.contentful.com/developers/docs/webhooks/request-verification/