Create a Scheduling Page

POST https://api.schedule.nylas.com/manage/pages

Request Body

{"access_tokens"=>["{{access_token}}"], "config"=>{"booking"=>{"additional_guests_hidden"=>false, "available_days_in_future"=>21, "calendar_invite_to_guests"=>true, "confirmation_emails_to_guests"=>true, "confirmation_emails_to_host"=>true, "confirmation_method"=>"automatic", "min_booking_notice"=>15, "min_buffer"=>0, "min_cancellation_notice"=>15, "name_field_hidden"=>false, "opening_hours"=>[{"account_id"=>"{{account_id}}", "days"=>["M", "T", "W", "R", "F"], "start"=>"09:00", "end"=>"17:00"}]}, "calendar_ids"=>{"{{account_id}}"=>{"availability"=>["{{calendar_id}}"], "booking"=>"{{calendar_id}}"}}, "event"=>{"capacity"=>1, "duration"=>30, "location"=>"Zoom Link", "title"=>"Scheduler Example - {{reminder_message_title}}"}, "locale"=>"en", "timezone"=>"America/Denver", "reminders"=>[{"delivery_method"=>"email", "delivery_recipient"=>"both", "time_before_event"=>"30", "email_subject"=>"Reminder - {{reminder_message_title}} about to start"}]}, "name"=>"Scheduler Example - {{reminder_message_title}}", "slug"=>"{{url_slug}}"}