Start a new topic

Scheduled Code API/module

We're excited about the timeliness of scheduled code, since we're just beginning to hash out a system for allowing our users to schedule reminders for themselves. Are there any plans to allow programmatic scheduling, modifying, and cancelling of scheduled code via a module accessible from Business Logic or Custom Endpoints?

1 person has this question

We definitely do have plans. I don't have a timeframe right now, but I post updates here when I do.
Thanks Ivan, I'll be on the lookout for that!
Hi Michael,



Meanwhile, have you considered the following approach? you could write a scheduled BL script that runs every minute, checks a collection of scheduled reminders, and fires these off as needed.
That's a good idea Gal, thanks! Once we finish defining the basics of our reminder API, we'll start work on an implementation similar to that.
Login or Signup to post a comment