create_session
Create ILT sessions within a course module, supporting single or multi-day schedules with location, time zone, seat limits, and wait list options.
Instructions
Create a new ILT session within a course module. Supports single or multi-day sessions with optional location, time zone, seat limit, and wait list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | List of session days | |
| name | Yes | Session name | |
| slots | No | Maximum number of seats | |
| endDate | No | Session end date (YYYY-MM-DD) | |
| courseId | Yes | The Litmos course ID | |
| location | No | Location of the session | |
| moduleId | Yes | The ILT module ID within the course | |
| timeZone | No | Time zone (e.g. 'UTC', 'America/New_York') | |
| startDate | No | Session start date (YYYY-MM-DD) | |
| sessionType | Yes | Session type: 1=Classroom, 2=Virtual, 3=Blended, 4=Other | |
| enableWaitList | No | Allow users to join a wait list when full | |
| instructorName | No | Display name of the instructor | |
| instructorUserId | Yes | Litmos user ID of the instructor |