Skip to content

Commit 77702a2

Browse files
authored
Update 16/umbraco-cms/reference/webhooks/README.md
1 parent 17aee27 commit 77702a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

16/umbraco-cms/reference/webhooks/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ This will become the default in version 17 and later. Minimal payloads include o
6464

6565
Extended payloads include all relevant information for an event, where available. However, sensitive data, such as usernames, member names, or email addresses, is excluded for privacy and security reasons. If an extended payload is not available for an event, the system falls back to the minimal payload.
6666

67-
You can change which payload type is used by
67+
### Configuring Payload Types
68+
69+
Payload type can be configured in several ways:
6870

6971
- Changing the appsetting `Umbraco:CMS:Webhook:PayloadType`. Be aware that the system that uses this value is run before any composers. If you manipulate the `WebhookEventCollectionBuilder` in anyway then those methods will not automatically pick up this appsetting.
7072
- Passing in the PayloadType into the `WebhookEventCollectionBuilderExtensions` methods to control which webhook events are added

0 commit comments

Comments
 (0)