PipedreamHQ / PipedreamHQ/pipedream
[Components] microsoft_teams_events
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# microsoft_teams_events
## URLs
- https://learn.microsoft.com/en-us/graph/api/resources/virtualeventregistration?view=graph-rest-1.0
## Webhook Sources
### new-meeting-instant
#### Description
Emit new event when a meeting is scheduled in a specified Microsoft Teams calendar. Requires selecting a team and optionally a channel.
### new-message-instant
#### Description
Emit new event when a message is posted in a specified Microsoft Teams channel. Requires selecting a team and channel.
### new-channel-instant
#### Description
Emit new event when a new channel is created within a specified Microsoft Teams team. Requires selecting a team.
## Actions
### send-message
#### Description
Send a message to a specified Microsoft Teams channel. Requires selecting a team and channel, and providing message content.
### create-meeting
#### Description
Create a new meeting in Microsoft Teams. Requires specifying meeting title, start time, end time, and participants.
### add-member
#### Description
Add a member to a specified Microsoft Teams team. Requires selecting a team and providing the user's email or ID.
Contributor guide
Assessment
This issue has not been assessed yet.