Interface IWebhook

Webhook descriptor.

interface IWebhook {
    callbackUrl: string;
    createdBy: string;
    createdDate: string;
    creatorType: string;
    event: string;
    hookId: string;
    scope: WebhookScope;
    status: WebhookStatus;
    system: string;
    tenant: string;
    urn: string;
}

Properties

callbackUrl: string
createdBy: string
createdDate: string
creatorType: string
event: string
hookId: string
system: string
tenant: string
urn: string

Generated using TypeDoc