v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Organizations

Create a team event type

Create a assignable assignment type for a team. The public manifest link is /assign/:org_slug/:team_slug/:slug. Bookings are auto-assigned to a team member based on the team's routing setting.

post/v1/orgs/{org_slug}/teams/{team_slug}/event-types

Path parameters

org_slugstring required
team_slugstring required

Request body

titlestring required
slugstring

URL slug (auto-generated from title if omitted)

duration_minutesinteger required
buffer_beforeinteger

Buffer before event (minutes)

buffer_afterinteger

Buffer after event (minutes)

locationstring
location_type'video' | 'phone' | 'in_person' | 'other'
descriptionstring
appointment_labelstring
min_notice_minutesinteger

Minimum advance notice required to book

webhook_urlstring
custom_fieldsstring

JSON array of custom field definitions

requires_confirmationboolean

Response

Default Response