Block 1 - About this template
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
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 d...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, @mercadopago/n8n-nodes-mercadopago.mercadopago, n8n-nodes-base.switch, n8n-nodes-base.gmail, n8n-nodes-base.whatsapp
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Samuel Heredia.
Original n8n.io sourceHOW 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
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send bulk MercadoPago payment links from Google Sheets via Gmail, WhatsApp, or Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | CRM |
| Author | Samuel Heredia |
| Published | 14 May 2026 |
Use the JSON export at /data/workflows/15719/15719.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 d...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM use case.