type alias WebhookPayload

Consolidated payload sent to webhook endpoints

Definition

ContactInfo & { event_type: "registration.completed"; price_paid: number | null; currency: string; payment_id: string | null; ticket_url: string; tickets: WebhookTicket[]; timestamp: string; business_email: string; }

Usage

import { type WebhookPayload } from "docs/webhooks.ts";