nylas
    Preparing search index...

    Interface CreateSessionRequest

    interface CreateSessionRequest {
        configurationId?: string;
        slug?: string;
        timeToLive?: number;
    }
    Index

    Properties

    configurationId?: string

    The ID of the Scheduler Configuration object for the session. If you're using slug, you can omit this field.

    slug?: string

    The slug of the Scheduler Configuration object for the session. If you're using configurationId, you can omit this field.

    timeToLive?: number

    The time to live for the session in minutes. The maximum value is 30 minutes.