{ "workflows": [ { "key": "hail_notify_admins", "name": "Notify admins on hail signal", "description": "Emails site admins whenever the Subspace Signal contact console receives a hail.", "enabled": true, "trigger": { "type": "row_inserted", "table": "hail_signals" }, "steps": [ { "type": "email", "name": "Email admins", "template": "Form Submission Notification", "recipients": { "mode": "admins", "scope": "all" } } ] } ] }