Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.94 KB

File metadata and controls

28 lines (21 loc) · 1.94 KB
title Microsoft 365 Group Conversations events
description This article describes Microsoft 365 Group Conversations event types and provides event samples.
ms.topic overview
ms.date 12/6/2023

Microsoft 365 Group Conversation events

This article provides the properties and schema for Microsoft 365 Group Conversation 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 conversation is created, updated, or deleted by operating over those resources using Microsoft Graph API. Note that you can only subscribe to changes from a specific group.

Event name Description
Microsoft.Graph.ConversationCreated Triggered when a conversation in a Microsoft 365 group is created.
Microsoft.Graph.ConversationUpdated Triggered when a conversation in a Microsoft 365 group is updated.
Microsoft.Graph.ConversationDeleted Triggered when a conversation in a Microsoft 365 group is deleted.

Next steps