Type Alias WebhookPost

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

Type declaration

  • Optionalorigin?: "api" | "automations" | "management-console"

    Indicates from where the webhook was created and its purpose