Challenge automations
Send 6 AM reminders, 7:10 AM journal emails, streak nudges, completion summaries, and recovery messages.
APIs, webhooks, starter kits, and automation patterns for live yoga, Journal Book, referrals, WhatsApp, Twilio voice, ElevenLabs audio, and progress insights.
Send 6 AM reminders, 7:10 AM journal emails, streak nudges, completion summaries, and recovery messages.
Connect live class links, instructor reminders, attendance tracking, class diagnostics, and catch-up journeys.
Add photo posts, comments, reflections, AI encouragement, and progress sharing for the community.
Name-based codes, student rewards, instructor attribution, and milestone rewards.
Approved template mapping, delivery tracking, fallback to email, and campaign segmentation.
AI support calls, DTMF shortcuts, handoff flows, reminder calls, and missed-session recovery.
Generate guided breathing audio for 1, 2, and 5 minute practices.
Attendance, streaks, journal completion, one-word reflection, and risk scoring.
SSO links, role-aware access, admin-only tools, and account area switching.
Listen for attendance, journal, referral, subscription, and verification events.
Choose the correct WhatsApp or email template and safely fill variables.
Use risk score, streaks, and journal themes to recommend the next best nudge.
Track failures, retries, cooldowns, and admin escalation in one place.
Use this pattern when someone attends a class but has not completed the daily journal. The final API shape can be adapted for your integration key.
curl -X POST https://habitmove.com/api/v1/automation/nudges \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"audience": "attended_no_journal",
"channel": "email_whatsapp",
"course": "41-day-yoga-challenge",
"tone": "gentle"
}'
We can help set up API keys, webhooks, test users, templates, and a safe production rollout.