Create invitee
documentedCreate an invitee to schedule a meeting (the booking step via the API).
POST /inviteesInvitees / Schedulingno implementation yet0 runsInput
event_type_uri*
Event Type URL
{{$event_type_uri}}
start_time*
Start Time (UTC)
{{$start_time}}
invitee_name*
Invitee Full Name
{{$invitee_name}}
invitee_first_name*
Invitee First Name
{{$invitee_first_name}}
invitee_last_name*
Invitee Last Name
{{$invitee_last_name}}
invitee_email*
Invitee Email
{{$invitee_email}}
invitee_timezone*
Invitee Timezone
{{$invitee_timezone}}
location_kind
Location Kind
{{$location_kind}}
event_guests
Event Guests (JSON array)
{{$event_guests}}
tracking
Tracking (utm parameters)
{{$tracking}}
Calls Calendly as you (your API key is your account); keychains.dev holds the credentials.