National Commerce Docs
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

  1. The Webhook receives the POST and responds immediately.
  2. Set User's Email assigns user_email from a Loop Over Users reference.
  3. Send Notification To The User sends an email via Gmail, with retry.

Notes

  • Appears incomplete and under construction. The Gmail subject and message are empty, and Set User's Email references a Loop Over Users node that is not present in the current node set. Currently inactive.

On this page