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