Short answer: Drop the "Zoho CRM → Create Record" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Module module | options | Required | Module. Options: Leads, Contacts, Deals, Accounts, Tasks, Cases |
Record Data (JSON) data | string | Required | JSON object with field API names as keys. E.g. {"Last_Name":"Doe","Email":"john@example.com","Company":"Acme"} |
{"module": "{{trigger.module}}","data": "{\"Last_Name\": \"Doe\", \"First_Name\": \"John\", \"Email\": \"john@example.com\", \"Company\": \"Acme Inc\"}"}
{"data": [{"code": "SUCCESS","status": "success","details": {"id": "554023000001627036","Created_Time": "2025-01-15T12:00:00-05:00"},"message": "record added"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.