{ "workflows": [ { "key": "contact_notify_admins", "name": "Notify admins on contact submission", "description": "Emails site admins whenever the Meridian Advisory contact form receives a message.", "enabled": true, "trigger": { "type": "row_inserted", "table": "contact_submissions" }, "steps": [ { "type": "email", "name": "Email admins", "template": "Form Submission Notification", "recipients": { "mode": "admins", "scope": "all" } } ] } ] }