Trigger Power Automate Flow When MS Teams Meeting Created OR Edited Using Graph API

Ancy 6 Reputation points
2022-10-12T11:48:25.03+00:00

Hi,

We would like to trigger Power Automate Flow when MS Teams Meeting has been created OR edited. We couldn't find any trigger for the same. We would like to store details of meeting when meeting created OR updated.

Can we use Change Tracking/Change Notifications for the same?
How we can use Change Tracking in C#?
As we have to create Subscription for Change Tracking APIs, does it require additional licenses?
Can we use Delta APIs?

Please share your views. Any help will be appreciated.

Thank you

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,616 Reputation points
    2022-10-31T23:07:56.03+00:00

    Hi @Ancy ,

    Thanks for reaching out to Microsoft.

    You can use Change notifications in Microsoft Graph to subscribe to call started/ended and call roster updates for Microsoft Teams online meetings.
    Please check the document https://learn.microsoft.com/en-us/graph/changenotifications-for-onlinemeeting

    There is no need for any additional license to create subscriptions.
    Please check the below document to create subscription. https://learn.microsoft.com/en-us/graph/api/subscription-post-subscriptions?view=graph-rest-1.0&tabs=http

    Hope this helps.
    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.