function logAndNotifyRegistration
logAndNotifyRegistration(
entries: EmailEntry[],
siteTokenIndex?: string
): Promise<void>

Log attendee registration and send consolidated webhook Used for single-event registrations

Webhook sends are queued as pending work so they run in the background but complete before the edge runtime tears down the request context.

Parameters

entries: EmailEntry[]
optional
siteTokenIndex: string

Return Type

Promise<void>

Usage

import { logAndNotifyRegistration } from "doc.ts";