Aircall Get Recent Call ID
Retrieve the ID of the most recent Aircall call for a given phone number, if it occurred within the last 5 minutes.
What it does
- Takes 4 inputs and produces 2 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Aircall API Token | String (sensitive) | API Token used to authenticate with Aircall. Provide the full Authorization header value (e.g. 'Basic |
| Customer Number | String (optional) | The customer's phone number (the calling or receiving party). Used as the Aircall search 'phone_number' filter. |
| Aircall Number | String (optional) | The Aircall line number that handled the call. Matched against each call's number, ignoring formatting. |
| Direction | String (optional) | Filter calls by direction. Either 'inbound' or 'outbound'. One of: inbound, outbound |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether a matching call was found. |
| Call ID | Number | The ID of the most recent matching call. |