Non ci sono articoli nel tuo carrello.
Detect failed payments, log them, and send polite follow-up emails to recover revenue — all automated with n8n.
What it does:
🧩 Nodes:
1️⃣ Stripe Trigger
Listens to:
payment_intent.payment_failed
2️⃣ Set node
Extracts & maps fields:
{{ $now }}
0
3️⃣ Remove Duplicates
4️⃣ Google Sheets node
Append or update row:
📌 This builds your “failed payments queue” to drive the follow-up emails later.
What it does:
🧩 Nodes:
1️⃣ Schedule Trigger
0 10 * * *
)2️⃣ Get Payment Failure Leads
3️⃣ Switch node (Check for no. of emails sent)
email_sent_count < 1
→ send first email.email_sent_count < 2
→ send second email.4️⃣ Send First Email
5️⃣ Update Email Count
email_sent_count
by +1 in Google Sheets.6️⃣ Send Second Email
7️⃣ Quit Sending Emails to these Leads
🚀 Automated Stripe Payment Recovery: Track Failures & Send Follow-Up Emails via n8n