Short answer: Drop the "Zoho Billing → Create Customer" 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 |
Display Name display_name | string | Required | Display Name. Example: Bowman Furniture |
Email email | string | Optional | Email. e.g. "billing@bowman.com" |
First Name first_name | string | Optional | First Name. e.g. "Benjamin" |
Last Name last_name | string | Optional | Last Name. e.g. "George" |
Company company_name | string | Optional | Company. e.g. "Bowman Furniture Inc." |
Currency currency_code | string | Optional | Currency. e.g. "USD" |
{"organization_id": "e.g. 10234695","display_name": "e.g. Bowman Furniture","email": "billing@bowman.com","first_name": "Benjamin","last_name": "George"}
{"code": 0,"message": "Customer created","customer": {"customer_id": "903000000000099","display_name": "Bowman Furniture"}}
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.