Short answer: You can list freshsales contacts in Freshsales by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Freshsales List Freshsales Contacts 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, Last Name |
Sort Order sort_type | options | Optional | Sort Order. Options: Descending, Ascending |
{"page": "1","sort": "{{trigger.sort}}","sort_type": "{{trigger.sort_type}}"}
{"meta": {"total": 120,"total_pages": 5},"contacts": [{"id": 1,"email": "john@example.com","last_name": "Doe","first_name": "John"}]}
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.