Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.09 KB

teams-events.md

File metadata and controls

30 lines (23 loc) · 2.09 KB
title description ms.topic ms.date
Microsoft Teams events in Azure Event Grid
This article describes Microsoft Teams events in Azure Event Grid.
conceptual
06/06/2022

Microsoft Teams events in Azure Event Grid

This article provides the list of available event types for Microsoft Teams events, which are published by Microsoft Graph API. For an introduction to event schemas, see CloudEvents schema.

Available event types

These events are triggered when a call record is created or updated, and chat message is created, updated or deleted or by operating over those resources using Microsoft Graph API.

Event name Description
Microsoft.Graph.CallRecordCreated Triggered when a call or meeting is produced in Microsoft Teams.
Microsoft.Graph.CallRecordUpdated Triggered when a call or meeting is updated in Microsoft Teams.
Microsoft.Graph.ChatMessageCreated Triggered when a chat message is sent via teams or channels in Microsoft Teams.
Microsoft.Graph.ChatMessageUpdated Triggered when a chat message is edited via teams or channels in Microsoft Teams.
Microsoft.Graph.ChatMessageDeleted Triggered when a chat message is deleted via Teams or channels in Teams.

Next steps