Create and list lessons in Teachworks via the API for schedule syncing
domain: teachworks.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate to the Teachworks API using account API credentials (Growth/Premium plan required)
Call the Create Lesson endpoint, supplying the student, employee (tutor), service and date/time fields as documented
Call the List Lessons endpoint to pull the current schedule, using its filter parameters to scope by date range
When filtering by date, use the supported comparison filters (gt, gte, lt, lte) against the to_date parameter to pull only lessons in a given window
Page through results using the 'page' parameter, watching for the documented range error if an out-of-bounds page number is supplied
Known gotchas
The API also supports creating lessons with a 'Requested' status (for pending bookings that need approval) — make sure your integration sets the intended status explicitly rather than assuming Confirmed
Supplying an invalid/out-of-range 'page' value returns a dedicated RangeError-style message rather than an empty list, so handle that response distinctly from 'no results'
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?