Automate Drive-To-Store Lead Generation System (with coupon) on SuiteCRM

Automate Drive-To-Store Lead Generation System (with coupon) on SuiteCRM

Manual
High
16
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
16
Node Types
8

Node Types

http Request
Token SuiteCRM, Create Lead SuiteCRM
2 nodes
webhook
Webhook
1 node
form Trigger
On form submission
1 node
google Sheets
Duplicate Lead?, Get Coupon, Update Lead
3 nodes
set
Form Fields
1 node
respond To Webhook
Respond OK, Respond KO
2 nodes
if
Is Duplicate?
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4
5 nodes

Workflow JSON

17.16 KB
{
  "meta": {
    "instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462"
  },
  "name": "Automate Drive-To-Store Lead Generation System (with coupon) on SuiteCRM",
  "tags": [],
  "nodes": [
    {
      "id": "53342c2a-f707-4ed0-9054-7928e6832745",
      "name": "Token SuiteCRM",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1560,
        920
      ],
      "parameters": {
        "url": "=https://SUITECRMURL/Api/access_token",
        "options": {},
        "requestMethod": "POST",
        "bodyParametersUi": {
          "parameter": [
            {
              "name": "grant_type",
              "value": "client_credentials"
            },
            {
              "name": "client_id",
              "value": "CLIENTID"
            },
            {
              "name": "client_secret",
              "value": "CLIENTSECRET"
            }
          ]
        },
        "allowUnauthorizedCerts": true
      },
      "notesInFlow": t...

Showing first 1000 characters. Click "Expand" to view the full JSON.