WTM
World Taekwondo Mandeville

On-Demand Lesson Plan Generator

Pull any class from Airtable, generate a full lesson plan via Claude, and send it to WhatsApp.

How the automation works
⏰ Scheduled Sun / Tue / Fri at 7 PM — auto night-before brief via WhatsApp
⚡ On-Demand Anytime — full lesson plan generated instantly for any class date
📅
Pick class date
🗄️
Airtable lookup
🤖
Claude generates plan
📱
Sent to WhatsApp
Generate a lesson plan
⚡ Triggers the on-demand branch in n8n — fetches the session from Airtable, generates a full 60-minute lesson plan via Claude, and sends it to Master Ken's WhatsApp instantly.
Connecting to n8n…
✓ Lesson plan sent to WhatsApp
Direct API payload (for testing)
POST endpoint (after workflow import):
https://your-n8n.com/webhook/wtm-lesson-plan
Request body — by date:
{"classDate": "2026-05-07", "requestedBy": "Master Ken"}
Request body — by session ID:
{"sessionId": "recXXXXXXXXXXXXXX", "requestedBy": "Master Ken"}