Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookRequest

    Represents a pending webhook request that needs to be sent.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookRequest

    Constructors

    View Source

    WebhookRequest()

    Declaration
    public WebhookRequest()

    Properties

    View Source

    EventAlias

    Gets or sets the alias of the event that triggered this webhook request.

    Declaration
    public string EventAlias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Id

    Gets or sets the unique identifier of the request.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    RequestObject

    Gets or sets the serialized request payload to send.

    Declaration
    public string? RequestObject { get; set; }
    Property Value
    Type Description
    string
    View Source

    RetryCount

    Gets or sets the number of retry attempts made for this request.

    Declaration
    public int RetryCount { get; set; }
    Property Value
    Type Description
    int
    View Source

    WebhookKey

    Gets or sets the unique key of the webhook this request belongs to.

    Declaration
    public Guid WebhookKey { get; set; }
    Property Value
    Type Description
    Guid
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX