Skip to main content

@dialstack/sdk / server / CreateBookingWebhook

Interface: CreateBookingWebhook

Defined in: sdk/src/server/index.ts:1040

Properties

account_id

TypeScript
account_id: string;

Defined in: sdk/src/server/index.ts:1041


booking

TypeScript
booking: object;

Defined in: sdk/src/server/index.ts:1043

customer

TypeScript
customer: object;
customer.email?
TypeScript
optional email?: string;
customer.name
TypeScript
name: string;
customer.phone
TypeScript
phone: string;

duration_minutes

TypeScript
duration_minutes: number;

notes?

TypeScript
optional notes?: string;

start_at

TypeScript
start_at: string;

idempotency_key

TypeScript
idempotency_key: string;

Defined in: sdk/src/server/index.ts:1042