We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new email is received in a monitored mailbox. Users can specify the mailbox to watch.
Emit new event when a new event is added to a specified calendar. Users can choose the calendar to monitor.
Emit new event when a new user is created in the organization's directory. Useful for onboarding automation.
Send an email using Microsoft Graph. Users must specify the recipient, subject, and body, with optional attachments.
Create an event in a specified calendar. Users must provide event details such as title, time, and attendees.
Assign a role to a user in Azure AD. Users must specify the user and the role to assign for access management.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
microsoft_graph_api_daemon_app
URLs
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.
The text was updated successfully, but these errors were encountered: