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
| Name | Type | Description |
|---|---|---|
| Aircall API Token | String (sensitive) | API Token used to authenticate with Aircall. Provide the full Authorization header value (e.g. 'Basic |
| Call ID | String | The ID of the ongoing Aircall call to display the Insight Card on. |
| Contents | Object | The 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
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the Insight Card was successfully displayed. |
| Status Code | Number | HTTP status code returned by Aircall. |