agendas_create
Create a public agenda — a shareable booking page where external clients can self-book appointments. Links to a specific provider and/or service. The agenda gets a public URL at /{orgSlug}/agenda/{slug}. Create this after services and availability are configured. Without a public agenda, clients can only be booked via the API or dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| title | No | ||
| apiKey | No | ||
| orgSlug | Yes | ||
| isActive | No | ||
| isPublic | No | ||
| description | No | ||
| proveedorId | No | ||
| showSessions | No | ||
| showClientNames | No | ||
| bookingFlowOrder | No | ||
| defaultDurations | No | ||
| showProviderList | No | ||
| assignmentStrategy | No | ||
| requiresPrepayment | No | ||
| allowGroupSelection | No | ||
| serviceSelectionMode | No | ||
| providerSelectionMode | No | ||
| showProviderUtilization | No |