Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 13/umbraco-cms/reference/webhooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ however, the `Content deleted` does not send the entire content as JSON, instead
By default, webhook requests will include 3 headers
- `user-agent: Umbraco-Cms/{version}`, where version is the current version of Umbraco.
- `umb-webhook-retrycount: {number of retries}`, where number of retries, is the current retry count for a given webhook request.
- `umb-webhook-event: {Umbraco.event}`, where event is the event that triggered the request, for example for Content published: `umb-webhook-event: Umbraco.ContentUnpublish`
- `umb-webhook-event: {Umbraco.event}`, where event is the event that triggered the request, for example for Content published: `umb-webhook-event: Umbraco.ContentPublish`

# Configuring Webhooks

Expand Down