NIE EXPERTS SPAIN

Automation Flow Catalog

System Documentation · Node Agency

03 · Flow catalog — n8n backend

Verified live 2026-07-10. Instance n8n.nieexpertsspain.com, n8n 2.61.0. 38 workflows: 33 active, 5 inactive (inactive: W16, old prototype agent set NIE_WA_Agent + GetPractice/BookAppointment/Escalate). This is the per-flow reference: what triggers each one, what it does, what it writes to Supabase (01-data-model.md), and how errors route to Discord. Core customer-path flows get a full block; the rest are one-liners. For the customer-facing narrative see 00-overview.md; for Tally field details see 02-tally-forms.md.

Core flows

W01_ContactCollection — Q0X0hnsv0v8iCLqO

Update 2026-07-04 — smart invite timing. The Fase-1 invite no longer fires at payment. W01 now parks on a Wait node and sends when the buyer FINISHES the funnel:

W02_PracticeOpening — BgqU8XFTFAy36xnB

W03_DocGeneration — Q6xqGYjWjN947mIW

Update 2026-07-03 — instant guide + instant data. The guide (W04 trigger) and the anagrafici parse/store now run IMMEDIATELY at Fase-2 submit, in parallel with the delay chain; only Tasa/EX-18 generation sits behind the 5-20m interstitial + 45-60m docs waits. Token-reject alerts are enriched (practice resolved even for used tokens).

W04_GuideSharing — IMApcnLrq6ly6zIy

W05_DeliveryErrors — gDwe8cq2vBO7zQmQ

W08_CartAndRejectionRecovery — dF74sBdgBOMazMuZ

W09_Upsell — WKQMFXs8DnW1KDoY

W12_CalCom — iwV1RuWFm6lSrjxc

W15_OrdersNotionSync — qhMEns7SevAkfP8m

W20_DissatisfactionEscalation — qnvyUqRFBsNI1XH4

W21_IDDocRetentionPurge — ViMUDf0kNTA4vyu2

LIB subflows (shared)

Other active flows (one-liners)

Activation state (updated 2026-07-10)

Reactivated at go-live:

Inactive (do not rely on):

Error-handling model

Two layers:

  1. Passive global NIE_LIB_ErrorHandler — any uncaught node error -> errors table + #technical-errors.
  2. Active typed NIE_LIB_DiscordError — humanizes the error, enriches it with practice data, and routes by type.

Supporting guarantees:

Discord routing (n8n side)

Source Channel
W12 consulenza
W12 (new-appointments node) (disabled 2026-06-12 — new-appointments is a manual channel, see note below)
W09 upsell-post-purchase
W09 missing practice technical-errors
W20 cliente-insoddisfatto
W10 chargeback
W03 Tasa tasa-790-error
W03 PDF ex-18-errors
W03 drive drive-errors
W05 email/wa delivery-errors
W05 drive drive-errors
LIB_DiscordError typed (see above)
LIB_ErrorHandler technical-errors

Channels NOT driven by n8n: stripe-checkouts, affiliation, affiliation-payout (website side); manual-review / whatsapp-errors (WA agent); and new-appointments — a manual human channel: Christian posts NIE cita requests (name, surname, city, urgency) and the external booking partner ("CITA PARÁ NIE EXTRANJERÍA") books the in-person extranjería appointment. This is why W12's new-appointments node is disabled — its automated Cal.com consultation pings would pollute the partner's manual queue.