Create a meeting type
create_meeting_typeCreates a new meeting type for the authenticated user, instantly producing a publicly bookable page. Configure duration, location channel, description, buffers, and more; URL slug is auto-generated and editable.
Instructions
Create a new meeting type owned by the authenticated user. It becomes a real, publicly bookable page immediately. The URL slug is generated from the name and remains editable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Shown on the booking page | |
| color | No | Hex, e.g. #e55000 | |
| spots | No | Attendees per slot, for a group booking | |
| channel | Yes | Where the meeting happens. "local" is at the host address. | |
| duration | Yes | Minutes, 5 to 480 | |
| redirect | No | URL to send attendees to after booking | |
| bufferAfter | No | Minutes, max 120 | |
| description | Yes | Shown on the booking page. Pass "" for none. | |
| bufferBefore | No | Minutes, max 120 | |
| enableRedirect | No | ||
| showAvailableSlots | No | ||
| passEventDetailsToRedirect | No | ||
| bufferMustStayWithinWorkingHours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| slug | No | URL segment of the public booking page | |
| spots | No | Attendees per slot | |
| userId | No | Host, for a single-host type | |
| queueId | No | Round-robin queue, when the type is shared | |
| meetingInfo | No | Booking-page settings of the meeting type |