{ "workflows": [ { "key": "case_tip_notify_admins", "name": "Case tip to admins", "description": "On a tip-line submission, email the site admins.", "enabled": true, "trigger": { "type": "row_inserted", "table": "case_tips" }, "steps": [ { "type": "email", "name": "Email admins", "template": "Form Submission Notification", "recipients": { "mode": "admins", "scope": "all" } } ] } ] }