import { randomUUID } from 'node:crypto' export function createWebhookEventId(): string { return `evt_${randomUUID()}` }