Short answer: Drop the "Zoho Books → Create Contact" 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 |
|---|---|---|---|
Organization ID organization_id | string | Required | Organization ID. Example: 10234695 |
Contact Name contact_name | string | Required | Contact Name. Example: Bowman Furniture |
Contact Type contact_type | options | Required | Contact Type. Options: Customer, Vendor |
Company Name company_name | string | Optional | Company Name. Example: Bowman Furniture Inc. |
Email email | string | Optional | Email. e.g. "john@bowmanfurniture.com" |
Phone phone | string | Optional | Phone. e.g. "+15551234567" |
Website website | string | Optional | Website. e.g. "https://bowmanfurniture.com" |
{"organization_id": "e.g. 10234695","contact_name": "e.g. Bowman Furniture","contact_type": "{{trigger.contact_type}}","company_name": "e.g. Bowman Furniture Inc.","email": "john@bowmanfurniture.com"}
{"code": 0,"contact": {"contact_id": "460000000026049","contact_name": "Bowman Furniture","contact_type": "customer"},"message": "The contact has been created."}
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.