A "Workflows" tab (admin section)

eugenio

Administrator
Staff member
From the new workflow tab (admin section) you can set what we currently call “operational hooks”: for each table you can specify, for an event (before/after update, after delete, before/after insert), one or more actions.
The actions will be, at least at the beginning, just two:
1) Send an email (you can specify the details form the web interface)
2) Execute a custom function (you select the name of the function form the web interface, you write the code in custom_functions.php)
 
Upvote 4
Top