Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.95 KB

conversation-events.md

File metadata and controls

28 lines (21 loc) · 1.95 KB
title description ms.topic ms.date
Microsoft 365 Group Conversations events
This article describes Microsoft 365 Group Conversations event types and provides event samples.
conceptual
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