From 134ea6caf1e8db276e2ea3a8fcb8a4f7b4fc2e79 Mon Sep 17 00:00:00 2001 From: Roy Barber Date: Wed, 5 Feb 2025 21:13:15 +0000 Subject: [PATCH] Content publish example refrencing content unpublish webhook type --- 13/umbraco-cms/reference/webhooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/webhooks/README.md b/13/umbraco-cms/reference/webhooks/README.md index eee26ad872f..dbf587f9cc9 100644 --- a/13/umbraco-cms/reference/webhooks/README.md +++ b/13/umbraco-cms/reference/webhooks/README.md @@ -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