Short answer: Drop the "Close → 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 |
|---|---|---|---|
Lead ID lead_id | string | Required | Lead ID. Example: lead_abc123 |
Task Description text | string | Required | Task Description. Example: Follow up on proposal |
Due Date date | string | Required | YYYY-MM-DD format |
Assigned To (User ID) assigned_to | string | Optional | Assigned To (User ID). Example: user_abc |
{"lead_id": "e.g. lead_abc123","text": "e.g. Follow up on proposal","date": "e.g. 2025-01-20","assigned_to": "e.g. user_abc"}
{"id": "task_abc","date": "2025-01-20","text": "Follow up on proposal","is_complete": false}
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.