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

NameTypeDescription
Aircall API TokenString (sensitive)API Token used to authenticate with Aircall. Provide the full Authorization header value (e.g. 'Basic
Customer NumberString (optional)The customer's phone number (the calling or receiving party). Used as the Aircall search 'phone_number' filter.
Aircall NumberString (optional)The Aircall line number that handled the call. Matched against each call's number, ignoring formatting.
DirectionString (optional)Filter calls by direction. Either 'inbound' or 'outbound'. One of: inbound, outbound

Outputs

NameTypeDescription
SuccessBooleanWhether a matching call was found.
Call IDNumberThe ID of the most recent matching call.