create_meeting_type
Set up a tailored meeting type with precise control over duration, channel, buffers, and redirects to manage bookings.
Instructions
Create a meeting type. meetergo requires a fairly complete meetingInfo
object, so pass the full body as payload (schema: CreateMeetingTypeV4Dto).
Minimal example: { "meetingInfo": { "name": "Discovery Call", "description": "", "duration": 30, "channel": "zoom", "enableRedirect": false, "redirect": "", "passEventDetailsToRedirect": false, "customChannelName": "", "customChannelLink": "", "groupBooking": false, "showAvailableSlots": false, "enrichInvitee": false, "bufferBefore": 0, "bufferAfter": 0, "confirmationButton": {"useConfirmationButton": false, "text": "", "color": "", "link": ""} }, "slug": "discovery-call" } Tip: POST /v4/user creates a user + default meeting type in one call; use this endpoint when you need a specific configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes |