Type Alias WebhookResponse

WebhookResponse: WebhookBase & {
    origin?: "api" | "automations" | "management-console";
}

Type declaration

  • Optional Readonlyorigin?: "api" | "automations" | "management-console"

    Indicates from where the webhook was created and its purpose