Short answer: You can create deal in Agile CRM by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Agile CRM Create Deal action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Deal Name name | string | Required | Deal Name. Example: Enterprise Contract |
Expected Value expected_value | string | Optional | Expected Value. Example: 10000 |
Milestone/Stage milestone | string | Optional | Milestone/Stage. Example: Proposal |
Contact IDs contact_ids | string | Optional | Comma-separated contact IDs to link |
{"name": "e.g. Enterprise Contract","expected_value": "e.g. 10000","milestone": "e.g. Proposal","contact_ids": "e.g. 123,456"}
{"id": 789,"name": "Enterprise Contract","expected_value": 10000}
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.