← Back
Template 126
Templates based on paltforms / Zoho CRM
Complexity: simpleNodes: 3
apibasecrmhttprequestn8nnodespollingsalessetsimpletemplates based on paltformszohozoho crmzohocrm
Node Overview
- API Polling – n8n-nodes-base.httpRequest
- Set – n8n-nodes-base.set
- Zoho CRM – n8n-nodes-base.zohocrm
Workflow JSON
{ "name": "Template 126", "nodes": [ { "parameters": { "url": "https://api.example.com/data", "method": "GET" }, "name": "API Polling", "type": "n8n-nodes-base.httpRequest", "typeVersion": 1, "position": [ 0, 0 ] }, { "parameters": {}, "name": "Set", "type": "n8n-nodes-base.set", "typeVersion": 1, "position": [ 300, 0 ] }, { "parameters": {}, "name": "Zoho CRM", "type": "n8n-nodes-base.zohocrm", "typeVersion": 1, "position": [ 600, 0 ] } ], "connections": { "API Polling": { "main": [ [ { "node": "Set", "type": "main", "index": 0 } ] ] }, "Set": { "main": [ [ { "node": "Zoho CRM", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": {}, "id": 126 }