06 / 13Gmail
Write the day-three reminder
Off output 1, add a Gmail → Send node. Assume it was simply missed — because it usually was. No pressure, no terms, just the facts and an easy way to pay.
5 things to set here- 1Open the Gmail node — double-click it on the canvas
- 2To — paste as an expression
- 3Subject — paste as an expression
- 4Message — paste as an expression
- 5Check before moving on — Test step sends a readable email with the real invoice number and amount.
Toexpression
{{ $json.Email }}Subjectexpression
Invoice {{ $json.Invoice }} — just a nudgeMessageexpression
Hi {{ $json.Client }},
Quick note that invoice {{ $json.Invoice }} for {{ $json.Amount }} was due on {{ $json.DueDate }}. It may well have been missed in the shuffle.
Happy to resend it if that helps.
Thanks,
Your nameCheckpoint
Test step sends a readable email with the real invoice number and amount.