Short answer: Drop the "Freshsales → List Freshsales Deals" 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 |
|---|---|---|---|
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.
Triggered by anything in the catalog. Free tier available. No credit card.