From fce2592e9d0aa57c1ed06c8e4c976b9a6782c6d7 Mon Sep 17 00:00:00 2001 From: daisy-jump <88658844+daisy-jump@users.noreply.github.com> Date: Mon, 19 May 2025 16:07:01 +0100 Subject: [PATCH] oops forgot webhooks --- usync/01.uSync/20.guides/85.webhooks.md | 3 +++ usync/01.uSync/40.reference/03.handlernames.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/usync/01.uSync/20.guides/85.webhooks.md b/usync/01.uSync/20.guides/85.webhooks.md index 8ceba77..fafc3fb 100644 --- a/usync/01.uSync/20.guides/85.webhooks.md +++ b/usync/01.uSync/20.guides/85.webhooks.md @@ -1,6 +1,9 @@ --- title: Webhooks --- +:::warning Is this the right page? +This page is for triggering webhooks. If you want to serialize your webhooks, you will need to use the [webhook handler](../reference/handlernames). +::: Starting with Umbraco v13 you can now configure webhooks to trigger on events (such as content published, or media item saved) inside your Umbraco site. diff --git a/usync/01.uSync/40.reference/03.handlernames.md b/usync/01.uSync/40.reference/03.handlernames.md index 5939631..65b34ab 100644 --- a/usync/01.uSync/40.reference/03.handlernames.md +++ b/usync/01.uSync/40.reference/03.handlernames.md @@ -71,6 +71,9 @@ Media items. Relations and Relation types. +### WebhookHandler +Webhook settings. + ## uSync.Publisher @@ -104,3 +107,5 @@ User accounts. ### UserGroupHandler User groups. + +