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