Crafted by Ritik Makhija — Automations · AI Workflows · Open Source Advocate

Browse 5,000+ n8n Automation Templates

DM “PROJECT” on Instagram to collaborate on custom automation

← Back

Template 148

Templates based on paltforms / Google

Complexity: simpleNodes: 4
basecalendarcrmeventgooglegooglecalendartriggern8nnodessalessalesforcesetsimpletemplates based on paltformstotriggerzohozohocrm

Node Overview

Workflow JSON

{
  "name": "Template 148",
  "nodes": [
    {
      "parameters": {
        "calendar": "primary",
        "resource": "event",
        "operation": "watch"
      },
      "name": "Calendar Event Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {},
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        300,
        0
      ]
    },
    {
      "parameters": {},
      "name": "Salesforce",
      "type": "n8n-nodes-base.salesforce",
      "typeVersion": 1,
      "position": [
        600,
        0
      ]
    },
    {
      "parameters": {},
      "name": "Zoho CRM",
      "type": "n8n-nodes-base.zohocrm",
      "typeVersion": 1,
      "position": [
        900,
        0
      ]
    }
  ],
  "connections": {
    "Calendar Event Trigger": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set": {
      "main": [
        [
          {
            "node": "Salesforce",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Salesforce": {
      "main": [
        [
          {
            "node": "Zoho CRM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "id": 148
}
Download JSON