Skip to main content

@dialstack/sdk-dev / server/src / CreateBookingWebhook

Interface: CreateBookingWebhook

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

Properties​

account_id​

TypeScript
account_id: string;

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


booking​

TypeScript
booking: object;

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

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/server/src/index.ts:2964