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. + +