Outlook
Tools
Name & Description | Type |
---|---|
OUTLOOK_ADD_MAIL_ATTACHMENTTool to add an attachment to an email message. | action |
OUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENTDownloads a specific file attachment from an email message in a microsoft Outlook mailbox; the attachment must contain 'contentbytes' (binary data) and not be a link or embedded item. | action |
OUTLOOK_GET_MAIL_DELTATool to retrieve incremental changes (delta) of messages in a mailbox. | action |
OUTLOOK_GET_MAIL_TIPSTool to retrieve mail tips such as automatic replies and mailbox full status. | action |
OUTLOOK_LIST_CALENDARSTool to list calendars in the signed-in user's mailbox. | action |
OUTLOOK_OUTLOOK_CALENDAR_CREATE_EVENTCreates a new Outlook calendar event, ensuring `start datetime` is chronologically before `end datetime`. | action |
OUTLOOK_OUTLOOK_CREATE_CONTACTCreates a new contact in a microsoft Outlook user's contacts folder. | action |
OUTLOOK_OUTLOOK_CREATE_DRAFTCreates an Outlook email draft with subject, body, recipients, and an optional attachment. | action |
OUTLOOK_OUTLOOK_GET_CONTACTRetrieves a specific Outlook contact by its `contact id` from the contacts of a specified `user id` (defaults to 'me' for the authenticated user). | action |
OUTLOOK_OUTLOOK_GET_EVENTRetrieves the full details of a specific calendar event by its id from a user's Outlook calendar, provided the event exists. | action |
OUTLOOK_OUTLOOK_GET_PROFILERetrieves the microsoft Outlook profile for a specified user. | action |
OUTLOOK_OUTLOOK_LIST_EVENTSRetrieves events from a user's Outlook calendar via microsoft graph API, supporting pagination, filtering, property selection, sorting, and timezone specification. | action |
OUTLOOK_OUTLOOK_LIST_MAIL_FOLDERSTool to list a user's top-level mail folders. | action |
OUTLOOK_OUTLOOK_LIST_MESSAGESRetrieves a list of email messages from a specified mail folder in an Outlook mailbox, with options for filtering, pagination, and sorting; ensure 'user id' and 'folder' are valid, and all date/time strings are in iso 8601 format. | action |
OUTLOOK_OUTLOOK_REPLY_EMAILSends a plain text reply to an Outlook email message, identified by `message id`, allowing optional cc and bcc recipients. | action |
OUTLOOK_OUTLOOK_SEND_EMAILSends an email with subject, body, recipients, and an optional attachment via microsoft graph API; attachments require a non-empty file with valid name and mimetype. | action |
OUTLOOK_OUTLOOK_UPDATE_EMAILUpdates specified properties of an existing email message; `message id` must identify a valid message within the specified `user id`'s mailbox. | action |
OUTLOOK_UPDATE_MAILBOX_SETTINGSTool to update mailbox settings for the signed-in user. | action |
OUTLOOK_CREATE_CALENDARTool to create a new calendar in the signed-in user's mailbox. | action |
OUTLOOK_CREATE_CONTACT_FOLDERTool to create a new contact folder in the user's mailbox. | action |
OUTLOOK_CREATE_MAIL_FOLDERTool to create a new mail folder. | action |
OUTLOOK_CREATE_MASTER_CATEGORYTool to create a new category in the user's master category list. | action |
OUTLOOK_GET_MAILBOX_SETTINGSTool to retrieve mailbox settings. | action |
OUTLOOK_GET_MASTER_CATEGORIESTool to retrieve the user's master category list. | action |
OUTLOOK_GET_SUPPORTED_LANGUAGESTool to retrieve supported languages in the user's mailbox. | action |
OUTLOOK_GET_SUPPORTED_TIME_ZONESTool to retrieve supported time zones in the user's mailbox. | action |
OUTLOOK_LIST_EVENT_ATTACHMENTSTool to list attachments for a specific Outlook calendar event. | action |
OUTLOOK_LIST_OUTLOOK_ATTACHMENTSLists metadata (like name, size, and type, but not `contentbytes`) for all attachments of a specified Outlook email message. | action |
OUTLOOK_LIST_REMINDERSTool to retrieve reminders for events occurring within a specified time range. | action |
OUTLOOK_OUTLOOK_ADD_EVENT_ATTACHMENTAdds an attachment to a specific Outlook calendar event. | action |
OUTLOOK_OUTLOOK_CREATE_DRAFT_REPLYCreates a draft reply in the specified user's Outlook mailbox to an existing message (identified by a valid `message id`), optionally including a `comment` and cc/bcc recipients. | action |
OUTLOOK_OUTLOOK_DELETE_CONTACTPermanently deletes an existing contact, using its `contact id` (obtainable via 'list user contacts' or 'get contact'), from the Outlook contacts of the user specified by `user id`. | action |
OUTLOOK_OUTLOOK_DELETE_EVENTDeletes an existing calendar event, identified by its unique `event id`, from a specified user's microsoft Outlook calendar, with an option to send cancellation notifications to attendees. | action |
OUTLOOK_OUTLOOK_GET_CONTACT_FOLDERSTool to retrieve a list of contact folders in the signed-in user's mailbox. | action |
OUTLOOK_OUTLOOK_GET_MESSAGERetrieves a specific email message by its id from the specified user's Outlook mailbox, provided the message id exists for that user. | action |
OUTLOOK_OUTLOOK_GET_SCHEDULERetrieves free/busy schedule information for specified email addresses within a defined time window. | action |
OUTLOOK_OUTLOOK_LIST_CONTACTSRetrieves a user's microsoft Outlook contacts, from the default or a specified contact folder. | action |
OUTLOOK_OUTLOOK_SEARCH_MESSAGESSearches messages in a microsoft 365 or enterprise Outlook account mailbox, supporting filters for sender, subject, attachments, pagination, and sorting by relevance or date. | action |
OUTLOOK_OUTLOOK_UPDATE_CALENDAR_EVENTUpdates specified fields of an existing Outlook calendar event. | action |
OUTLOOK_OUTLOOK_UPDATE_CONTACTUpdates an existing Outlook contact, identified by `contact id` for the specified `user id`, requiring at least one other field to be modified. | action |
OUTLOOK_OUTLOOK_CONTACT_TRIGGERTriggered when a new contact is added in the Outlook contacts. | trigger |
OUTLOOK_OUTLOOK_EVENT_CHANGE_TRIGGERTriggered when a new calendar event occurs (created, updated, or deleted) in the Outlook calendar. | trigger |
OUTLOOK_OUTLOOK_EVENT_TRIGGERTriggered when a new calendar event is created in the Outlook calendar. | trigger |
OUTLOOK_OUTLOOK_MESSAGE_TRIGGERTriggered when a new message is received in the Outlook mailbox. | trigger |
OUTLOOK_OUTLOOK_SENT_MESSAGE_TRIGGERTriggered when a new message is sent from the Outlook mailbox. | trigger |
Details
Installs
More than 1000
Actions
40
Triggers
5
Category
Collaboration & CommunicationWebsite
https://outlook.live.com