← All documents · Download PDF
Verified live 2026-06-30. A hands-on walkthrough Christian can run himself in TEST mode — no real money moves. Each step lists the trigger and a "what to expect" callout. Cross-refs: flow catalog
03-flow-catalog.md, Tally fields02-tally-forms.md, auditAUDIT-FINDINGS.md.
The system is on Stripe test keys today, so this whole flow is safe to run end-to-end. No card is charged and no real payout moves. 🙂
On the site, pick a package and check out with the Stripe
test card: 4242 4242 4242 4242 · any
future expiry · any CVC · any
postcode.
What to expect
admin@nieexpertsspain.com) — in test mode it's redirected
by EMAIL_OVERRIDE_TO, subject prefixed
[TEST→…].#stripe-checkouts Discord ping.If the Discord ping fires but no Notion row shows up after ~5 min, check the n8n W15 execution — that's the sync step.
The Fase-1 email arrives. Open the link and, for
each person, fill: Gmail (must end
@gmail.com), WhatsApp (+39…), situation,
urgency. Submit.
What to expect
Open the Fase-2 link and complete all 6 pages: situation, anagrafici, address, phone, arrival date, consent. Submit.
What to expect
wa.me/34670557796).Generation is deliberately slow to feel human — this is not a fault.
What to expect (timeline)
Open the W03 execution in n8n. It should show: webhook received → waiting (the delay nodes) → success.
What to expect
#ex-18-errors and #tasa-790-error are
clean (no posts for your run).#ex-18-errors fired: check the Fase-2
anagrafici for that practice; the practice is marked
pdf_generation_failed and the token is reset (re-mint if
needed). See 05-error-runbook.md.#tasa-790-error fired: W03 ships the EX-18 with a
Tasa stub, so the Tasa may be missing — regenerate it
manually.To verify generation without the 45–60 min wait, the Wait nodes (Calc Delays) in n8n W03 can be temporarily shortened. Caveat: this affects only NEW submissions — in-flight practices keep their original timing. Restore the delays before go-live so real deliveries feel human.
If you script the Fase-2 step, note the date-field quirk from
02-tally-forms.md: Fase-2 date fields are
uncontrolled React inputs (defaultValue + popup). Value
injection and even real keystrokes set the visible text but not
React state, so validation reads empty → "Inserisci un valore".
The reliable path is invoking the field's React onChange
handler directly.
Remember: in TEST mode no card is charged and no real payout moves.