Workflow: Manual Zohocrm Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Zoho CRM",
            "type": "n8n-nodes-base.zohoCrm",
            "position": [
                450,
                300
            ],
            "parameters": {
                "options": [],
                "operation": "getAll"
            },
            "credentials": {
                "zohoOAuth2Api": "zoho_creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Zoho CRM",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Code Schedule Update Scheduled
View
HN Who is Hiring Scrape
View
Stripe Payment Order Sync – Auto Retrieve Customer & Product Purchased
View
Manual Editimage Create Webhook
View
Manual Schedule Automate Scheduled
View
Code Postgres Update Scheduled
View
Create a room, invite members from a different room, and send a message in the room we created
View
Manual Graphql Automate Triggered
View
🧹 Archive (delete) duplicate items from a Notion database
View
Exponential Backoff for Google APIs
View