I'm using Twilio for my website and parse as a backend for a POC I'm working on. I have the following scenario:
- User signs up - I store user in parse - I send them a text at a later date depending on their profile.
I am able to schedule system wide jobs which run for a give time.
Is it possible to assign a job to an individual user with a time frame?
E.g
Schedule a job for User1 a week from now
Schedule a job for User2 a day from now etc.