This topic was automatically generated from Slack. You can find the original thread here.
Chuah Shang Rong : Hi, is there anyway to run a workflow on a specific period of time? For example, when a user register for my program, pipedream will send an email to the user on a scheduled date ? For example, 2pm the next day.
Dylan Sather (Pipedream) : The task scheduler technically accepts an ISO timestamp that tells it when to trigger the associated workflow. You’re correct that those docs highlight how to use that action to schedule an execution N seconds in the future, but you can compute your own date / time and schedule the workflow to run then. Take a look at https://github.com/PipedreamHQ/pipedream/blob/master/components/pipedream/sources/new-scheduled-tasks/README.md for more information and let me know if that helps