Command

nylas scheduler sessions create

Create a booking session

Written by Qasim Muhammad Staff SRE

What does nylas scheduler sessions create do?

The nylas scheduler sessions create command creates a booking session. It is part of the Scheduler (Booking Pages) commands, which manage scheduler configurations, sessions, and bookings.

Usage

nylas scheduler sessions create

Flags

FlagDescription
--config-id stringConfiguration ID (required)
--ttl intTime to live in minutes
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas scheduler sessions create command creates a booking session.

JSON output for scripting

nylas scheduler sessions create --json

Filter by config-id

nylas scheduler sessions create --config-id <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Run nylas scheduler sessions create --help for full help output.