Short answer: Drop the "Zoho Projects → Create Task" 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 |
|---|---|---|---|
Portal ID portal_id | string | Required | Portal ID. Example: 12345678 |
Project ID project_id | string | Required | Project ID. Example: 123456 |
Task Name name | string | Required | Task Name. Example: Design homepage mockup |
Description description | string | Optional | Description |
Start Date start_date | string | Optional | Start Date. e.g. "MM-DD-YYYY" |
End Date end_date | string | Optional | End Date. e.g. "MM-DD-YYYY" |
Priority priority | options | Optional | Priority. Options: None, Low, Medium, High |
Assignee ID owner_id | string | Optional | Assignee ID. Example: 2060758 |
{"portal_id": "e.g. 12345678","project_id": "e.g. 123456","name": "e.g. Design homepage mockup","description": "{{trigger.description}}","start_date": "MM-DD-YYYY"}
{"tasks": [{"id": "789","name": "Design homepage mockup","status": "Open","priority": "Medium"}]}
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.