@dialstack/sdk / server / CreateBookingWebhook
Interface: CreateBookingWebhook
Defined in: sdk/src/server/index.ts:861
Properties
account_id
account_id: string;
Defined in: sdk/src/server/index.ts:862
booking
booking: object;
Defined in: sdk/src/server/index.ts:864
customer
customer: object;
customer.email?
optional email?: string;
customer.name
name: string;
customer.phone
phone: string;
duration_minutes
duration_minutes: number;
notes?
optional notes?: string;
start_at
start_at: string;
idempotency_key
idempotency_key: string;
Defined in: sdk/src/server/index.ts:863