Short answer: You can list greenhouse candidates in Greenhouse by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Greenhouse List Greenhouse Candidates action to a workflow, map its 2 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 |
|---|---|---|---|
Per Page per_page | string | Optional | – |
Updated After (ISO) updated_after | string | Optional | – |
{"per_page": "{{trigger.per_page}}","updated_after": "{{trigger.updated_after}}"}
[{"id": 12345,"last_name": "Doe","first_name": "Jane","applications": [{"status": "active","current_stage": {"name": "Phone Screen"}}]}]
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.