Short answer: You can list freshsales deals in Freshsales by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Freshsales List Freshsales Deals action to a workflow, map its 3 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 |
|---|---|---|---|
Page page | string | Optional | Page number (starts at 1) |
Sort By sort | options | Optional | Sort By. Options: Updated At, Created At, Amount |
Sort Order sort_type | options | Optional | Sort Order. Options: Descending, Ascending |
{"page": "1","sort": "{{trigger.sort}}","sort_type": "{{trigger.sort_type}}"}
{"meta": {"total": 45,"total_pages": 3},"deals": [{"id": 1,"name": "Enterprise Contract","amount": 10000,"deal_stage_id": 2}]}
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.