Caller Info
Call pop lookup URL
Open call pop in browser
Adaptive Card
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "Call Information:"
},
{
"type": "TextBlock",
"text": "${displayname}",
"wrap": true
},
{
"type": "TextBlock",
"text": "${callernumber}",
"wrap": true
},
{
"type": "TextBlock",
"text": "${queuename}",
"wrap": true
},
{
"type": "TextBlock",
"text": "${callid}",
"wrap": true
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5"
}Last updated
Was this helpful?