Create a online meeting in a channel

:bullseye: What is your goal?

Create a online meeting in a Team Channel

:thinking: What is the problem & what have you tried?

Hi does anyone know how to create a channel meeting using make.com? I have tried the feature available in Make.com and it only allows creating meetings on behalf of a user.

1 Like

Hello,

You need to use a custom Microsoft Graph request to:

https://graph.microsoft.com/v1.0/groups/{group-id}/events

This endpoint creates a calendar event for the Team (Microsoft 365 Group), which is how channel meetings are stored.

There is currently no dedicated endpoint or standard method to create a fully native channel meeting directly via the API.

Have a nice day,