This app connects to Office 365 using the MS Graph API to support investigate and generic actions related to the email messages and calendar events
Supported Actions
- test connectivity: Use supplied credentials to generate a token with MS Graph
- generate token: Generate a token
- oof check: Get user's out of office status
- list events: List events from user or group calendar
- get rule: Get the properties and relationships of a messageRule object
- list rules: Get all the messageRule objects defined for the user's inbox
- list users: Retrieve a list of users
- list groups: List all the groups in an organization, including but not limited to Office 365 groups
- list group members: List all the members in group by group ID or group e-mail address
- list folders: Retrieve a list of mail folders
- copy email: Copy an email to a folder
- move email: Move an email to a folder
- delete email: Delete an email
- delete event: Delete an event from user calendar
- get email: Get an email from the server
- get email properties: Get non-standard email properties from the server
- run query: Search emails
- create folder: Create a new folder
- get folder id: Get the API ID of the folder
- send email: Sends an email with optional text rendering. Attachments are allowed a Content-ID tag for reference within the html
- on poll: Ingest emails from Office 365 using Graph API
- update email: Update an email on the server
- report message: Add the sender email into the report
- block sender: Add the sender email into the block list
- unblock sender: Remove the sender email from the block list
- resolve name: Verify aliases and resolve display names to the appropriate user
- get mailbox messages: Retrieves messages from a specified mailbox folder with advanced functionality