Hey Zapier Community,
I’m currently trying to automate welcome messages/SMS scheduling reminders for newly registered families with the “Trial” enrollment type using the following flow structure:
1. Schedule Triggers daily at 7:00 AM (weekends included)
2. Code: Generate 24-Hour Timestamp Calculates FromDate (24hrs ago) & ToDate (now)
3. Search: Jackrabbit Enrollments Searches for all enrollments in that 24-hour window (returns grouped data)
4. Code: Parse & Filter Trial Enrollments Filters for Trial type + has phone + primary contact; Returns array of filtered enrollments
OR (Neither currently work...)
4. Filter: Trial Enrollments with Contact Info Filters to only trial families with phone numbers
5. Twilio: Send SMS Sends reminder message with class date/time
However, I’m running into a lot of roadblocks. I’ve tried filtering objects but they seem to return multiple enrollment types ((Transfer, Trial), for example) and I’m having trouble parsing just the Trial type. Additionally, I’m having trouble sending individual messages to families that include information about only their class dates/times at the Twilio step.
Thanks in advance!


