Enum WebhookPayloadType
Namespace: Umbraco.Cms.Core.Webhooks
Assembly: Umbraco.Core.dll
Syntax
public enum WebhookPayloadType
Fields
Name | Description |
---|---|
Extended | Provides the minimal payload extended for certain webhooks with relevant information ready to consume. For example, content delivery API models are provided for content and media save and publish events. |
Legacy | Legacy payloads containing a mix of minimal information and full service models with legacy integer references. |
Minimal | Returns the minimal information required to identify the resources affected, providing identifiers to support retrieval of additional detail about the event from the source system. |