Automate Unique QR Code Coupon Assignment with n8n & SuiteCRM

This workflow automates assigning unique QR code coupons to leads and validates them seamlessly using n8n, Google Sheets, and SuiteCRM. It eliminates duplicate lead issues and speeds up the entire lead generation and coupon distribution process.
Webhook
HttpRequest
GoogleSheets
+6
Workflow Identifier: 1768
NODES in Use: Webhook, If, HttpRequest, FormTrigger, GoogleSheets, Set, RespondToWebhook, EmailSend, StickyNote

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Workflow Does

This workflow assigns unique discount coupons to new leads via QR codes and checks coupon usage when scanned. It stops duplicate leads, tracks coupons in Google Sheets and SuiteCRM, sends coupon emails, and confirms coupon validity quickly. The goal is to save time and stop errors in the coupon process.

The workflow works by getting form data, checking if the email exists in Google Sheets, finding an available coupon, creating or updating lead information in SuiteCRM, generating a QR code for the coupon, emailing it to the lead, and validating coupon scans in real-time.


Tools and Services Used

  • n8n: Automation platform to run workflow.
  • SuiteCRM API: Manages lead records and coupon status.
  • Google Sheets API: Stores and checks lead and coupon data.
  • SMTP Email: Sends emails with QR code coupons.
  • QuickChart API: Creates QR code images dynamically.

Beginner Step-by-Step: How to Use This Workflow in n8n

Step 1: Import Workflow

  1. Download the workflow file using the Download button on this page.
  2. Open n8n editor and choose “Import from File”.
  3. Select the downloaded file to add the workflow.

Step 2: Add Credentials and API Keys

  1. Set up Google Sheets OAuth2 credentials in n8n settings.
  2. Enter SuiteCRM Client ID and Client Secret in the appropriate HTTP Request nodes.
  3. Configure SMTP email with correct username, password, and server.
  4. Ensure QuickChart API requires no key or provide one if necessary.

Step 3: Update IDs and Addresses

  1. Verify Google Sheets document IDs and worksheet names in the nodes.
  2. Confirm email addresses and sender details in the Send Email node.
  3. Adjust any URLs, such as the QR code URL, with your domain or webhook address.

Step 4: Test the Workflow

  1. Submit a test lead through the form trigger or send sample JSON to the webhook.
  2. Check the assigned coupon appears in Google Sheets and the lead is created in SuiteCRM.
  3. Confirm that the coupon email sends successfully with the QR code image.
  4. Test scanning the QR code to see the validation response.

Step 5: Activate for Production

  1. Switch the workflow status to Active in n8n.
  2. Monitor executions and logs especially the Webhook node and email sending.
  3. Adjust configurations as needed for real traffic.

If hosting n8n yourself, consider reliable options from self-host n8n.


Workflow Inputs, Processing, and Outputs

Inputs

  • Lead contact info from form: name, surname, email, phone.
  • Coupon records from Google Sheets, including assigned status and usage.
  • QR code scan requests via the webhook with coupon code parameter.

Processing Steps

  • Check if lead email exists to avoid duplicates.
  • If new lead, assign first unused coupon from Google Sheets.
  • Authenticate with SuiteCRM API using OAuth2 client credentials.
  • Create or update lead record in SuiteCRM linking assigned coupon.
  • Update Google Sheets with assigned coupon and lead details.
  • Generate QR code image URL with QuickChart API for assigned coupon.
  • Send personalized email with embedded QR code to the lead.
  • Receive coupon scan request via webhook; extract coupon code.
  • Validate coupon exists and check usage status in Google Sheets.
  • If coupon unused, update usage status in SuiteCRM and respond with success message.
  • If coupon used or invalid, respond with appropriate error message.

Outputs

  • Unique coupon QR codes emailed to leads.
  • Updated lead and coupon data in SuiteCRM and Google Sheets.
  • Real-time coupon scan validation messages sent back via webhook.

Customization Ideas

  • Add coupon expiry date field in Google Sheets and adjust validation logic to block expired coupons.
  • Switch SuiteCRM API calls to different CRM APIs following similar authentication and data posting patterns.
  • Change the email HTML template in the Send Email node to include branding or terms.
  • Add SMS notifications by integrating Twilio or MessageBird nodes for coupon delivery alerts.
  • Support multiple coupons per lead by changing Google Sheets schema and adjusting node filters.

Common Issues and Fixes

Issue: Duplicate leads not found.
Cause: Wrong column name or filter in Google Sheets lookup.
Fix: Check “lookupColumn” is exactly “EMAIL” and filter value uses expression

{{$json.Email}}

Issue: QR code scan says “Coupon already used” at first scan.
Cause: “USED COUPON?” field not updated properly.
Fix: Verify update node correctly writes coupon usage status keyed by lead ID.

Issue: SuiteCRM token request gets unauthorized error.
Cause: Incorrect client ID, secret, or API URL.
Fix: Double-check SuiteCRM credentials and URLs in token request nodes.


Pre-Production Checklist

  • Confirm Google Sheets is accessible and authorized in n8n.
  • Test SuiteCRM API calls with given credentials.
  • Submit test lead entries to verify duplicate detection and coupon assignment.
  • Scan QR codes to test webhook validation responses.
  • Check email delivery and QR code display.
  • Back up Google Sheets and SuiteCRM data before full launch.

Deployment Guide

Activate the workflow by switching it to active in n8n.

Watch Webhook node for scanning events and Send Email node for outbound messages in execution logs.

Regularly check Google Sheets for accurate coupon tracking.


Summary

→ Workflow assigns unique QR code coupons automatically to new leads using form data.

→ Stops duplicate leads and tracks coupons in both Google Sheets and SuiteCRM.

✓ Sends the coupon with QR code via email fast and reliably.

✓ Validates coupon scans in real-time and updates coupon usage status.

✓ Saves time and reduces errors compared to manual tracking.

Frequently Asked Questions

Yes. Replace the SuiteCRM HTTP Request nodes with your CRM’s API endpoints. Adjust authentication and data formats accordingly.
API call volume depends on lead numbers. Cache tokens and batch calls to improve efficiency if needed.
Yes. Secure n8n with proper credentials, use HTTPS, and employ OAuth2 for authentication.
The workflow checks the lead email in Google Sheets before assigning coupons. Duplicate emails are filtered to prevent repeat leads.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free