Microsoft’s email service for personal and business communication
outlookemail.searchOwnEmails
searchQuery
(TEXT, Optional): Full-text search using Microsoft Graph $search parameter. Automatically ordered by relevance
folderId
(TEXT, Optional): ID of specific folder to search in your mailboxtop
(NUMBER, Optional): Maximum number of emails to return (default: 50, maximum: 1000)includeFields
(TEXT, Optional): Comma-separated list of additional fields to include in responseincludeAttachmentDetails
(BOOLEAN, Optional): Include detailed attachment information in the responsesenderEmail
(TEXT, Optional): Filter by exact sender email address. Cannot be used with search queriessubjectContains
(TEXT, Optional): Filter emails where subject contains this text (case-insensitive). Cannot be used with search queriesdateFrom
(TEXT, Optional): Filter emails received on or after this date (ISO 8601 format). Cannot be used with search queriesdateTo
(TEXT, Optional): Filter emails received on or before this date (ISO 8601 format). Cannot be used with search queriesisRead
(SELECT, Optional): Filter by read status. Cannot be used with search queriesisFlagged
(SELECT, Optional): Filter by flagged status. Cannot be used with search queriessortBy
(SELECT, Optional): Custom sort order for results. Default: ‘Newest first’outlookemail.draftReplytoMessage
messageId
(TEXT, Required): ID of the message to reply to
body
(MULTI_LINE_TEXT, Optional): Content of the reply. If HTML is enabled, interpreted as HTML; otherwise sent as a plain text commentisHtml
(BOOLEAN, Optional): When enabled, sends the reply body as HTML using message.body; otherwise sends as a simple text commentreplyAll
(BOOLEAN, Optional): When enabled, sends the reply to the sender and all original recipientsoutlookTimezone
(TEXT, Optional): Optional Prefer header to set timezone for the reply contextoutlookemail.sendEmail
toRecipients
(TEXT, Optional): Comma-separated list of email addresses for primary recipients
ccRecipients
(TEXT, Optional): Comma-separated list of email addresses for CC recipientsbccRecipients
(TEXT, Optional): Comma-separated list of email addresses for BCC recipientssubject
(TEXT, Optional): Subject of the emailbody
(MULTI_LINE_TEXT, Optional): The content of the emailisHtml
(BOOLEAN, Optional): Send email as HTML format. When enabled, the body content will be interpreted as HTMLoutlookemail.createDraft
toRecipients
(TEXT, Optional): Comma-separated list of email addresses for primary recipients
ccRecipients
(TEXT, Optional): Comma-separated list of email addresses for CC recipientsbccRecipients
(TEXT, Optional): Comma-separated list of email addresses for BCC recipientssubject
(TEXT, Optional): Subject of the emailbody
(MULTI_LINE_TEXT, Optional): The content of the emailisHtml
(BOOLEAN, Optional): Send email as HTML format. When enabled, the body content will be interpreted as HTMLoutlookemail.searchSharedEmailFolders
folderId
(TEXT, Required): ID of the shared folder to search
sharedFolderOwner
(TEXT, Required): Email address of the user who owns the shared foldersenderEmail
(TEXT, Optional): Filter by exact sender email addresssubjectContains
(TEXT, Optional): Filter emails where subject contains this text (case-insensitive)dateFrom
(TEXT, Optional): Filter emails received on or after this date (ISO 8601 format)dateTo
(TEXT, Optional): Filter emails received on or before this date (ISO 8601 format)isRead
(SELECT, Optional): Filter by read statussortBy
(SELECT, Optional): Sort order for results. Default: ‘Newest first’top
(NUMBER, Optional): Maximum number of emails to return per pageincludeFields
(TEXT, Optional): Comma-separated list of additional fields to include in responseincludeAttachmentDetails
(BOOLEAN, Optional): Include detailed attachment information in the responseoutlookemail.listContacts
contactFolderId
(TEXT, Optional): When provided, lists contacts from this contact folder
top
(NUMBER, Optional): Maximum number of contacts to return (default: 50, max: 999)orderBy
(SELECT, Optional): Sort contacts by a specific fieldoutlookemail.getContact
searchName
(TEXT, Optional): Search for contacts by name (supports partial matches)
contactId
(TEXT, Optional): Exact contact ID for precise lookupcompanyName
(TEXT, Optional): Filter by company name to help narrow down resultsmaxResults
(NUMBER, Optional): Maximum number of contacts to return when searching by nameoutlookemail.createContact
contactFolderId
(TEXT, Optional): Optional. Create the contact inside a specific contact folder
givenName
(TEXT, Optional): First name of the contactsurname
(TEXT, Optional): Last name of the contactdisplayName
(TEXT, Optional): Full display name for the contactemailAddresses
(TEXT, Required): Comma-separated list of email addresses for the contactbusinessPhones
(TEXT, Optional): Comma-separated list of business phone numbershomePhones
(TEXT, Optional): Comma-separated list of home phone numbersmobilePhone
(TEXT, Optional): Mobile phone numbercompanyName
(TEXT, Optional): Company or organizationjobTitle
(TEXT, Optional): Contact’s job titledepartment
(TEXT, Optional): Department or teambusinessAddressStreet
(TEXT, Optional): Street of the business addressbusinessAddressCity
(TEXT, Optional): City of the business addressbusinessAddressState
(TEXT, Optional): State/Province of the business addressbusinessAddressPostalCode
(TEXT, Optional): Postal/ZIP code of the business addressbusinessAddressCountryOrRegion
(TEXT, Optional): Country/Region of the business addresshomeAddressStreet
(TEXT, Optional): Street of the home addresshomeAddressCity
(TEXT, Optional): City of the home addresshomeAddressState
(TEXT, Optional): State/Province of the home addresshomeAddressPostalCode
(TEXT, Optional): Postal/ZIP code of the home addresshomeAddressCountryOrRegion
(TEXT, Optional): Country/Region of the home addresscategories
(TEXT, Optional): Comma-separated list of categories to assign to the contactoutlookemail.listContactFolders
includeSubfolders
(BOOLEAN, Optional): Include all nested child contact folders (default: true)
sortByPath
(BOOLEAN, Optional): Sort folders alphabetically by their full pathoutlookemail.listFolders
includeSubfolders
(BOOLEAN, Optional): Include all subfolders in the hierarchy (default: true)
includeHidden
(BOOLEAN, Optional): Include hidden folders like CluttersortByPath
(BOOLEAN, Optional): Sort folders alphabetically by their full pathfilterType
(SELECT, Optional): Filter folders by typesharedFolderUsers
(TEXT, Optional): Comma-separated list of email addresses of users who have granted you access to their mailboxoutlookemail.newEmail
includeAttachments
(BOOLEAN, Optional): When enabled, includes attachment details in the trigger outputoutlookemail.newEmailMatchingSearch
includeAttachments
(BOOLEAN, Optional): When enabled, includes attachment details in the trigger output
searchQuery
(TEXT, Required): Microsoft Graph search query to filter emailsoutlookemail.newEmailinSharedInbox
sharedFolderOwners
(TEXT, Required): Comma-separated list of user emails whose shared inboxes to monitor
folderId
(TEXT, Optional): Folder to monitor within each shared inbox (default: inbox)includeAttachments
(BOOLEAN, Optional): When enabled, includes attachment details in the trigger outputIssue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |