Short answer: Drop the "Aircall → List Calls" 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 |
|---|---|---|---|
Direction direction | options | Optional | — |
From Unix Timestamp from | number | Optional | Return calls started after this UNIX timestamp. |
Per Page perPage | number | Optional | Max 50. |
{"direction": "{{trigger.direction}}","from": "{{trigger.from}}","perPage": "{{trigger.perPage}}"}
{"meta": {"count": 1,"total": 1},"calls": [{"id": 12345,"status": "done","duration": 42,"direction": "inbound","raw_digits": "+15551234567","started_at": 1737000000}]}
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.