{ "workflows": [ { "key": "notify_admins_on_contact", "name": "Notify admins on contact", "description": "Email site admins when someone submits the contact or order form.", "enabled": true, "trigger": { "type": "row_inserted", "table": "contact_submissions" }, "steps": [ { "type": "email", "name": "Email admins", "template": "Form Submission Notification", "recipients": { "mode": "admins", "scope": "all" } } ] } ] }