Skip to content

oops forgot webhooks #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions usync/01.uSync/20.guides/85.webhooks.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 5 additions & 0 deletions usync/01.uSync/40.reference/03.handlernames.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Media items.
<!--| Content | -->
Relations and Relation types.

### WebhookHandler
Webhook settings.

## uSync.Publisher
<!--Handler Name | Default Group | Description-->

Expand Down Expand Up @@ -104,3 +107,5 @@ User accounts.
### UserGroupHandler
<!--| Users | -->
User groups.