National Commerce Docs
n8n flows

Get the 2FA Code

Retrieves a two-factor authentication code to support the ShipHero web login flow.

A small helper that fetches a two-factor authentication code, almost certainly to support the ShipHero login used by Log Into ShipHero → Auth Cookies.

At a glance

  • Status: Active
  • Trigger: One trigger configured (details not retrievable).
  • Runs on: Invoked as part of the ShipHero web login flow.
  • Talks to: Unknown, likely an email inbox or OTP source.

How it works

  1. The workflow is invoked when the ShipHero login flow needs a one-time 2FA code.
  2. It reads the current code from its source (likely an email inbox or OTP provider).
  3. It returns the code to the caller so the login chain can complete.

Notes

  • Node-level details are not retrievable because Available in MCP is disabled for this workflow. Enable MCP access on the workflow card to document its nodes in detail.
  • The flowchart and walkthrough above are inferred from the workflow name and its role in the ShipHero login flow, not verified against the node graph.

On this page