Microsoft Graph Mail Single User
Microsoft Graph grants Cortex XSOAR authorized access to a user's Microsoft Outlook mail data in a personal account or organization account.
Email · Microsoft Graph Mail
Configuration parameters
creds_auth_id—creds_refresh_token—creds_enc_key—auth_id— ID or Client IDrefresh_token— Token or Tenant IDenc_key— Key or Client Secretcreds_certificate— Certificate Thumbprint (optional for self-deployed Azure app)certificate_thumbprint— Certificate Thumbprint (optional for self-deployed Azure app)private_key— Private Keycreds_auth_code—auth_code— Authorization code (required for self-deployed Azure app)redirect_uri— Application redirect URI (required for self-deployed Azure app)self_deployed— Use a self-deployed Azure applicationuse_managed_identities— Use Azure Managed Identitiesmanaged_identities_client_id—isFetch— Fetch incidentsmailbox_to_fetch— Email address to associate for this integration.folder_to_fetch— Name of the folder from which to fetch incidents (supports Folder ID and sub-folders e.g., Inbox/Phishing)first_fetch— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)fetch_limit— Maximum number of emails to pull per fetchincidentType— Incident typedisplay_full_email_body— Display full email bodyfetch_html_formatting— Fetch emails in HTML formatmark_fetched_read— Mark fetched emails as readincidentFetchInterval— Incidents Fetch Intervalinsecure— Trust any certificate (not secure)proxy— Use system proxy settingslegacy_name— Use legacy attachment name
Commands (21)
-
msgraph-email-security-send-email-to-recipients-office-365-quick-actionSends an email using Microsoft Graph.
-
msgraph-mail-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
msgraph-mail-create-draftCreates a draft message in the specified user's mailbox.
-
msgraph-mail-create-folderCreates a new folder under the specified folder (parent).
-
msgraph-mail-delete-ruleDelete a specific email rule by ID for a user's mailbox using Microsoft Graph API.
-
msgraph-mail-generate-login-urlGenerate the login url used for Authorization code flow.
-
msgraph-mail-get-attachmentGets an attachment from the email.
-
msgraph-mail-get-email-as-emlRetrieves an email message by message ID and uploads the content as an EML file.
-
msgraph-mail-get-ruleGet details of a specific email rule by ID for a user's mailbox using Microsoft Graph API.
-
msgraph-mail-list-attachmentsLists all attachments of an email.
-
msgraph-mail-list-child-foldersReturns the folder list under the specified folder.
-
msgraph-mail-list-emailsGets the properties of returned emails. Typically shows partial results, use the "page_size" and "pages_to_pull" arguments to get all results.
-
msgraph-mail-list-foldersReturns the mail folder list directly under the root folder.
-
msgraph-mail-list-rulesList email rules for a user's mailbox using Microsoft Graph API.
-
msgraph-mail-move-emailMove a message to another folder. This operation creates a new copy of the message in the destination folder and deletes the original message. As a result, the message ID changes.
-
msgraph-mail-reply-toThe replies to the recipients of a message.
-
msgraph-mail-send-draftSends a draft email using Microsoft Graph.
-
msgraph-mail-testTests connectivity of the email.
-
msgraph-update-email-statusUpdate the status of an email to read / unread.
-
reply-mailReplies to an email using Graph Mail Single User.
-
send-mailSends an email using Microsoft Graph.