PipedreamHQ / PipedreamHQ/pipedream
[Components] microsoft_graph_api_daemon_app
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 101
Description
# microsoft_graph_api_daemon_app
## URLs
- https://learn.microsoft.com/en-us/entra/identity-platform/scenario-daemon-overview
## Webhook Sources
### new-email-instant
#### Description
Emit new event when a new email is received in a monitored mailbox. Users can specify the mailbox to watch.
### new-calendar-event-instant
#### Description
Emit new event when a new event is added to a specified calendar. Users can choose the calendar to monitor.
### new-user-created-instant
#### Description
Emit new event when a new user is created in the organization's directory. Useful for onboarding automation.
## Actions
### send-email
#### Description
Send an email using Microsoft Graph. Users must specify the recipient, subject, and body, with optional attachments.
### create-calendar-event
#### Description
Create an event in a specified calendar. Users must provide event details such as title, time, and attendees.
### assign-user-role
#### Description
Assign a role to a user in Azure AD. Users must specify the user and the role to assign for access management.
Contributor guide
Research direction
Start with the Microsoft Entra daemon overview linked in the issue and use microsoft_graph_api_daemon_app as the component entry point. Treat the three webhook sources and three actions listed in the issue as the completion checklist, including mailbox, calendar, directory, email, and role parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100