Back to Templates
HOW IT WORKS
Reads customer + product rows from a Google Sheet, generates a
unique MercadoPago payment link for each row using "Create
Payment Link", writes the link back to the sheet, and then
delivers it to the customer through the channel specified per
row (Email via Gmail, WhatsApp via the native WhatsApp Business
Cloud node, or Telegram). An IF filter skips rows that already
have a link, so the workflow is idempotent and safe to re-run.
A Switch node routes each row to the chosen channel, and a
final Google Sheets node marks the row as sent.
SET UP STEPS