{"workflow":{"id":12679,"name":"Sync contacts two-way between Zoho CRM and KlickTipp","views":46,"recentViews":0,"totalViews":46,"createdAt":"2026-01-13T10:53:04.787Z","description":"![Sync contacts twoway between Zoho CRM and KlickTipp.png](fileId:4500)\nCommunity Node Disclaimer: This workflow uses KlickTipp community nodes.\n\n## Introduction\nThis workflow creates a complete two-way synchronization between **KlickTipp** and **Zoho CRM**.  \nWhenever a contact is created, updated or deleted in either system, the workflow mirrors these changes across both platforms — ensuring your CRM and email marketing database always stay aligned.\n\nPerfect for teams who want automatic, real-time syncing of customer profiles, subscription states, and segmentation data, without manual updates or CSV imports.\n\n## How it works\n### Zoho CRM → KlickTipp:\nTriggered via Zoho CRM workflow webhooks:\n- **Contact registered via Form** → creates in KlickTipp → saves KlickTipp Contact ID and status back into Zoho.\n- **Contact Created/Updated** → routes by subscription → creates or updates in KlickTipp → saves KlickTipp Contact ID and status back into Zoho → Fetches full Zoho contact → Tags contacts.\n- **Contact Deleted** → Removes the corresponding contact in KlickTipp.\n\n### KlickTipp → Zoho CRM:\nTriggered by incoming KlickTipp webhooks or specific tags:\n- **Contact Tagged in KlickTipp** -&gt; Creates or updates contacts in Zoho CRM using KlickTipp data → saves Zoho CRM Contact ID inside KlickTipp → Fetches contact data from KlickTipp for tagging → Tags Zoho CRM Contacts.\n- **Contact Deleted in KlickTipp** → Removes the corresponding contact in Zoho CRM.\n\n## Setup Instructions\n1. **KlickTipp Preparation**\n   - Create **custom fields** for:\n     - `Zoho | Contact ID`\n   - Create **tags**:\n     - `Zoho | Send contact`\n     - `Zoho | Contact created`\n     - `Zoho | Contact created via Form`\n     - `Zoho | Online store`\n     - `Zoho | ABC`\n     - Any additional segmentation tags.\n   - Add **webhooks**:\n     - **Activation tags:** `Zoho | Send contact`, `Zoho | Send deleted contact`\n     - **Activation URLs:** webhook URLs from triggers\n\n2. **Zoho CRM Preparation**\n   - Create workflow rules for:\n     - **Contact created via form** → webhook\n     - **Contact created or updated** → webhook\n     - **Contact deleted** → webhook\n   - Create **custom fields** in Zoho CRM:\n     - `KlickTipp ID`\n\n3. **Credential Configuration**\n     - Connect your Zoho CRM account using a **Client ID** and **Client Secret**  from the Zoho API console.\n     - Authenticate your KlickTipp connection with **username/password** credentials (API access required).\n\n## Customization\n- Expand mapping nodes to include more Zoho/KlickTipp fields.\n- Add more segmentation branches in the \"Check relevant Segment\" rule or use other fields for segmentation.","workflow":{"id":"eqosJUr7sWlqD8vX","meta":{},"name":"Sync contacts two-way between Zoho CRM and KlickTipp","tags":[{"id":"15wrq9sti6wyqr6J","name":"TEMPLATE","createdAt":"2025-01-08T16:34:30.163Z","updatedAt":"2025-01-08T16:34:30.163Z"}],"nodes":[{"id":"77320018-d9e4-41db-a56a-1fbf4dc97a00","name":"Check relevant Segment ","type":"n8n-nodes-base.switch","position":[2720,880],"parameters":{"rules":{"values":[{"outputKey":"Online store","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"2cb613b1-eb67-4563-b3a5-8d3b6802fc51","operator":{"type":"boolean","operation":"true","singleValue":true},"leftValue":"={{ ($json.Tag ?? []).some(t => (t?.name || '').toLowerCase() === 'online store') }}","rightValue":"Online Store"}]},"renameOutput":true},{"outputKey":"ABC","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"aa5f45b4-6f69-40de-980f-4952e4d15e84","operator":{"type":"boolean","operation":"true","singleValue":true},"leftValue":"={{ ($json.Tag ?? []).some(t => (t?.name || '').toLowerCase() === 'abc') }}","rightValue":"ABC"}]},"renameOutput":true}]},"options":{"allMatchingOutputs":true}},"typeVersion":3.3},{"id":"068f9bbf-05ca-4c08-af2a-5d0437134b4d","name":"Check Subscription","type":"n8n-nodes-base.switch","position":[736,880],"parameters":{"rules":{"values":[{"outputKey":"New Contact","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"38151a18-a83b-477b-8e67-d890d57b45b6","operator":{"type":"string","operation":"empty","singleValue":true},"leftValue":"={{ $json.body.klicktippId }}","rightValue":""}]},"renameOutput":true},{"outputKey":"Update Contact","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"02050eb5-ed15-4dfb-a548-eca7a0b2d37f","operator":{"type":"string","operation":"notEmpty","singleValue":true},"leftValue":"={{ $json.body.klicktippId }}","rightValue":"Unsubscribed"}]},"renameOutput":true}]},"options":{},"looseTypeValidation":true},"typeVersion":3.3},{"id":"2b37d57b-70cb-4c9f-ae2b-da94bd8418b7","name":"Create Contact with SOI","type":"n8n-nodes-klicktipp.klicktipp","position":[1312,800],"parameters":{"email":"={{ $json.body.email }}","tagId":"13879733","fields":{"dataFields":[{"fieldId":"field226649","fieldValue":"={{ $json.body.id }}"},{"fieldId":"fieldFirstName","fieldValue":"={{ $json.body.firstName }}"},{"fieldId":"fieldLastName","fieldValue":"={{ $json.body.lastName }}"},{"fieldId":"fieldPhone","fieldValue":"={{ $json.body.phone }}"},{"fieldId":"fieldMobilePhone","fieldValue":"={{ $json.body.mobile }}"},{"fieldId":"fieldPrivatePhone","fieldValue":"={{ $json.body.homePhone }}"},{"fieldId":"fieldFax","fieldValue":"={{ $json.body.fax }}"},{"fieldId":"fieldBirthday","fieldValue":"={{ $json.body.dateOfBirth }}"},{"fieldId":"fieldCountry","fieldValue":"={{ $json.body.mailingCountry }}"},{"fieldId":"fieldState","fieldValue":"={{ $json.body.mailingState }}"},{"fieldId":"fieldCity","fieldValue":"={{ $json.body.mailingCity }}"},{"fieldId":"fieldStreet1","fieldValue":"={{ $json.body.mailingStreet }}"},{"fieldId":"fieldZip","fieldValue":"={{ $json.body.mailingZip }}"}]},"listId":"364353","resource":"subscriber","operation":"subscribe"},"credentials":{},"typeVersion":3},{"id":"89c6d097-557e-4e41-b6df-6e77697f1e68","name":"Check for email address","type":"n8n-nodes-base.filter","position":[1024,800],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.body.email }}","rightValue":""}]}},"typeVersion":2.2},{"id":"c670a96a-8762-4274-9280-fa28afc80c5e","name":"Contact registered via Form in Zoho CRM","type":"n8n-nodes-base.webhook","position":[208,304],"webhookId":"2f8968b6-6ab3-4ddf-801a-b47560b67ac3","parameters":{"path":"3f8548b6-6ab3-4ddf-801a-b47560b18ac8","options":{},"httpMethod":"POST"},"typeVersion":2.1},{"id":"cc020a88-975f-4b53-95f6-0a91ee1feeb5","name":"Contact deleted in Zoho CRM","type":"n8n-nodes-base.webhook","position":[208,1264],"webhookId":"2f8938b2-6ab3-4ddf-801a-b47560b67ac3","parameters":{"path":"2f8968b6-6ab3-4ddf-801a-b47560b67ac5","options":{},"httpMethod":"POST"},"typeVersion":2.1},{"id":"1e102c1f-efed-41bc-8de7-e6a96c205fc8","name":"Delete contact in KlickTipp","type":"n8n-nodes-klicktipp.klicktipp","position":[1312,1264],"parameters":{"resource":"subscriber","operation":"delete","subscriberId":"={{ $json.body.klicktippId }}","identifierType":"id"},"credentials":{},"typeVersion":3},{"id":"6a434bea-fe17-4d03-b167-972c53dcb890","name":"Contact created or updated in Zoho CRM","type":"n8n-nodes-base.webhook","position":[208,880],"webhookId":"2f8948b6-6ab3-4ddf-801a-b47560b62ac1","parameters":{"path":"2f8948b6-6ab3-4ddf-801a-b47560b64ac3","options":{},"httpMethod":"POST"},"typeVersion":2.1},{"id":"ab2abd4d-d12e-4b10-9c97-a151ffcb0552","name":"Update contact","type":"n8n-nodes-klicktipp.klicktipp","position":[1312,976],"parameters":{"email":"={{ $json.body.email }}","fields":{"dataFields":[{"fieldId":"fieldFirstName","fieldValue":"={{ $json.body.firstName }}"},{"fieldId":"fieldLastName","fieldValue":"={{ $json.body.lastName }}"},{"fieldId":"fieldPhone","fieldValue":"={{ $json.body.phone }}"},{"fieldId":"fieldMobilePhone","fieldValue":"={{ $json.body.mobile }}"},{"fieldId":"fieldPrivatePhone","fieldValue":"={{ $json.body.homePhone }}"},{"fieldId":"fieldFax","fieldValue":"={{ $json.body.fax }}"},{"fieldId":"fieldBirthday","fieldValue":"={{ $json.body.dateOfBirth }}"},{"fieldId":"fieldCountry","fieldValue":"={{ $json.body.mailingCountry }}"},{"fieldId":"fieldState","fieldValue":"={{ $json.body.mailingState }}"},{"fieldId":"fieldCity","fieldValue":"={{ $json.body.mailingCity }}"},{"fieldId":"fieldStreet1","fieldValue":"={{ $json.body.mailingStreet }}"},{"fieldId":"fieldZip","fieldValue":"={{ $json.body.mailingZip }}"}]},"resource":"subscriber","operation":"update","subscriberId":"={{ $json.body.klicktippId }}","identifierType":"id"},"credentials":{},"typeVersion":3},{"id":"e4eba8c3-692e-4e92-a733-dda803346b99","name":"Contact Tagged in KlickTipp","type":"n8n-nodes-klicktipp.klicktippTrigger","position":[208,1696],"webhookId":"4185b6dd-c2b8-41a3-9343-f773071246f8","parameters":{},"credentials":{},"typeVersion":1},{"id":"35567b0f-b232-438e-9700-fa75eaf94c73","name":"Check for KlickTipp ID","type":"n8n-nodes-base.filter","position":[1024,1264],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.body.klicktippId }}","rightValue":""}]}},"typeVersion":2.2},{"id":"8d54b2c5-c60c-411d-b9f1-29d20079e10e","name":"Check for KlickTipp ID1","type":"n8n-nodes-base.filter","position":[1024,976],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.body.klicktippId }}","rightValue":""}]}},"typeVersion":2.2},{"id":"f9a279f0-ea7e-4d83-9f43-80c08c2b4aae","name":"Check Subscription in Zoho","type":"n8n-nodes-base.switch","position":[736,1696],"parameters":{"rules":{"values":[{"outputKey":"New Contact","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"38151a18-a83b-477b-8e67-d890d57b45b6","operator":{"type":"string","operation":"empty","singleValue":true},"leftValue":"={{ $json.field226649 }}","rightValue":""}]},"renameOutput":true},{"outputKey":"Update Contact","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"02050eb5-ed15-4dfb-a548-eca7a0b2d37f","operator":{"type":"string","operation":"notEmpty","singleValue":true},"leftValue":"={{ $json.field226649 }}","rightValue":"Unsubscribed"}]},"renameOutput":true}]},"options":{}},"typeVersion":3.3},{"id":"7f1bf99e-2bda-4b2a-96f3-bf2a15bed04f","name":"Check for last name in KlickTipp","type":"n8n-nodes-base.filter","position":[1024,1600],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.fieldLastName }}","rightValue":""}]}},"typeVersion":2.2},{"id":"82ece207-d2e8-46d4-a53c-d119a58ac58c","name":"Check for Zoho contact ID","type":"n8n-nodes-base.filter","position":[1024,1808],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.field226649 }}","rightValue":""},{"id":"723654ac-4fb0-4367-983f-530537191471","operator":{"type":"string","operation":"notEmpty","singleValue":true},"leftValue":"={{ $json.fieldLastName }}","rightValue":""}]}},"typeVersion":2.2},{"id":"427d54ec-ec29-41a4-9efd-8a07a787a74f","name":"Update a contact in Zoho","type":"n8n-nodes-base.zohoCrm","position":[1312,1808],"parameters":{"resource":"contact","contactId":"={{ $json.field226649 }}","operation":"update","updateFields":{"Fax":"={{ $json.fieldFax }}","Email":"={{ $json.email }}","Phone":"={{ $json.fieldPhone }}","Mobile":"={{ $json.fieldMobilePhone }}","Last_Name":"={{ $json.fieldLastName }}","First_Name":"={{ $json.fieldFirstName }}","Home_Phone":"={{ $json.fieldPrivatePhone }}","Date_of_Birth":"={{ new Date($json.fieldBirthday * 1000).toLocaleDateString('en-CA') }}","Mailing_Address":{"address_fields":{"Mailing_Zip":"={{ $json.fieldZip }}","Mailing_City":"={{ $json.fieldCity }}","Mailing_State":"={{ $json.fieldState }}","Mailing_Street":"={{ $json.fieldStreet1 }}","Mailing_Country":"={{ $json.fieldCountry }}"}}}},"credentials":{},"typeVersion":1},{"id":"22b5ffeb-fcaf-4f32-9f1a-84b5f9f6e52e","name":"1. Get contact data.","type":"n8n-nodes-base.stickyNote","position":[112,144],"parameters":{"color":7,"width":256,"height":2176,"content":"## 1. Get contact data."},"typeVersion":1},{"id":"4a8c6090-81e1-4ba4-b5d0-d910eb6b9431","name":"4. Filter contacts.","type":"n8n-nodes-base.stickyNote","position":[928,144],"parameters":{"color":7,"width":272,"height":2176,"content":"## 4. Filter contacts."},"typeVersion":1},{"id":"a29fd0f9-96fb-461c-99f5-5cc9ef92af96","name":"3. Route by subscription.","type":"n8n-nodes-base.stickyNote","position":[656,144],"parameters":{"color":7,"width":256,"height":2176,"content":"## 3. Route by subscription."},"typeVersion":1},{"id":"e4243e32-a811-423f-9056-1e0eda2231f3","name":"5. Transfer contact data.","type":"n8n-nodes-base.stickyNote","position":[1216,144],"parameters":{"color":7,"width":272,"height":2176,"content":"## 5. Transfer contact data."},"typeVersion":1},{"id":"7e79cfbc-006d-4ca2-aa65-1877184e3946","name":"8. Save contact ID.","type":"n8n-nodes-base.stickyNote","position":[2080,144],"parameters":{"color":7,"width":272,"height":2176,"content":"## 8. Save contact ID."},"typeVersion":1},{"id":"26d71490-ce22-4070-8506-88fba2845cf6","name":"10. Segmentation.","type":"n8n-nodes-base.stickyNote","position":[2640,144],"parameters":{"color":7,"width":560,"height":2176,"content":"## 10. Segmentation."},"typeVersion":1},{"id":"2ca873ff-eacf-4492-855e-947f43174c34","name":"Add Zoho CRM Contact ID to KlickTipp Contact","type":"n8n-nodes-klicktipp.klicktipp","position":[2160,1600],"parameters":{"fields":{"dataFields":[{"fieldId":"field226649","fieldValue":"={{ $('Create a contact in Zoho').item.json.id }}"}]},"resource":"subscriber","operation":"update","lookupEmail":"={{ $('Contact Tagged in KlickTipp').item.json.email }}"},"credentials":{},"typeVersion":3},{"id":"63337b1d-d227-4ec2-a42f-7823ee9b9c55","name":"Documentation","type":"n8n-nodes-base.stickyNote","position":[-640,144],"parameters":{"width":727,"height":1372,"content":"Community Node Disclaimer: This workflow uses KlickTipp community nodes.\n\n## Introduction\nThis workflow creates a complete two-way synchronization between **KlickTipp** and **Zoho CRM**.  \nWhenever a contact is created, updated or deleted in either system, the workflow mirrors these changes across both platforms — ensuring your CRM and email marketing database always stay aligned.\n\nPerfect for teams who want automatic, real-time syncing of customer profiles, subscription states, and segmentation data, without manual updates or CSV imports.\n\n## How it works\n### Zoho CRM → KlickTipp:\nTriggered via Zoho CRM workflow webhooks:\n- **Contact registered via Form** → creates in KlickTipp → saves KlickTipp Contact ID and status back into Zoho.\n- **Contact Created/Updated** → routes by subscription → creates or updates in KlickTipp → saves KlickTipp Contact ID and status back into Zoho → Fetches full Zoho contact → Tags contacts.\n- **Contact Deleted** → Removes the corresponding contact in KlickTipp.\n\n### KlickTipp → Zoho CRM:\nTriggered by incoming KlickTipp webhooks or specific tags:\n- **Contact Tagged in KlickTipp** -> Creates or updates contacts in Zoho CRM using KlickTipp data → saves Zoho CRM Contact ID inside KlickTipp → Fetches contact data from KlickTipp for tagging → Tags Zoho CRM Contacts.\n- **Contact Deleted in KlickTipp** → Removes the corresponding contact in Zoho CRM.\n\n## Setup Instructions\n1. **KlickTipp Preparation**\n   - Create **custom fields** for:\n     - `Zoho | Contact ID`\n   - Create **tags**:\n     - `Zoho | Send contact`\n     - `Zoho | Contact created`\n     - `Zoho | Contact created via Form`\n     - `Zoho | Online store`\n     - `Zoho | ABC`\n     - Any additional segmentation tags.\n   - Add **webhooks**:\n     - **Activation tags:** `Zoho | Send contact`, `Zoho | Send deleted contact`\n     - **Activation URLs:** webhook URLs from triggers\n\n2. **Zoho CRM Preparation**\n   - Create workflow rules for:\n     - **Contact created via form** → webhook\n     - **Contact created or updated** → webhook\n     - **Contact deleted** → webhook\n   - Create **custom fields** in Zoho CRM:\n     - `KlickTipp ID`\n\n3. **Credential Configuration**\n     - Connect your Zoho CRM account using a **Client ID** and **Client Secret**  from the Zoho API console.\n     - Authenticate your KlickTipp connection with **username/password** credentials (API access required).\n\n## Customization\n- Expand mapping nodes to include more Zoho/KlickTipp fields.\n- Add more segmentation branches in the \"Check relevant Segment\" rule or use other fields for segmentation."},"typeVersion":1},{"id":"fe1d8090-6592-4df3-87d7-455159305e59","name":"9. Get full contact.","type":"n8n-nodes-base.stickyNote","position":[2368,144],"parameters":{"color":7,"width":256,"height":2176,"content":"## 9. Get full contact."},"typeVersion":1},{"id":"62e1811d-660a-4fad-ac57-630a2186aa57","name":"Create Contact with DOI","type":"n8n-nodes-klicktipp.klicktipp","position":[1312,304],"parameters":{"email":"={{ $json.body.email }}","tagId":"13939731","fields":{"dataFields":[{"fieldId":"field226649","fieldValue":"={{ $json.body.id }}"},{"fieldId":"fieldFirstName","fieldValue":"={{ $json.body.firstName }}"},{"fieldId":"fieldLastName","fieldValue":"={{ $json.body.lastName }}"},{"fieldId":"fieldPhone","fieldValue":"={{ $json.body.phone }}"},{"fieldId":"fieldMobilePhone","fieldValue":"={{ $json.body.mobile }}"},{"fieldId":"fieldPrivatePhone","fieldValue":"={{ $json.body.homePhone }}"},{"fieldId":"fieldFax","fieldValue":"={{ $json.body.fax }}"},{"fieldId":"fieldBirthday","fieldValue":"={{ $json.body.dateOfBirth }}"},{"fieldId":"fieldCountry","fieldValue":"={{ $json.body.mailingCountry }}"},{"fieldId":"fieldState","fieldValue":"={{ $json.body.mailingState }}"},{"fieldId":"fieldCity","fieldValue":"={{ $json.body.mailingCity }}"},{"fieldId":"fieldStreet1","fieldValue":"={{ $json.body.mailingStreet }}"},{"fieldId":"fieldZip","fieldValue":"={{ $json.body.mailingZip }}"}]},"listId":"358895","resource":"subscriber","operation":"subscribe"},"credentials":{},"typeVersion":3},{"id":"1076a65b-3156-435b-b162-4fb88e6f83f3","name":"Check for email address2","type":"n8n-nodes-base.filter","position":[1024,304],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.body.email }}","rightValue":""}]}},"typeVersion":2.2},{"id":"f6db605b-a6b3-4298-abfc-a917b372e911","name":"Tag Contact in Zoho CRM","type":"n8n-nodes-base.httpRequest","position":[3008,1600],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts/actions/add_tags","method":"POST","options":{},"jsonBody":"={\n    \"ids\": [\n        \"{{ $json.field226649 }}\"\n    ],\n    \"tags\": [\n        {\n            \"name\": \"Online Store\"\n        }\n    ]\n} ","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"648175c5-b545-47a9-a1f7-25e9ade6dec0","name":"Create a contact in Zoho","type":"n8n-nodes-base.zohoCrm","position":[1312,1600],"parameters":{"lastName":"={{ $json.fieldLastName }}","resource":"contact","additionalFields":{"Fax":"={{ $json.fieldFax }}","Email":"={{ $json.email }}","Phone":"={{ $json.fieldPhone }}","Mobile":"={{ $json.fieldMobilePhone }}","Full_Name":"={{ $json.fullname }}","First_Name":"={{ $json.fieldFirstName }}","Home_Phone":"={{ $json.fieldPrivatePhone }}","customFields":{"customFields":[{"value":"={{ $json.id }}","fieldId":"KlickTipp_ID"}]},"Date_of_Birth":"={{ new Date($json.fieldBirthday * 1000).toLocaleDateString('en-CA') }}","Mailing_Address":{"address_fields":{"Mailing_Zip":"={{ $json.fieldZip }}","Mailing_City":"={{ $json.fieldCity }}","Mailing_State":"={{ $json.fieldState }}","Mailing_Street":"={{ $json.fieldStreet1 }}","Mailing_Country":"={{ $json.fieldCountry }}"}}}},"credentials":{},"typeVersion":1},{"id":"534bdbbe-0543-4146-8e9a-d70393e66a96","name":"Get contact data for tagging1","type":"n8n-nodes-base.zohoCrm","position":[2448,880],"parameters":{"resource":"contact","contactId":"={{ $('Contact created or updated in Zoho CRM').item.json.body.id }}","operation":"get"},"credentials":{},"typeVersion":1},{"id":"7f490bbc-273f-4294-9cf2-cad99040eae5","name":"Get contact data for tagging","type":"n8n-nodes-klicktipp.klicktipp","position":[2448,1696],"parameters":{"resource":"subscriber","operation":"get","lookupEmail":"={{ $('Contact Tagged in KlickTipp').item.json.email }}"},"credentials":{},"typeVersion":3},{"id":"1a08de93-67e5-440c-a6cb-de0dd632b104","name":"Check relevant Segment 1","type":"n8n-nodes-base.switch","position":[2720,1696],"parameters":{"rules":{"values":[{"outputKey":"Online store","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"2cb613b1-eb67-4563-b3a5-8d3b6802fc51","operator":{"type":"array","operation":"contains","rightType":"any"},"leftValue":"={{ $json.tags }}","rightValue":"13879589"}]},"renameOutput":true},{"outputKey":"ABC","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"aa5f45b4-6f69-40de-980f-4952e4d15e84","operator":{"type":"array","operation":"contains","rightType":"any"},"leftValue":"={{ $json.tags }}","rightValue":"13879590"}]},"renameOutput":true}]},"options":{"allMatchingOutputs":true}},"typeVersion":3.3},{"id":"6bb26f8b-7987-4c5e-b840-951bb42828cf","name":"Tag Contact in Zoho CRM1","type":"n8n-nodes-base.httpRequest","position":[3008,1808],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts/actions/add_tags","method":"POST","options":{},"jsonBody":"={\n    \"ids\": [\n        \"{{ $json.field226649 }}\"\n    ],\n    \"tags\": [\n        {\n            \"name\": \"ABC\"\n        }\n    ]\n} ","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"0f3c7a23-9dcd-47e3-a3c2-20af4d8b82c3","name":"Tag contact in KlickTipp","type":"n8n-nodes-klicktipp.klicktipp","position":[3008,800],"parameters":{"email":"={{ $json.email }}","tagId":["13879589"],"resource":"contact-tagging"},"credentials":{},"typeVersion":3},{"id":"e7a3a98d-f020-4a65-be29-41de59bdc19a","name":"Tag contact in KlickTipp1","type":"n8n-nodes-klicktipp.klicktipp","position":[3008,976],"parameters":{"email":"={{ $json.email }}","tagId":["13879590"],"resource":"contact-tagging"},"credentials":{},"typeVersion":3},{"id":"9ba869ec-6067-4b75-8b96-09862dc979f3","name":"Delete contact in Zoho CRM","type":"n8n-nodes-base.zohoCrm","position":[1312,2112],"parameters":{"resource":"contact","contactId":"={{ $json.field226649 }}","operation":"delete"},"credentials":{},"typeVersion":1},{"id":"244e2cdb-4a08-415b-b2e3-c1c3e56d4296","name":"Check for Zoho contact ID1","type":"n8n-nodes-base.filter","position":[1024,2112],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.field226649 }}","rightValue":""}]}},"typeVersion":2.2},{"id":"02469936-cf52-4d2d-8c70-92f62e24d743","name":"Add KlickTipp Contact ID3","type":"n8n-nodes-base.httpRequest","position":[2176,304],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts","method":"PUT","options":{},"jsonBody":"={\n    \"data\": [\n        {\n            \"id\": \"{{ $json.field226649 }}\",\n            \"KlickTipp_ID\": \"{{ $json.id }}\",\n            \"Email_Opt_Out\": true\n        }\n    ]\n}","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"ca72012d-427d-495f-9978-b28fef69e469","name":"Add KlickTipp Contact ID4","type":"n8n-nodes-base.httpRequest","position":[2176,608],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts","method":"PUT","options":{},"jsonBody":"={\n    \"data\": [\n        {\n            \"id\": \"{{ $json.field226649 }}\",\n            \"KlickTipp_ID\": \"{{ $json.id }}\",\n            \"Email_Opt_Out\": false\n        }\n    ]\n}","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"d004eaef-5d0a-4554-83d5-901adac0b179","name":"Set subscription status in Zoho1","type":"n8n-nodes-base.httpRequest","position":[1888,1808],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts","method":"PUT","options":{},"jsonBody":"={\n    \"data\": [\n        {\n            \"id\": \"{{ $json.id }}\",\n            \"Email_Opt_Out\": {{ $('Contact Tagged in KlickTipp').item.json.status === \"Subscribed\" ? false : true }}\n        }\n    ]\n}","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"88f3934b-ab3e-4401-96f9-3103f6f810d0","name":"Set subscription status in Zoho","type":"n8n-nodes-base.httpRequest","position":[1888,1600],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts","method":"PUT","options":{},"jsonBody":"={\n    \"data\": [\n        {\n            \"id\": \"{{ $json.id }}\",\n            \"Email_Opt_Out\": {{ $('Contact Tagged in KlickTipp').item.json.status === \"Subscribed\" ? false : true }}\n        }\n    ]\n}","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"41ad2015-2662-4474-a3fd-ca24b5f33e51","name":"Set subscription status in Zoho2","type":"n8n-nodes-base.httpRequest","position":[1872,976],"parameters":{"url":"https://www.zohoapis.eu/crm/v3/Contacts","method":"PUT","options":{},"jsonBody":"={\n    \"data\": [\n        {\n            \"id\": \"{{ $('Contact created or updated in Zoho CRM').item.json.body.id }}\",\n            \"Email_Opt_Out\": {{ $('Get subscription status').item.json.status === \"Subscribed\" ? false : true }}\n        }\n    ]\n}","sendBody":true,"specifyBody":"json","authentication":"predefinedCredentialType","nodeCredentialType":"zohoOAuth2Api"},"credentials":{},"typeVersion":4.2},{"id":"69f06e26-4cb0-4876-aef5-7a3a8c5c2392","name":"Get subscription status","type":"n8n-nodes-klicktipp.klicktipp","position":[1600,976],"parameters":{"resource":"subscriber","operation":"get","subscriberId":"={{ $('Contact created or updated in Zoho CRM').item.json.body.klicktippId }}","identifierType":"id"},"credentials":{},"typeVersion":3},{"id":"eee6368a-6c34-4995-97fa-01bc31ef6ab2","name":"6. Get subscription status.","type":"n8n-nodes-base.stickyNote","position":[1504,144],"parameters":{"color":7,"width":272,"height":2176,"content":"## 6. Get subscription status."},"typeVersion":1},{"id":"3337178b-f01d-42bf-ba12-3dfb6352c5f9","name":"7. Set subscription status.","type":"n8n-nodes-base.stickyNote","position":[1792,144],"parameters":{"color":7,"width":272,"height":2176,"content":"## 7. Set subscription status."},"typeVersion":1},{"id":"e611dc67-5cb1-4bbb-a6fd-33a7a441f94f","name":"2. Filter contacts by last modified user.","type":"n8n-nodes-base.stickyNote","position":[384,144],"parameters":{"color":7,"width":256,"height":2176,"content":"## 2. Filter contacts by last modified user."},"typeVersion":1},{"id":"986a64ef-8f20-487b-a906-d37477eff2ea","name":"Only process changes via UI users","type":"n8n-nodes-base.filter","notes":"Define the filter to only process contact changes that were not made by your Zoho User, who runs changes in other automations. Replace the value with your according user. This needs to be done to avoid a loop when creating or updating contacts that trigger the webhook.","position":[464,880],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.body.modifiedBy }}","rightValue":"John Doe"}]}},"typeVersion":2.2},{"id":"75a77828-28d6-4e54-8b4b-df36518be4bf","name":"Only process changes via UI users1","type":"n8n-nodes-base.filter","notes":"Define the filter to only process contact changes that were not made by your Zoho User, who runs changes in other automations. Replace the value with your according user. This needs to be done to avoid a loop when creating or updating contacts that trigger the webhook.","position":[464,304],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f648741c-961c-4eff-a6d8-a3722005d341","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.body.modifiedBy }}","rightValue":"John Doe"}]}},"typeVersion":2.2},{"id":"fe5a7536-3b3d-453b-8636-f101c706422f","name":"Contact Deleted in KlickTipp","type":"n8n-nodes-klicktipp.klicktippTrigger","position":[208,2112],"webhookId":"843826da-6e3b-4360-9098-d7b143841e7b","parameters":{},"credentials":{},"typeVersion":1}],"active":false,"pinData":{},"settings":{"timezone":"Europe/Berlin","callerPolicy":"workflowsFromSameOwner","availableInMCP":false,"executionOrder":"v1"},"versionId":"a3a39e13-8b87-412c-a31e-124ff084ae38","connections":{"Update contact":{"main":[[{"node":"Get subscription status","type":"main","index":0}]]},"Check Subscription":{"main":[[{"node":"Check for email address","type":"main","index":0}],[{"node":"Check for KlickTipp ID1","type":"main","index":0}]]},"Check for KlickTipp ID":{"main":[[{"node":"Delete contact in KlickTipp","type":"main","index":0}]]},"Check for KlickTipp ID1":{"main":[[{"node":"Update contact","type":"main","index":0}]]},"Check for email address":{"main":[[{"node":"Create Contact with SOI","type":"main","index":0}]]},"Check relevant Segment ":{"main":[[{"node":"Tag contact in KlickTipp","type":"main","index":0}],[{"node":"Tag contact in KlickTipp1","type":"main","index":0}]]},"Create Contact with DOI":{"main":[[{"node":"Add KlickTipp Contact ID3","type":"main","index":0}]]},"Create Contact with SOI":{"main":[[{"node":"Get contact data for tagging1","type":"main","index":0},{"node":"Add KlickTipp Contact ID4","type":"main","index":0}]]},"Get subscription status":{"main":[[{"node":"Set subscription status in Zoho2","type":"main","index":0}]]},"Check for email address2":{"main":[[{"node":"Create Contact with DOI","type":"main","index":0}]]},"Check relevant Segment 1":{"main":[[{"node":"Tag Contact in Zoho CRM","type":"main","index":0}],[{"node":"Tag Contact in Zoho CRM1","type":"main","index":0}]]},"Create a contact in Zoho":{"main":[[{"node":"Set subscription status in Zoho","type":"main","index":0}]]},"Update a contact in Zoho":{"main":[[{"node":"Set subscription status in Zoho1","type":"main","index":0}]]},"Add KlickTipp Contact ID4":{"main":[[]]},"Check for Zoho contact ID":{"main":[[{"node":"Update a contact in Zoho","type":"main","index":0}]]},"Check Subscription in Zoho":{"main":[[{"node":"Check for last name in KlickTipp","type":"main","index":0}],[{"node":"Check for Zoho contact ID","type":"main","index":0}]]},"Check for Zoho contact ID1":{"main":[[{"node":"Delete contact in Zoho CRM","type":"main","index":0}]]},"Contact Tagged in KlickTipp":{"main":[[{"node":"Check Subscription in Zoho","type":"main","index":0}]]},"Contact deleted in Zoho CRM":{"main":[[{"node":"Check for KlickTipp ID","type":"main","index":0}]]},"Contact Deleted in KlickTipp":{"main":[[{"node":"Check for Zoho contact ID1","type":"main","index":0}]]},"Get contact data for tagging":{"main":[[{"node":"Check relevant Segment 1","type":"main","index":0}]]},"Get contact data for tagging1":{"main":[[{"node":"Check relevant Segment ","type":"main","index":0}]]},"Set subscription status in Zoho":{"main":[[{"node":"Add Zoho CRM Contact ID to KlickTipp Contact","type":"main","index":0}]]},"Check for last name in KlickTipp":{"main":[[{"node":"Create a contact in Zoho","type":"main","index":0}]]},"Set subscription status in Zoho1":{"main":[[{"node":"Get contact data for tagging","type":"main","index":0}]]},"Set subscription status in Zoho2":{"main":[[{"node":"Get contact data for tagging1","type":"main","index":0}]]},"Only process changes via UI users":{"main":[[{"node":"Check Subscription","type":"main","index":0}]]},"Only process changes via UI users1":{"main":[[{"node":"Check for email address2","type":"main","index":0}]]},"Contact created or updated in Zoho CRM":{"main":[[{"node":"Only process changes via UI users","type":"main","index":0}]]},"Contact registered via Form in Zoho CRM":{"main":[[{"node":"Only process changes via UI users1","type":"main","index":0}]]},"Add Zoho CRM Contact ID to KlickTipp Contact":{"main":[[{"node":"Get contact data for tagging","type":"main","index":0}]]}}},"lastUpdatedBy":29,"workflowInfo":{"nodeCount":49,"nodeTypes":{"n8n-nodes-base.filter":{"count":9},"n8n-nodes-base.switch":{"count":4},"n8n-nodes-base.webhook":{"count":3},"n8n-nodes-base.zohoCrm":{"count":4},"n8n-nodes-base.stickyNote":{"count":11},"n8n-nodes-base.httpRequest":{"count":7},"n8n-nodes-klicktipp.klicktipp":{"count":9},"n8n-nodes-klicktipp.klicktippTrigger":{"count":2}}},"status":"published","readyToDemo":null,"user":{"name":"KlickTipp","username":"KlickTipp","bio":"Reach more people. 100% GDPR compliant. Quickly create automated email campaigns, SMS and marketing automations. Market your knowledge independently of Google & Co., sell lucrative products and activate your customers.","verified":true,"links":["https://www.klicktipp.com/"],"avatar":"https://gravatar.com/avatar/38677fedcb7c47d414fa2b6ecabb1f51a1f0efaecd06f316971632d6c192e2ff?r=pg&d=retro&size=200"},"nodes":[{"id":19,"icon":"file:httprequest.svg","name":"n8n-nodes-base.httpRequest","codex":{"data":{"alias":["API","Request","URL","Build","cURL"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/learn-how-to-automatically-cross-post-your-content-with-n8n/","icon":"✍️","label":"Learn how to automatically cross-post your content with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/","icon":"🛳","label":"Running n8n on ships: An interview with Maranics"},{"url":"https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/","icon":" 🪢","label":"What are APIs and how to use them with no code"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/world-poetry-day-workflow/","icon":"📜","label":"Celebrating World Poetry Day with a daily poem in Telegram"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/automate-designs-with-bannerbear-and-n8n/","icon":"🎨","label":"Automate Designs with Bannerbear and n8n"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/","icon":"🧰","label":"How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"},{"url":"https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/","icon":"🦄","label":"Learn how to use webhooks with Mattermost slash commands"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/automations-for-activists/","icon":"✨","label":"How Common Knowledge use workflow automation for activism"},{"url":"https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/","icon":"🤟","label":"Creating scheduled text affirmations with n8n"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"output\"]","defaults":{"name":"HTTP Request","color":"#0004F5"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MCAyMEM0MCA4Ljk1MzE0IDMxLjA0NjkgMCAyMCAwQzguOTUzMTQgMCAwIDguOTUzMTQgMCAyMEMwIDMxLjA0NjkgOC45NTMxNCA0MCAyMCA0MEMzMS4wNDY5IDQwIDQwIDMxLjA0NjkgNDAgMjBaTTIwIDM2Ljk0NThDMTguODg1MiAzNi45NDU4IDE3LjEzNzggMzUuOTY3IDE1LjQ5OTggMzIuNjk4NUMxNC43OTY0IDMxLjI5MTggMTQuMTk2MSAyOS41NDMxIDEzLjc1MjYgMjcuNjg0N0gyNi4xODk4QzI1LjgwNDUgMjkuNTQwMyAyNS4yMDQ0IDMxLjI5MDEgMjQuNTAwMiAzMi42OTg1QzIyLjg2MjIgMzUuOTY3IDIxLjExNDggMzYuOTQ1OCAyMCAzNi45NDU4Wk0xMi45MDY0IDIwQzEyLjkwNjQgMjEuNjA5NyAxMy4wMDg3IDIzLjE2NCAxMy4yMDAzIDI0LjYzMDVIMjYuNzk5N0MyNi45OTEzIDIzLjE2NCAyNy4wOTM2IDIxLjYwOTcgMjcuMDkzNiAyMEMyNy4wOTM2IDE4LjM5MDMgMjYuOTkxMyAxNi44MzYgMjYuNzk5NyAxNS4zNjk1SDEzLjIwMDNDMTMuMDA4NyAxNi44MzYgMTIuOTA2NCAxOC4zOTAzIDEyLjkwNjQgMjBaTTIwIDMuMDU0MTlDMjEuMTE0OSAzLjA1NDE5IDIyLjg2MjIgNC4wMzA3OCAyNC41MDAxIDcuMzAwMzlDMjUuMjA2NiA4LjcxNDA4IDI1LjgwNzIgMTAuNDA2NyAyNi4xOTIgMTIuMzE1M0gxMy43NTAxQzE0LjE5MzMgMTAuNDA0NyAxNC43OTQyIDguNzEyNTQgMTUuNDk5OCA3LjMwMDY0QzE3LjEzNzcgNC4wMzA4MyAxOC44ODUxIDMuMDU0MTkgMjAgMy4wNTQxOVpNMzAuMTQ3OCAyMEMzMC4xNDc4IDE4LjQwOTkgMzAuMDU0MyAxNi44NjE3IDI5LjgyMjcgMTUuMzY5NUgzNi4zMDQyQzM2LjcyNTIgMTYuODQyIDM2Ljk0NTggMTguMzk2NCAzNi45NDU4IDIwQzM2Ljk0NTggMjEuNjAzNiAzNi43MjUyIDIzLjE1OCAzNi4zMDQyIDI0LjYzMDVIMjkuODIyN0MzMC4wNTQzIDIzLjEzODMgMzAuMTQ3OCAyMS41OTAxIDMwLjE0NzggMjBaTTI2LjI3NjcgNC4yNTUxMkMyNy42MzY1IDYuMzYwMTkgMjguNzExIDkuMTMyIDI5LjM3NzQgMTIuMzE1M0gzNS4xMDQ2QzMzLjI1MTEgOC42NjggMzAuMTA3IDUuNzgzNDYgMjYuMjc2NyA0LjI1NTEyWk0xMC42MjI2IDEyLjMxNTNINC44OTI5M0M2Ljc1MTQ3IDguNjY3ODQgOS44OTM1MSA1Ljc4MzQxIDEzLjcyMzIgNC4yNTUxM0MxMi4zNjM1IDYuMzYwMjEgMTEuMjg5IDkuMTMyMDEgMTAuNjIyNiAxMi4zMTUzWk0zLjA1NDE5IDIwQzMuMDU0MTkgMjEuNjAzIDMuMjc3NDMgMjMuMTU3NSAzLjY5NDg0IDI0LjYzMDVIMTAuMTIxN0M5Ljk0NjE5IDIzLjE0MiA5Ljg1MjIyIDIxLjU5NDMgOS44NTIyMiAyMEM5Ljg1MjIyIDE4LjQwNTcgOS45NDYxOSAxNi44NTggMTAuMTIxNyAxNS4zNjk1SDMuNjk0ODRDMy4yNzc0MyAxNi44NDI1IDMuMDU0MTkgMTguMzk3IDMuMDU0MTkgMjBaTTI2LjI3NjYgMzUuNzQyN0MyNy42MzY1IDMzLjYzOTMgMjguNzExIDMwLjg2OCAyOS4zNzc0IDI3LjY4NDdIMzUuMTA0NkMzMy4yNTEgMzEuMzMyMiAzMC4xMDY4IDM0LjIxNzkgMjYuMjc2NiAzNS43NDI3Wk0xMy43MjM0IDM1Ljc0MjdDOS44OTM2OSAzNC4yMTc5IDYuNzUxNTUgMzEuMzMyNCA0Ljg5MjkzIDI3LjY4NDdIMTAuNjIyNkMxMS4yODkgMzAuODY4IDEyLjM2MzUgMzMuNjM5MyAxMy43MjM0IDM1Ljc0MjdaIiBmaWxsPSIjM0E0MkU5Ii8+Cjwvc3ZnPgo="},"displayName":"HTTP Request","typeVersion":4,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":47,"icon":"file:webhook.svg","name":"n8n-nodes-base.webhook","codex":{"data":{"alias":["HTTP","API","Build","WH"],"resources":{"generic":[{"url":"https://n8n.io/blog/learn-how-to-automatically-cross-post-your-content-with-n8n/","icon":"✍️","label":"Learn how to automatically cross-post your content with n8n"},{"url":"https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/","icon":"🛳","label":"Running n8n on ships: An interview with Maranics"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/","icon":" 🪢","label":"What are APIs and how to use them with no code"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/how-a-digital-strategist-uses-n8n-for-online-marketing/","icon":"💻","label":"How a digital strategist uses n8n for online marketing"},{"url":"https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"url":"https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/","icon":"👏","label":"How to automatically give kudos to contributors with GitHub, Slack, and n8n"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/","label":"How to automate every step of an incident response workflow"},{"url":"https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"url":"https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/","icon":"🦄","label":"Learn how to use webhooks with Mattermost slash commands"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"trigger\"]","defaults":{"name":"Webhook"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PHBhdGggZmlsbD0iIzM3NDc0ZiIgZD0iTTM1IDM3Yy0yLjIgMC00LTEuOC00LTRzMS44LTQgNC00IDQgMS44IDQgNC0xLjggNC00IDQiLz48cGF0aCBmaWxsPSIjMzc0NzRmIiBkPSJNMzUgNDNjLTMgMC01LjktMS40LTcuOC0zLjdsMy4xLTIuNWMxLjEgMS40IDIuOSAyLjMgNC43IDIuMyAzLjMgMCA2LTIuNyA2LTZzLTIuNy02LTYtNmMtMSAwLTIgLjMtMi45LjdsLTEuNyAxTDIzLjMgMTZsMy41LTEuOSA1LjMgOS40YzEtLjMgMi0uNSAzLS41IDUuNSAwIDEwIDQuNSAxMCAxMFM0MC41IDQzIDM1IDQzIi8+PHBhdGggZmlsbD0iIzM3NDc0ZiIgZD0iTTE0IDQzQzguNSA0MyA0IDM4LjUgNCAzM2MwLTQuNiAzLjEtOC41IDcuNS05LjdsMSAzLjlDOS45IDI3LjkgOCAzMC4zIDggMzNjMCAzLjMgMi43IDYgNiA2czYtMi43IDYtNnYtMmgxNXY0SDIzLjhjLS45IDQuNi01IDgtOS44IDgiLz48cGF0aCBmaWxsPSIjZTkxZTYzIiBkPSJNMTQgMzdjLTIuMiAwLTQtMS44LTQtNHMxLjgtNCA0LTQgNCAxLjggNCA0LTEuOCA0LTQgNCIvPjxwYXRoIGZpbGw9IiMzNzQ3NGYiIGQ9Ik0yNSAxOWMtMi4yIDAtNC0xLjgtNC00czEuOC00IDQtNCA0IDEuOCA0IDQtMS44IDQtNCA0Ii8+PHBhdGggZmlsbD0iI2U5MWU2MyIgZD0ibTE1LjcgMzQtMy40LTIgNS45LTkuN2MtMi0xLjktMy4yLTQuNS0zLjItNy4zIDAtNS41IDQuNS0xMCAxMC0xMHMxMCA0LjUgMTAgMTBjMCAuOS0uMSAxLjctLjMgMi41bC0zLjktMWMuMS0uNS4yLTEgLjItMS41IDAtMy4zLTIuNy02LTYtNnMtNiAyLjctNiA2YzAgMi4xIDEuMSA0IDIuOSA1LjFsMS43IDF6Ii8+PC9zdmc+"},"displayName":"Webhook","typeVersion":2,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":112,"icon":"fa:map-signs","name":"n8n-nodes-base.switch","codex":{"data":{"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"url":"https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/","icon":"🏷️","label":"How to automatically manage contributions to open-source projects"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"Switch","color":"#506000"},"iconData":{"icon":"map-signs","type":"icon"},"displayName":"Switch","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":326,"icon":"file:zoho.svg","name":"n8n-nodes-base.zohoCrm","codex":{"data":{"resources":{"generic":[{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zoho/"}]},"categories":["Communication","Sales"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"transform\"]","defaults":{"name":"Zoho CRM"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIC0zMCAxMDAgMTAwIj48dXNlIHhsaW5rOmhyZWY9IiNhIiB4PSIuNSIgeT0iLjUiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSI1MCUiIHgyPSI1MCUiIHkxPSIxLjQzJSIgeTI9Ijk2Ljk4JSI+PHN0b3Agb2Zmc2V0PSIuNTYyJSIgc3RvcC1jb2xvcj0iI2ZmZTUxMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkYjkyNCIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJjIiB4MT0iNC41MSUiIHgyPSI5NS42NyUiIHkxPSIxMy40OSUiIHkyPSI4Ny4wNiUiPjxzdG9wIG9mZnNldD0iLjU2MiUiIHN0b3AtY29sb3I9IiMwMDhjZDIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY0OWQiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZCIgeDE9IjUwJSIgeDI9IjUwJSIgeTE9IjI3Ljc4JSIgeTI9Ijk3LjUzJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTE0NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGE1MiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJlIiB4MT0iNDMuNzMlIiB4Mj0iNTcuNTQlIiB5MT0iOC4yMSUiIHkyPSI5My4yJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5MjIzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhMjIzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iI2U3OTIyNSIgZD0iTTEwMi45NjQgNy41ODF2MjQuNDE0bC0zLjM3OSAzLjI5OFYxMS40MDJ6Ii8+PHBhdGggZmlsbD0iI2ZmZjE2ZCIgZD0ibTgwLjgyMiA3LjYwMS0zLjQ5OSAzLjgwMS4xODEuMjQxIDIxLjk0LS4wOC4yMDEtLjE2MSAzLjMxOC0zLjgyMXoiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNNzcuMzIzIDExLjQwMmgyMi4zMjJ2MjMuOTExSDc3LjMyM3oiLz48cGF0aCBkPSJNOTYuMjQ2IDIwLjAwOWE4LjggOC44IDAgMCAwLTEuOTcxLTIuOTc2Yy0uODI1LS44NDUtMS43NDktMS40ODgtMi43OTUtMS45MS0xLjAyNi0uNDIyLTIuMTMyLS42NDMtMy4zMzgtLjY0M3MtMi4zMzMuMjIxLTMuMzU4LjY0M2MtMS4wNDYuNDIyLTEuOTcxIDEuMDY2LTIuNzk1IDEuOTEtLjg2NS44NjUtMS41MDggMS44Ny0xLjk1MSAyLjk3NnMtLjY0NCAyLjMxMy0uNjQ0IDMuNjRhOS44IDkuOCAwIDAgMCAuNjY0IDMuNjIgOC45NSA4Ljk1IDAgMCAwIDEuOTUxIDMuMDE3Yy44MDQuODI1IDEuNzMgMS40NDggMi43NTUgMS44N3MyLjE3Mi42NDQgMy4zOTkuNjQ0YzEuMTg2IDAgMi4yOTMtLjIyMSAzLjMxOC0uNjQ0czEuOTcxLTEuMDQ2IDIuNzk1LTEuODdjLjg2NS0uODg1IDEuNTI4LTEuODkgMS45NzEtMi45OTZzLjY2NC0yLjMzMy42NjQtMy42MmMwLTEuMzQ3LS4yMjEtMi41NTQtLjY2NC0zLjY2em0tNC42MDUgNy44ODNjLS44NjUgMS4wMjYtMi4wMTEgMS41NDktMy40OTkgMS41NDlzLTIuNjU1LS41MjMtMy41MTktMS41NDktMS4yODctMi40NTMtMS4yODctNC4yNjNjMC0xLjg1LjQ0Mi0zLjI3OCAxLjI4Ny00LjMyNC44NjUtMS4wNDYgMi4wMTEtMS41NDkgMy41MTktMS41NDkgMS40ODggMCAyLjYzNC41MjMgMy40OTkgMS41NDkuODQ1IDEuMDQ2IDEuMjg3IDIuNDc0IDEuMjg3IDQuMzI0IDAgMS44MS0uNDIyIDMuMjM4LTEuMjg3IDQuMjYzIi8+PHBhdGggZmlsbD0iIzAwOWFkYSIgZD0iTTc1LjEzMSA1LjU5MXYuMTIxbDIuODU2IDIxLjk0LTEuNjY5IDQuNjI1LS4yMjEtLjE2MS0yLjkzNi0yMS4wMzUuMDYtLjI4MSAxLjgzLTUuMDg4eiIvPjxwYXRoIGZpbGw9IiM5MWM5ZWQiIGQ9Im01My4xNTEgOC42NDggMjEuOTgtMy4wNTctMS44NSA1LjI2OS0uMjYxLjI4Mi0yMC41NTIgMy4wMTcuMTAxLTMuNzYxeiIvPjxwYXRoIGZpbGw9InVybCgjYykiIGQ9Im03My4yODEgMTAuODU5IDMuMDM3IDIxLjQxNy0yMS42NTkgMy4wMzctMi45MTYtMjAuNjkzIDEuMjY3LS45ODV6Ii8+PHBhdGggZD0iTTY5LjYwMSAxNC45NjJjLS4xMDEtLjY2NC0uMzIyLTEuMTY2LS42ODQtMS41MDhhMS42IDEuNiAwIDAgMC0xLjA4Ni0uNDAyYy0uMSAwLS4yMjEgMC0uMzQyLjAyLS41NjMuMDgxLS45ODUuMzQyLTEuMjQ3Ljc2NC0uMjAxLjMwMi0uMjgxLjY4NC0uMjgxIDEuMTI2IDAgLjE2MS4wMi4zNDIuMDQuNTIzbC43ODQgNS41Ny02LjIzNC45MjUtLjc4NC01LjU3Yy0uMS0uNjQ0LS4zMjItMS4xNDYtLjY4NC0xLjQ4OGExLjUyIDEuNTIgMCAwIDAtMS4wNjYtLjQyMmMtLjEwMSAwLS4yMDEgMC0uMzAyLjAyLS41ODMuMDgxLTEuMDI2LjM0Mi0xLjMwNy43NjQtLjIwMS4zMDItLjI4Mi42ODQtLjI4MiAxLjEyNiAwIC4xNjEuMDIuMzQyLjA0LjU0M2wyLjEzMiAxNC40OTljLjEuNjY0LjMyMiAxLjE2Ni43MjQgMS41MDguMzAyLjI2MS42NjQuMzgyIDEuMTA2LjM4Mi4xMjEgMCAuMjQxIDAgLjM2Mi0uMDIuNTQzLS4wODEuOTQ1LS4zNDIgMS4yMDctLjc2NC4xODEtLjMwMi4yNjEtLjY2NC4yNjEtMS4wODYgMC0uMTYxLS4wMi0uMzQyLS4wNC0uNTIzbC0uODY1LTUuNzMxIDYuMjM0LS45MjUuODY1IDUuNzMxYy4xLjY2NC4zMjIgMS4xNjYuNzA0IDEuNDg4YTEuNiAxLjYgMCAwIDAgMS4wODYuNDAyYy4xMDEgMCAuMjIxIDAgLjM0Mi0uMDIuNTYzLS4wODEuOTg1LS4zNDIgMS4yNDctLjc2NC4xODEtLjMwMi4yODItLjY2NC4yODItMS4xMDYgMC0uMTYxLS4wMi0uMzQyLS4wNC0uNTIzeiIvPjxwYXRoIGZpbGw9IiM2NmJmNmIiIGQ9Im0zMi41NzggMC03LjgyMyAxOC41ODIgMS4wNjYgOC4xNjUuMDYtLjAyIDguNzg4LTE5Ljc2OC0uMDQtLjQyMi0xLjg5LTYuMjc0eiIvPjxwYXRoIGZpbGw9IiM5OGQwYTAiIGQ9Im0zMi41NzggMCAyLjA3MSA2Ljk1OCAxOS4zNDYgOC42NjcuMDYtLjA0LTEuNjQ5LTYuNTE2eiIvPjxwYXRoIGZpbGw9InVybCgjZCkiIGQ9Im0zNC42MDkgNi44MTcgMTkuNDQ2IDguNzY4LTguNzg4IDE5LjkyOS0xOS40NDYtOC43Njh6Ii8+PHBhdGggZD0iTTQ4LjE2NCAxNy4xOTRjLS40MjItMS4xMjYtMS4wMDUtMi4wOTEtMS43Ny0yLjg5NmE4LjIgOC4yIDAgMCAwLTIuNzc1LTEuOTExIDguMyA4LjMgMCAwIDAtMy4yNzgtLjY4NGgtLjA2Yy0xLjEyNiAwLTIuMjMyLjI2MS0zLjMxOC43NDRhOC45IDguOSAwIDAgMC0yLjk3NiAyLjA5MWMtLjg0NS44ODUtMS41MjggMS45NzEtMi4wNTEgMy4yMThhMTAuOCAxMC44IDAgMCAwLS44NjUgMy43di40MjJhOS4yIDkuMiAwIDAgMCAuNTYzIDMuMTk3Yy40MDIgMS4xMDYuOTg1IDIuMDUxIDEuNzUgMi44NTZzMS43MDkgMS40NDggMi44MzYgMS45MWE4LjEgOC4xIDAgMCAwIDMuMjU4LjY4NGguMDJjMS4xMDYgMCAyLjIxMi0uMjQxIDMuMjk4LS43MDRhOSA5IDAgMCAwIDIuOTk2LTIuMTExYy44NDUtLjg4NSAxLjU0OC0xLjk1MSAyLjA3MS0zLjE5OHMuODA0LTIuNDc0Ljg2NS0zLjd2LS4zNjJhOC43IDguNyAwIDAgMC0uNTYzLTMuMjU4em0tMy44ODEgNS43OTJjLS43MjQgMS43My0xLjcwOSAyLjkxNi0yLjg5NiAzLjU2LS42NDQuMzQyLTEuMzA3LjUyMy0xLjk3MS41MjMtLjU4MyAwLTEuMjA2LS4xNDEtMS44My0uNDAyLTEuMzY3LS41ODMtMi4yMTItMS41MDgtMi41NzQtMi44MzVhNS4zIDUuMyAwIDAgMS0uMTgxLTEuMzg4YzAtLjk2NS4yNDEtMi4wMzEuNzI0LTMuMTc3Ljc0NC0xLjc3IDEuNzMtMi45NzYgMi45MTYtMy42NGEzLjk3IDMuOTcgMCAwIDEgMS45NzEtLjUyM2MuNjAzIDAgMS4yMDcuMTQxIDEuODUuNDAyIDEuMzQ3LjU4MyAyLjE5MiAxLjUwOCAyLjU1NCAyLjgzNS4xMjEuNDIyLjE4MS44ODUuMTgxIDEuMzY3IDAgMS4wMDYtLjI0MSAyLjA5MS0uNzQ0IDMuMjc4Ii8+PHBhdGggZmlsbD0iIzc2MGQxNiIgZD0ibTIzLjIwNyAzLjE1NyAzLjE3NyAyMS4yNzYtMS40NDggNy40ODEtLjIwMS0uMjYxLTMuMDk3LTIwLjU1MnYtLjQwMmwxLjM2Ny03LjE3OXoiLz48cGF0aCBmaWxsPSIjZWY0NjNlIiBkPSJtMCAxNC4xNTcgMS41MDgtNy41MjEgMjEuNjk5LTMuNDc5LTEuNDY4IDcuNjYydi41MDNMLjI2MSAxNC4zNTh6Ii8+PHBhdGggZmlsbD0idXJsKCNlKSIgZD0ibTIxLjczOSAxMC44MTkgMy4xOTcgMjEuMDk1LTIxLjQ3NyAzLjM1OEwwIDE0LjE1N3oiLz48cGF0aCBkPSJNMTkuNDI3IDI4LjU1NmMtLjE2MS0uMjAxLS40MDItLjM0Mi0uNjg0LS40NDJzLS42MjMtLjE0MS0xLjA0Ni0uMTQxYy0uMzgyIDAtLjgyNC4wNC0xLjMwNy4xMjFsLTUuNjcxLjk2NWMuMDYtLjQ0My4yODItMS4wMDYuNjY0LTEuNzA5LjQyMi0uNzg0IDEuMDY2LTEuNzMgMS44OS0yLjgxNWwuNjY0LS44NjUuNDYzLS41ODNjMS4zMDctMS43MDkgMi4wOTEtMy4wOTcgMi40MTMtNC4xODNhOC43IDguNyAwIDAgMCAuMzIyLTEuODdjLjAyLS4xODEuMDItLjM0Mi4wMi0uNTAzYTcuNCA3LjQgMCAwIDAtLjEyMS0xLjMyN2MtLjA2LS40MDItLjE2MS0uNzI0LS4zMDItLjk4NXMtLjMwMi0uNDYzLS41MDMtLjU4M2MtLjIyMS0uMTQxLS41NjMtLjIwMS0uOTg1LS4yMDFxLS41MTMgMC0xLjI2Ny4xMjFMNy40MjEgMTQuNjhjLS43ODQuMTQxLTEuMzg4LjM2Mi0xLjc1LjcyNGExLjM4IDEuMzggMCAwIDAtLjQ0MiAxLjA0NiAyIDIgMCAwIDAgLjAyLjM0MmMuMTAxLjU2My4zODIuOTY1Ljg0NSAxLjE2Ni4yODIuMTIxLjYwMy4xODEgMS4wMDUuMTgxLjI2MSAwIC41NjMtLjAyLjg4NS0uMDhsNS40Ny0uOTY1YzAgLjEwMS4wMi4yMDEuMDIuMjgyYTIuOSAyLjkgMCAwIDEtLjE4MSAxLjAwNWMtLjE2MS40NjMtLjU2MyAxLjEwNi0xLjIyNyAxLjkzMWwtLjg0NSAxLjA0NmMtMS40ODggMS43OS0yLjUzNCAzLjMxOC0zLjE3NyA0LjU4NWExMCAxMCAwIDAgMC0uOTQ1IDIuNTk0IDcuMiA3LjIgMCAwIDAtLjE2MSAxLjQyOGMwIC4zMjIuMDIuNjQzLjA4MS45NDUuMDguNDQyLjE4MS44MDQuMzIyIDEuMDg2cy4zNDIuNTAzLjU2My42MjMuNTIzLjE2MS45NjUuMTYxcS44MTQgMCAyLjIzMi0uMjQxbDUuOTUzLTEuMDI2YzEuMDQ2LS4xODEgMS43OS0uNDQyIDIuMjEyLS43ODRhMS4zOSAxLjM5IDAgMCAwIC41MjMtMS4xMDZjMC0uMTIxLS4wMi0uMjQxLS4wNC0uMzYyYTEuMzMgMS4zMyAwIDAgMC0uMzIyLS43MDR6Ii8+PC9nPjwvc3ltYm9sPjwvc3ZnPg=="},"displayName":"Zoho CRM","typeVersion":1,"nodeCategories":[{"id":2,"name":"Sales"},{"id":6,"name":"Communication"}]},{"id":565,"icon":"fa:sticky-note","name":"n8n-nodes-base.stickyNote","codex":{"data":{"alias":["Comments","Notes","Sticky"],"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\"]","defaults":{"name":"Sticky Note","color":"#FFD233"},"iconData":{"icon":"sticky-note","type":"icon"},"displayName":"Sticky Note","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":844,"icon":"fa:filter","name":"n8n-nodes-base.filter","codex":{"data":{"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"details":"The Filter node can be used to filter items based on a condition. If the condition is met, the item will be passed on to the next node. If the condition is not met, the item will be omitted. Conditions can be combined together by AND(meet all conditions), or OR(meet at least one condition).","resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Filter","color":"#229eff"},"iconData":{"icon":"filter","type":"icon"},"displayName":"Filter","typeVersion":2,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":39,"name":"CRM"}],"image":[{"id":4500,"url":"https://n8niostorageaccount.blob.core.windows.net/n8nio-strapi-blobs-prod/assets/Sync_contacts_two_way_between_Zoho_CRM_and_Klick_Tipp_b86d3c524d.png"}]}}