Actions
Feature proposal #4108
closedImplement a CRON endpoint to perform actions
Description
Implement a secured token URL that can be used directly or in CRON to run an action. The action however will not function like other actions quite the same. What it will do is parse through every user and run the action for every user. To filter out users you'd use conditionals, access checks, or the exclude features of actions. A few parameters will also be added to configuration to limit the query to a number of results, enabled only, etc.. to help with performance. A new trigger should be added to designate it as internal.
Actions