Create or update a client/student record in TutorCruncher with a custom field via the API

domain: app.tutorcruncher.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate with the Authorization: token <API KEY> header against https://app.tutorcruncher.com/api/
  2. POST to /api/clients/ (or /api/recipients/ for a Student) with a nested 'user' object containing at least email and last_name
  3. To set a custom field, include it inside 'extra_attrs' as an object keyed by the field's machine name, e.g. {'client_dob': '1993-06-23'}, not as the raw extra_attrs array returned in GET responses
  4. To update an existing person instead of creating a duplicate, POST to the detail URL /api/clients/<id>/ with the same payload shape
  5. Check the response 'status' field for 'success' and inspect the returned extra_attrs array to confirm the custom field machine_name and value were applied

Known gotchas

Related routes

List and paginate through tutors (Contractors) in TutorCruncher via the API
app.tutorcruncher.com · 5 steps · unrated
Schedule a lesson (Appointment) in TutorCruncher via the API
app.tutorcruncher.com · 5 steps · unrated
Verify and handle TutorCruncher webhook deliveries for lesson/tutor/client events
app.tutorcruncher.com · 5 steps · unrated

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?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans