Short answer: You can list documents in Zoho Sign by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Sign List Documents 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 |
|---|---|---|---|
Row Count row_count | string | Optional | Row Count. e.g. "10" |
Start Index start_index | string | Optional | Start Index. e.g. "1" |
Sort Order sort_order | options | Optional | Sort Order. Options: Newest first, Oldest first |
{"row_count": "10","start_index": "1","sort_order": "{{trigger.sort_order}}"}
{"code": 0,"requests": [{"request_id": "123","created_time": "2025-01-15","request_name": "NDA","request_status": "completed"}],"page_context": {"has_more_rows": false}}
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.