help wanted
Description
Let's say we have an web agent that can fetch comments from a page like :username/comments, and we want to run it every 12 hours for a fixed list of usernames, so would need some sort of generator feeding a list of username via events.
A manual event works, but is currently unable to be scheduled. A CSV list works, but requires setting up a CSV file with all the data you want to send, and getting the formatting just right. A javascript agent works (don't think there's anything that can't be solved with it), but requires knowing javascript to get working.
Per @cantino's suggestion:
Maybe the ManualEventAgent should be extended to event any Static event and could be scheduled?