Aircall Fill Insight Card

Display an Insight Card to the agent on an ongoing Aircall call, showing custom data such as titles, labelled lines and user cards.

What it does

  • Takes 3 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
Call IDStringThe ID of the ongoing Aircall call to display the Insight Card on.
ContentsObjectThe Insight Card contents. An array of line objects (or an object with a 'contents' array). Each line is one of: {"type":"title","text":"...","link":"..."}, {"type":"shortText","label":"...","text":"...","link":"..."}, or {"type":"user","label":"...","user_id":123}.

Outputs

NameTypeDescription
SuccessBooleanWhether the Insight Card was successfully displayed.
Status CodeNumberHTTP status code returned by Aircall.