create_private_link
Generate a private booking link for an event type with optional expiration date and usage limits to control access and prevent overbooking.
Instructions
Create a private booking link for an event type (Enterprise).
At least one of expires_at or max_usage_count is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Internal label for tracking | |
| expires_at | No | Link expiration date (ISO 8601, e.g., "2026-12-31") | |
| event_type_id | Yes | Event type ID | |
| max_usage_count | No | Maximum number of bookings allowed through this link |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |