interface UmbWebhookDetailModel {
    contentTypes: string[];
    description: undefined | null | string;
    enabled: boolean;
    entityType: "webhook";
    events: UmbWebhookEventModel[];
    headers: Record<string, string>;
    name: undefined | null | string;
    unique: string;
    url: string;
}

Properties

contentTypes: string[]
description: undefined | null | string
enabled: boolean
entityType: "webhook"
headers: Record<string, string>
name: undefined | null | string
unique: string
url: string
MMNEPVFCICPMFPCPTTAAATR