n8n flows
Send Audit Notification
Sends an audit notification email to a user when invoked by webhook as part of an auditing flow.
Sends an audit notification email to a user, intended to be invoked by webhook as part of an auditing flow. This scenario is incomplete and currently inactive.
At a glance
- Status: Inactive
- Trigger: POST webhook (
/webhook/6d204dcc-2797-4c90-8608-88d3d925fda7), responds immediately with "Workflow got started." - Runs on: Meant to be fired by an auditing flow via webhook.
- Talks to: Gmail; inbound webhook.
How it works
- The
Webhookreceives the POST and responds immediately. Set User's Emailassignsuser_emailfrom aLoop Over Usersreference.Send Notification To The Usersends an email via Gmail, with retry.
Notes
- Appears incomplete and under construction. The Gmail subject and message are empty, and
Set User's Emailreferences aLoop Over Usersnode that is not present in the current node set. Currently inactive.
Related
Supabase RPC: Secret Insert/Read
Reference scenario that inserts and reads back an encrypted secret through Supabase RPCs instead of plaintext columns.
Error Handler
Central error workflow that enriches any failed run with execution and workflow metadata and forwards it to an external alerting pipeline.