Microsoft Teams is a comprehensive collaboration platform that integrates chat, video conferencing, file sharing, and app integration, enabling seamless teamwork within organizations.
POST https:
//<replace_with_your_tenant_name>.webhook.office.com/webhook/<replace_with_your_webhook_url>
Content-Type: application/json
{
"@context"
:
"https://schema.org/extensions"
,
"@type"
:
"MessageCard"
,
"themeColor"
:
"0072C6"
,
"title"
:
"{{context.trigger.eventTypeLocalized}}"
,
"text"
:
"{{context.trigger.dateTimeLong}}"
,
"sections"
: [
{
"facts"
: [
{
"name"
:
"Person"
,
"value"
:
"{{context.trigger.person.firstName}} {{context.trigger.person.lastName}} ({{context.trigger.credential.badgeId}})"
},
{
"name"
:
"Space"
,
"value"
:
"{{context.trigger.space.name}}"
},
{
"name"
:
"Device"
,
"value"
:
"{{context.trigger.device.name}}"
}
]
}
],
"potentialAction"
: [
{
"@type"
:
"OpenUri"
,
"name"
:
"View Event"
,
"isPrimary"
:
true
,
"targets"
: [
{
"os"
:
"default"
,
"uri"
:
"https://portal.elementssecure.com/events/{{context.trigger.id}}?activeCustomer={{context.trigger.customerId}}"
}
]
}
]
}
© 2025 Honeywell International Inc. All Rights Reserved.