The endpoint that is triggered daily triggers another endpoint immediately. In the screenshots I sent above, you can see that I have 2 endpoints. One called Daily (like the one you have) and another called Send Text.
The action under Daily is “Schedule API Workflow on a List”. Which means it will trigger the Send Text endpoint for every item in a list. Check out the setup for the Schedule action:
Type of things = User
List = Search for Users (type=student)
API Workflow = Send Text
Scheduled Date = Current Date/Time (which means it will fire immediately, no need to delay further)
Student (parameter set up in the Send Text endpoint) = This User
So for every User in the list, the Send Text endpoint will run.
The Send Text endpoint’s action is the actual text message action. And the Recipient pulls from the value of the parameter.