Outlook
Send, read, and search mail and calendar.
CommunicationOAuth305 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
OUTLOOK_ACCEPT_EVENT Accepts or tentatively accepts a calendar meeting invite on behalf of a user. Use this action when a user has received a meeting invitation and wants to indicate their attendance status (either confirmed or tentative). The organizer will receive a notification of the acceptance unless send_response is set to false. | POST /composio/outlook/outlook_accept_event | external_send | — | — | managed |
OUTLOOK_ADD_EVENT_ATTACHMENT Adds an attachment to a specific Outlook calendar event. Use when you need to attach a file or nested item to an existing event. | POST /composio/outlook/outlook_add_event_attachment | external_send | — | — | managed |
OUTLOOK_ADD_MAIL_ATTACHMENT Tool to add an attachment to an email message. Use when you have a message ID and need to attach a small (<3 MB) file or reference. | POST /composio/outlook/outlook_add_mail_attachment | external_send | — | — | managed |
OUTLOOK_BATCH_MOVE_MESSAGES Batch-move up to 20 Outlook messages to a destination folder in a single Microsoft Graph $batch call. Use when moving multiple messages to avoid per-message move API calls. | POST /composio/outlook/outlook_batch_move_messages | external_send | — | — | managed |
OUTLOOK_BATCH_UPDATE_MESSAGES Batch-update up to 20 Outlook messages per call using Microsoft Graph JSON batching. Use when marking multiple messages read/unread or updating other properties to avoid per-message PATCH calls. | POST /composio/outlook/outlook_batch_update_messages | external_send | — | — | managed |
OUTLOOK_CALENDAR_CREATE_EVENT Creates a new Outlook calendar event, ensuring `start_datetime` is chronologically before `end_datetime`. | POST /composio/outlook/outlook_calendar_create_event | external_send | — | — | managed |
OUTLOOK_CANCEL_CALENDAR_EVENT Tool to cancel an event in a specific calendar for a specified user and send cancellation notifications to all attendees. Use when you need to cancel a meeting or event in a specific calendar on behalf of a user. | POST /composio/outlook/outlook_cancel_calendar_event | external_send | — | — | managed |
OUTLOOK_CANCEL_CALENDAR_GROUP_CALENDAR_EVENT Tool to cancel an event in a user's calendar within a calendar group and send cancellation notifications to all attendees. Use when canceling a meeting or event for a specific user in a calendar that belongs to a calendar group. | POST /composio/outlook/outlook_cancel_calendar_group_calendar_event | external_send | — | — | managed |
OUTLOOK_CANCEL_EVENT Tool to cancel a calendar event for a specified user and send cancellation notifications to all attendees. Use when you need to cancel a meeting or event on behalf of a specific user. | POST /composio/outlook/outlook_cancel_event | external_send | — | — | managed |
OUTLOOK_COPY_MAIL_FOLDER Tool to copy a user's mail folder and its contents to another folder. Use when you need to duplicate a folder structure for a specific user's mailbox. | POST /composio/outlook/outlook_copy_mail_folder | external_send | — | — | managed |
OUTLOOK_COPY_ME_MAIL_FOLDER Tool to copy a child mail folder to a destination folder. Use when you need to duplicate a folder structure. | POST /composio/outlook/outlook_copy_me_mail_folder | external_send | — | — | managed |
OUTLOOK_COPY_MESSAGE Tool to copy an email message to another folder within the user's mailbox. Use when duplicating messages to multiple folders for organization. | POST /composio/outlook/outlook_copy_message | external_send | — | — | managed |
OUTLOOK_COPY_MESSAGE_FROM_CHILD_FOLDER Tool to copy an email message from a child folder (nested folder) to another folder within the user's mailbox. Use when duplicating messages from nested folder structures. | POST /composio/outlook/outlook_copy_message_from_child_folder | external_send | — | — | managed |
OUTLOOK_COPY_MESSAGE_FROM_MAIL_FOLDER Tool to copy a message from a specific user's mail folder to another folder. Use when you need to duplicate a message from a known source folder to a destination folder for a specific user. | POST /composio/outlook/outlook_copy_message_from_mail_folder | external_send | — | — | managed |
OUTLOOK_CREATE_ATTACHMENT_UPLOAD_SESSION Tool to create an upload session for large (>3 MB) message attachments. Use when you need to upload attachments in chunks. | POST /composio/outlook/outlook_create_attachment_upload_session | external_send | — | — | managed |
OUTLOOK_CREATE_ATTACHMENT_UPLOAD_SESSION_IN_CHILD_FOLDER Tool to create an upload session for large (>3 MB) message attachments in child mail folders. Use when you need to upload attachments to messages in nested folder structures. | POST /composio/outlook/outlook_create_attachment_upload_session_in_child_folder | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR Tool to create a new calendar in the signed-in user's mailbox. Use when organizing events into a separate calendar. | POST /composio/outlook/outlook_create_calendar | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_EVENT DEPRECATED: Use OUTLOOK_CREATE_USER_CALENDAR_CALENDAR_EVENT instead. Tool to create a new event in a specific Outlook calendar. Use when you need to add an event to a particular calendar by its ID. | POST /composio/outlook/outlook_create_calendar_event | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_EVENT_ATTACHMENT Tool to create a new attachment for an event in a specific calendar. Use when you need to attach a file or item to an event within a particular calendar. | POST /composio/outlook/outlook_create_calendar_event_attachment | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_EVENT_ATTACHMENT_UPLOAD_SESSION Tool to create an upload session for large calendar event attachments in a specific calendar. Use when attaching files larger than 3 MB to Outlook calendar events in a specific calendar. | POST /composio/outlook/outlook_create_calendar_event_attachment_upload_session | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_EVENT_IN_CALENDAR Tool to create a new event in a specific calendar for a user. Use when you need to create events in a specific calendar (e.g., shared or secondary calendars). | POST /composio/outlook/outlook_create_calendar_event_in_calendar | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_GROUP Tool to create a new calendar group for a user. Use when needing to organize calendars into groups. | POST /composio/outlook/outlook_create_calendar_group | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_GROUP_CALENDAR_EVENT_ATTACHMENT Tool to create a new attachment for an event in a calendar within a calendar group for a specific user. Use when you need to attach a file or item to an event in a user's calendar group. | POST /composio/outlook/outlook_create_calendar_group_calendar_event_attachment | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_GROUP_CALENDAR_EVENT_EXTENSION Tool to create a new open extension on a calendar event within a specific calendar group and calendar. Use when you need to store custom data with an event. | POST /composio/outlook/outlook_create_calendar_group_calendar_event_extension | external_send | — | — | managed |
OUTLOOK_CREATE_CALENDAR_PERMISSION Tool to create a calendar permission for a specific calendar in a calendar group. Use when granting access to a calendar for another user. | POST /composio/outlook/outlook_create_calendar_permission | external_send | — | — | managed |
OUTLOOK_CREATE_CAL_GROUP_EVENT_ATTACH_UPLOAD Tool to create an upload session for large calendar group event attachments. Use when attaching files larger than 3 MB to events in calendar groups. | POST /composio/outlook/outlook_create_cal_group_event_attach_upload | external_send | — | — | managed |
OUTLOOK_CREATE_CONTACT Creates a new contact in a Microsoft Outlook user's contacts folder. | POST /composio/outlook/outlook_create_contact | external_send | — | — | managed |
OUTLOOK_CREATE_CONTACT_FOLDER Tool to create a new contact folder in the user's mailbox. Use when needing to organize contacts into custom folders. | POST /composio/outlook/outlook_create_contact_folder | external_send | — | — | managed |
OUTLOOK_CREATE_CONTACT_FOLDER_CHILD_FOLDER Tool to create a child contact folder within a parent contact folder for a specific user. Use when you need to organize contacts into nested folder hierarchies for a given user. | POST /composio/outlook/outlook_create_contact_folder_child_folder | external_send | — | — | managed |
OUTLOOK_CREATE_DRAFT Creates a new Outlook email draft with subject, body, recipients, and an optional attachment. This action creates a standalone draft for new conversations. To create a draft reply to an existing conversation/message, use the OUTLOOK_CREATE_DRAFT_REPLY action instead. | POST /composio/outlook/outlook_create_draft | external_send | — | — | managed |
OUTLOOK_CREATE_DRAFT_REPLY Creates 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. | POST /composio/outlook/outlook_create_draft_reply | external_send | — | — | managed |
OUTLOOK_CREATE_EMAIL_RULE Create email rule filter with conditions and actions | POST /composio/outlook/outlook_create_email_rule | external_send | — | — | managed |
OUTLOOK_CREATE_EVENT_ATTACHMENT Tool to create a new attachment for a user's calendar event. Use when you need to attach a file or item to an existing event in a specific user's calendar. | POST /composio/outlook/outlook_create_event_attachment | external_send | — | — | managed |
OUTLOOK_CREATE_EVENT_ATTACHMENT_UPLOAD_SESSION Tool to create an upload session for large calendar event attachments. Use when attaching files larger than 3 MB to Outlook calendar events. | POST /composio/outlook/outlook_create_event_attachment_upload_session | external_send | — | — | managed |
OUTLOOK_CREATE_FORWARD_DRAFT Tool to create a forward draft of an Outlook message for a specific user. Use when you need to prepare a forward email that can be edited before sending. The draft is created in the Drafts folder with the FW: prefix in the subject line. | POST /composio/outlook/outlook_create_forward_draft | external_send | — | — | managed |
OUTLOOK_CREATE_MAIL_FOLDER Tool to create a new mail folder. Use when you need to organize email into a new folder. | POST /composio/outlook/outlook_create_mail_folder | external_send | — | — | managed |
OUTLOOK_CREATE_MAIL_FOLDER_MESSAGE Tool to create a new message in a specific mail folder. Use when you need to create a draft message in a particular folder (e.g., drafts, custom folders). | POST /composio/outlook/outlook_create_mail_folder_message | external_send | — | — | managed |
OUTLOOK_CREATE_MAIL_FOLDER_MESSAGE_ATTACHMENT Tool to add an attachment to a message in a specific mail folder. Use when you need to attach a file to a message located in a particular mail folder. | POST /composio/outlook/outlook_create_mail_folder_message_attachment | external_send | — | — | managed |
OUTLOOK_CREATE_MAIL_FOLDER_MESSAGE_ATTACHMENT_UPLOAD_SESSION Tool to create an upload session for large (>3 MB) message attachments in a specific mail folder. Use when you need to upload attachments in chunks to a message located in a mail folder. | POST /composio/outlook/outlook_create_mail_folder_message_attachment_upload_session | external_send | — | — | managed |
OUTLOOK_CREATE_MAIL_FOLDER_MESSAGE_RULE Tool to create a message rule in a user's mail folder. Use when automating message processing with filters and actions. | POST /composio/outlook/outlook_create_mail_folder_message_rule | external_send | — | — | managed |
OUTLOOK_CREATE_MASTER_CATEGORY DEPRECATED: Use OUTLOOK_CREATE_USER_MASTER_CATEGORY instead. Tool to create a new category in the user's master category list. Use after selecting a unique display name. | POST /composio/outlook/outlook_create_master_category | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CALENDAR_EVENT_EXTENSION Tool to create a new open extension on a calendar event for a specific user. Use when you need to store custom data with an event. | POST /composio/outlook/outlook_create_me_calendar_event_extension | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CALENDAR_PERMISSION Tool to create a new calendar permission for a specific user's calendar. Use when you need to share another user's calendar with someone or grant access with specific permission levels. | POST /composio/outlook/outlook_create_me_calendar_permission | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CHILD_FOLDER_MESSAGE Tool to create a new draft message in a child folder within a user's mail folder. Use when creating messages in nested folder structures for a specific user's mailbox. | POST /composio/outlook/outlook_create_me_child_folder_message | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CONTACT_FOLDERS_CONTACTS Tool to create a new contact in a specific user's contact folder. Use when you need to add a contact to a particular folder for a specified user. | POST /composio/outlook/outlook_create_me_contact_folders_contacts | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CONTACT_FOLDERS_CONTACTS_EXTENSIONS Tool to create a new open extension on a contact within a user's contact folder. Use when you need to store custom data with a contact. | POST /composio/outlook/outlook_create_me_contact_folders_contacts_extensions | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CONTACT_FOLDERS_EXTENSIONS Tool to create a new open extension on a contact within a child folder. Use when you need to store custom data with a contact. | POST /composio/outlook/outlook_create_me_contact_folders_extensions | external_send | — | — | managed |
OUTLOOK_CREATE_ME_CONTACT_IN_CHILD_FOLDER Tool to create a new contact in a child folder within a contact folder. Use when you need to add a contact to a specific nested folder structure. | POST /composio/outlook/outlook_create_me_contact_in_child_folder | external_send | — | — | managed |
OUTLOOK_CREATE_ME_EVENT Tool to create a new calendar event for a specific user. Use when you need to create events in a user's calendar. | POST /composio/outlook/outlook_create_me_event | external_send | — | — | managed |
OUTLOOK_CREATE_ME_EVENT_ATTACHMENT_UPLOAD_SESSION Tool to create an upload session for large event attachments. Use when attaching files larger than 3 MB to the authenticated user's Outlook events. | POST /composio/outlook/outlook_create_me_event_attachment_upload_session | external_send | — | — | managed |
OUTLOOK_CREATE_ME_FORWARD_DRAFT Tool to create a draft forward of an existing message. Use when you need to prepare a forward that can be edited before sending. The draft can be updated with recipients and additional content before being sent. | POST /composio/outlook/outlook_create_me_forward_draft | external_send | — | — | managed |
OUTLOOK_CREATE_ME_INFERENCE_CLASSIFICATION_OVERRIDE Tool to create a Focused Inbox override for a sender identified by SMTP address for a specific user. Use when you need to configure messages from a specific sender to always be classified as focused or other for a particular user. | POST /composio/outlook/outlook_create_me_inference_classification_override | external_send | — | — | managed |
OUTLOOK_CREATE_ME_MAIL_FOLDER_MESSAGE_REPLY_ALL_DRAFT Deprecated: Use OUTLOOK_CREATE_REPLY_ALL_DRAFT instead, which supports both /me and /users/{user_id} endpoints with timezone support. | POST /composio/outlook/outlook_create_me_mail_folder_message_reply_all_draft | external_send | — | — | managed |
OUTLOOK_CREATE_ME_MESSAGE_REPLY_ALL_DRAFT Tool to create a draft reply-all to a user's message. Use when you need to create a draft reply to the sender and all recipients of an email message in a user's mailbox. | POST /composio/outlook/outlook_create_me_message_reply_all_draft | external_send | — | — | managed |
OUTLOOK_CREATE_ME_REPLY_ALL_DRAFT Tool to create a draft reply-all to a message in a child folder. Use when you need to create a draft reply to the sender and all recipients of a message located in a subfolder within a mail folder. | POST /composio/outlook/outlook_create_me_reply_all_draft | external_send | — | — | managed |
OUTLOOK_CREATE_ME_REPLY_DRAFT Deprecated: Use OUTLOOK_CREATE_DRAFT_REPLY instead, which adds comment, cc_emails, and bcc_emails support. | POST /composio/outlook/outlook_create_me_reply_draft | external_send | — | — | managed |
OUTLOOK_CREATE_MESSAGE_ATTACHMENT Tool to create an attachment for a message. Use when you need to attach a file or item to an existing message. Supports file attachments, item attachments, and reference attachments. | POST /composio/outlook/outlook_create_message_attachment | external_send | — | — | managed |
OUTLOOK_CREATE_REPLY_ALL_DRAFT Tool to create a reply-all draft for a message in a mail folder. Use when you need to create a draft reply to all recipients of an email. | POST /composio/outlook/outlook_create_reply_all_draft | external_send | — | — | managed |
OUTLOOK_CREATE_TASK Tool to create a new task in Microsoft To Do within a specified task list. Use when adding tasks with title, due dates, reminders, importance levels, descriptions, categories, and linked resources. | POST /composio/outlook/outlook_create_task | external_send | — | — | managed |
OUTLOOK_CREATE_USER_CALENDAR_EVENT_ATTACHMENT Tool to create a new attachment for an event in a specific user's calendar. Use when you need to attach a file or item to an event within a particular user's calendar. | POST /composio/outlook/outlook_create_user_calendar_event_attachment | external_send | — | — | managed |
OUTLOOK_CREATE_USER_CALENDAR_GROUP_CALENDAR Tool to create a new calendar in a calendar group for a specific user. Use when organizing events into a separate calendar within a specific calendar group for a user. | POST /composio/outlook/outlook_create_user_calendar_group_calendar | external_send | — | — | managed |
OUTLOOK_CREATE_USER_CALENDAR_GROUP_EVENT Tool to create a new calendar event in a specific user's calendar within a calendar group. Use when creating events for a particular user in a calendar that belongs to a calendar group. | POST /composio/outlook/outlook_create_user_calendar_group_event | external_send | — | — | managed |
OUTLOOK_CREATE_USER_CONTACTS_EXTENSIONS Tool to create a new open extension on a specific user's contact. Use when you need to store custom data with a contact for a specific user. | POST /composio/outlook/outlook_create_user_contacts_extensions | external_send | — | — | managed |
OUTLOOK_CREATE_USER_EVENT_ATTACHMENT_UPLOAD_SESSION Deprecated: Use OUTLOOK_CREATE_ME_EVENT_ATTACHMENT_UPLOAD_SESSION instead, which supports both /me and /users/{user_id} endpoints. | POST /composio/outlook/outlook_create_user_event_attachment_upload_session | external_send | — | — | managed |
OUTLOOK_CREATE_USER_EVENT_CALENDAR_PERMISSION Tool to create a calendar permission via an event's calendar. Use when granting calendar access through an event by specifying the event ID and user email address. | POST /composio/outlook/outlook_create_user_event_calendar_permission | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MAIL_CHILD_FOLDER_MSG_EXT Tool to create a new open extension on a message in a child mail folder for any user. Use when you need to store custom data with a message in a nested folder structure. | POST /composio/outlook/outlook_create_user_mail_child_folder_msg_ext | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MAIL_FOLDER_MESSAGE_EXTENSION Tool to create a new open extension on a message in a user's mail folder. Use when you need to store custom data with a specific message in a user's mailbox. | POST /composio/outlook/outlook_create_user_mail_folder_message_extension | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MAIL_FOLDER_MESSAGE_REPLY_DRAFT Tool to create a reply draft for a message in a user's mail folder. Use when you need to prepare a reply without sending it immediately. The draft is created in the Drafts folder and includes the RE: prefix in the subject line. | POST /composio/outlook/outlook_create_user_mail_folder_message_reply_draft | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MAIL_FOLDERS_CHILD_FOLDERS Tool to create a new child folder under a specified mail folder for a user. Use when organizing email into nested folder hierarchies within a specific user's mailbox. | POST /composio/outlook/outlook_create_user_mail_folders_child_folders | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MASTER_CATEGORY Tool to create a new category in a user's master category list. Use when you need to add a category to organize email and calendar items for a specific user. | POST /composio/outlook/outlook_create_user_master_category | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MESSAGE Tool to create a new draft message in a user's mailbox. Use when creating draft messages for a specific user or the authenticated user. | POST /composio/outlook/outlook_create_user_message | external_send | — | — | managed |
OUTLOOK_CREATE_USER_MESSAGE_ATTACHMENT Tool to create an attachment on a message in a user's mail folder. Use when you need to attach a file or item to an existing message in a specific user's mailbox. | POST /composio/outlook/outlook_create_user_message_attachment | external_send | — | — | managed |
OUTLOOK_DECLINE_EVENT Tool to decline an invitation to a calendar event. Use when the user wants to decline a meeting or event invitation. The API returns 202 Accepted with no content on success. | POST /composio/outlook/outlook_decline_event | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR Tool to delete a calendar other than the default calendar from a user's mailbox. Use when removing calendars that are no longer needed. | POST /composio/outlook/outlook_delete_calendar | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_EVENT Tool to delete a calendar event from a user's Outlook calendar. Use when removing events that are no longer needed or were created in error. | POST /composio/outlook/outlook_delete_calendar_event | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_EVENT_ATTACHMENT Tool to delete an attachment from an event in a specific user's calendar. Use when you need to remove a file or item attachment from an event in a calendar. | POST /composio/outlook/outlook_delete_calendar_event_attachment | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_EVENT_FROM_SPECIFIC_CALENDAR Tool to delete an event from a specific calendar in Outlook. Use when removing events from secondary or shared calendars by providing both calendar ID and event ID. | POST /composio/outlook/outlook_delete_calendar_event_from_specific_calendar | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_FROM_GROUP Tool to delete a calendar from a specific user's calendar group in Microsoft Outlook. Use when removing a calendar that belongs to a user's calendar group. | POST /composio/outlook/outlook_delete_calendar_from_group | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_GROUP Tool to delete a calendar group other than the default calendar group. Use when removing unused calendar groups from the mailbox. | POST /composio/outlook/outlook_delete_calendar_group | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_GROUP_CALENDAR_EVENT Tool to delete a calendar event from a specific user's calendar within a calendar group. Use when removing events from calendars organized under calendar groups for a specific user. | POST /composio/outlook/outlook_delete_calendar_group_calendar_event | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_GROUP_EVENT_ATTACHMENT Tool to delete an attachment from an event in a calendar within a calendar group. Use when you need to remove a file or item attachment from an event in a specific calendar group. | POST /composio/outlook/outlook_delete_calendar_group_event_attachment | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_GROUP_EVENT_PERMANENTLY Tool to permanently delete a calendar event from a calendar within a calendar group. Use when you need to ensure an event cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_calendar_group_event_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_PERMANENTLY Permanently deletes a calendar from a user's mailbox. Unlike standard DELETE, this action makes the calendar permanently unrecoverable. Use when you need to ensure a calendar cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_calendar_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CALENDAR_PERMISSION Tool to delete a calendar permission from a user's calendar within a calendar group. Use when revoking calendar sharing access for specific users. | POST /composio/outlook/outlook_delete_calendar_permission | external_send | — | — | managed |
OUTLOOK_DELETE_CHILD_CONTACT_FOLDER_PERMANENTLY Permanently deletes a child contact folder. Unlike standard DELETE, this action makes the folder permanently unrecoverable. Use when you need to ensure a child contact folder cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_child_contact_folder_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CHILD_FOLDER_MESSAGE Tool to delete a message from a child mail folder in Outlook. Use when removing messages from nested folder structures or cleaning up messages in subfolders. | POST /composio/outlook/outlook_delete_child_folder_message | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT Permanently 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`. | POST /composio/outlook/outlook_delete_contact | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_FOLDER Tool to delete a contact folder from the user's mailbox. Use when you need to remove an existing contact folder. | POST /composio/outlook/outlook_delete_contact_folder | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_FOLDER_CHILD_FOLDER Tool to delete a child contact folder from a parent contact folder for a specific user. Use when removing nested contact folders from a user's mailbox. | POST /composio/outlook/outlook_delete_contact_folder_child_folder | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_FOLDER_CONTACT Tool to permanently delete a contact from a specific contact folder. Use when removing contacts from organized folders in Outlook. | POST /composio/outlook/outlook_delete_contact_folder_contact | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_FOLDER_PERMANENTLY Permanently deletes a contact folder. Unlike standard DELETE, this action makes the folder permanently unrecoverable. Use when you need to ensure a contact folder cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_contact_folder_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_FROM_CHILD_FOLDER_PERMANENTLY Tool to permanently delete a contact from a child folder for a specific user. Use when you need to ensure a contact cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_contact_from_child_folder_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_FROM_FOLDER_PERMANENTLY Permanently deletes a contact from a specific contact folder. Unlike standard DELETE, this action makes the contact permanently unrecoverable. Use when you need to ensure a contact in a folder cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_contact_from_folder_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACT_PERMANENTLY Permanently deletes a contact. Unlike standard DELETE, this action makes the contact permanently unrecoverable. Use when you need to ensure a contact cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_contact_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_CONTACTS_EXTENSIONS Tool to delete a navigation property extension from a contact within a child folder. Use when removing custom extension data from a contact. | POST /composio/outlook/outlook_delete_contacts_extensions | external_send | — | — | managed |
OUTLOOK_DELETE_EMAIL_RULE Delete an email rule permanently; deletion is irreversible. Confirm rule details with the user before executing. Removing a rule may alter the firing order and stop-processing behavior of remaining rules. | POST /composio/outlook/outlook_delete_email_rule | external_send | — | — | managed |
OUTLOOK_DELETE_EVENT DEPRECATED: Use OUTLOOK_DELETE_CALENDAR_EVENT instead. Tool to delete an event from the user's calendar. Use when removing calendar events. If this is a meeting, deleting it removes it from the organizer's calendar and sends a cancellation message to all attendees. Require explicit user confirmation before calling this action. | POST /composio/outlook/outlook_delete_event | external_send | — | — | managed |
OUTLOOK_DELETE_EVENT_ATTACHMENT Tool to delete an attachment from an Outlook calendar event. Use when you need to remove a file or item attachment from an existing event. | POST /composio/outlook/outlook_delete_event_attachment | external_send | — | — | managed |
OUTLOOK_DELETE_EVENT_EXTENSION Tool to delete an open extension from a calendar event in a calendar group. Use when removing custom extension data that is no longer needed. | POST /composio/outlook/outlook_delete_event_extension | external_send | — | — | managed |
OUTLOOK_DELETE_EVENT_PERMANENTLY Permanently deletes a calendar event. Unlike standard DELETE, this action makes the event permanently unrecoverable. Use when you need to ensure an event cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_event_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_MAIL_FOLDER Delete a mail folder from the user's mailbox. Use when you need to remove an existing mail folder. | POST /composio/outlook/outlook_delete_mail_folder | external_send | — | — | managed |
OUTLOOK_DELETE_MAIL_FOLDER_MESSAGE Tool to delete a message from a specific mail folder in Outlook. Use when removing messages from a particular folder or cleaning up folder contents. | POST /composio/outlook/outlook_delete_mail_folder_message | external_send | — | — | managed |
OUTLOOK_DELETE_MASTER_CATEGORY Tool to delete a category from the user's master category list. Use when removing unused or obsolete categories from the mailbox. | POST /composio/outlook/outlook_delete_master_category | external_send | — | — | managed |
OUTLOOK_DELETE_ME_CALENDAR_PERMISSION Tool to delete a calendar permission from a specific user's calendar. Use when revoking access to a shared calendar. | POST /composio/outlook/outlook_delete_me_calendar_permission | external_send | — | — | managed |
OUTLOOK_DELETE_ME_CONTACT_EXTENSION Tool to delete an open extension from a contact. Use when removing custom data extensions that are no longer needed. | POST /composio/outlook/outlook_delete_me_contact_extension | external_send | — | — | managed |
OUTLOOK_DELETE_ME_CONTACT_FOLDER_CONTACT_EXTENSION Tool to delete an extension from a contact in a user's contact folder. Use when removing custom extension data from a contact. | POST /composio/outlook/outlook_delete_me_contact_folder_contact_extension | external_send | — | — | managed |
OUTLOOK_DELETE_ME_EVENT_EXTENSION Tool to delete an open extension from a user's calendar event. Use when removing custom extension data that is no longer needed. | POST /composio/outlook/outlook_delete_me_event_extension | external_send | — | — | managed |
OUTLOOK_DELETE_ME_EVENTS_ATTACHMENTS Tool to delete an attachment from a user's Outlook event. Use when you need to remove a file or item attachment from an existing event. | POST /composio/outlook/outlook_delete_me_events_attachments | external_send | — | — | managed |
OUTLOOK_DELETE_ME_INFERENCE_CLASSIFICATION_OVERRIDE Tool to delete an inference classification override for a specific sender. Use when removing custom Focused Inbox rules that were previously set. | POST /composio/outlook/outlook_delete_me_inference_classification_override | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MAIL_FOLDER_CHILD_FOLDER Tool to delete a child mail folder from a parent mail folder. Use when removing nested mail folders from a user's mailbox. | POST /composio/outlook/outlook_delete_me_mail_folder_child_folder | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MAIL_FOLDER_CHILD_FOLDER_PERMANENTLY Permanently deletes a child mail folder from a parent mail folder. Unlike standard DELETE, this action makes the folder permanently unrecoverable. Use when you need to ensure a child folder cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_me_mail_folder_child_folder_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MAIL_FOLDER_MESSAGE_RULE Tool to delete a message rule from a specific mail folder. Use when you need to remove an email automation rule from a folder. | POST /composio/outlook/outlook_delete_me_mail_folder_message_rule | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MAIL_FOLDERS_CHILD_FOLDERS_MESSAGES_EXTENS Delete user message extension | POST /composio/outlook/outlook_delete_me_mail_folders_child_folders_messages_extens | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MAIL_FOLDERS_MESSAGES_ATTACHMENTS DEPRECATED: Use OUTLOOK_DELETE_MESSAGE_ATTACHMENT instead. Tool to delete an attachment from a message in a mail folder. Use when removing file or item attachments from messages in Outlook mail folders. | POST /composio/outlook/outlook_delete_me_mail_folders_messages_attachments | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MAIL_FOLDERS_MESSAGES_EXTENSIONS Tool to delete a navigation property extension from a message within a mail folder. Use when removing custom extension data from a message. | POST /composio/outlook/outlook_delete_me_mail_folders_messages_extensions | external_send | — | — | managed |
OUTLOOK_DELETE_ME_MESSAGES_ATTACHMENTS Tool to delete an attachment from a message. Use when removing file or item attachments from messages in Outlook. | POST /composio/outlook/outlook_delete_me_messages_attachments | external_send | — | — | managed |
OUTLOOK_DELETE_MESSAGE Tool to permanently delete an Outlook email message by its message_id. Use when removing unwanted messages, cleaning up drafts, or performing mailbox maintenance. | POST /composio/outlook/outlook_delete_message | external_send | — | — | managed |
OUTLOOK_DELETE_MESSAGE_ATTACHMENT Tool to delete an attachment from a message in a nested mail folder structure. Use when removing attachments from messages located in child folders within mail folders. | POST /composio/outlook/outlook_delete_message_attachment | external_send | — | — | managed |
OUTLOOK_DELETE_MESSAGE_EXTENSION Tool to delete an open extension from an Outlook message. Use when removing custom extension data that is no longer needed from a message. | POST /composio/outlook/outlook_delete_message_extension | external_send | — | — | managed |
OUTLOOK_DELETE_MESSAGE_PERMANENTLY_FROM_FOLDER DEPRECATED: Use OUTLOOK_PERMANENT_DELETE_MESSAGE instead. Tool to permanently delete a message from a specific mail folder. Use when you need to irreversibly delete a message with explicit folder context. The message is moved to the Purges folder and cannot be recovered. | POST /composio/outlook/outlook_delete_message_permanently_from_folder | external_send | — | — | managed |
OUTLOOK_DELETE_PRIMARY_CALENDAR_PERMISSION Tool to delete a calendar permission from a specific user's calendar. Use when revoking calendar sharing access for a particular user. | POST /composio/outlook/outlook_delete_primary_calendar_permission | external_send | — | — | managed |
OUTLOOK_DELETE_TODO_TASK Tool to permanently delete a task from a Microsoft To Do task list. Use when removing a task that is no longer needed. This action cannot be undone. | POST /composio/outlook/outlook_delete_todo_task | external_send | — | — | managed |
OUTLOOK_DELETE_USER_CALENDAR_EVENT_PERMANENTLY Tool to permanently delete a calendar event from a specific user's calendar. Use when you need to ensure an event cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_user_calendar_event_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_USER_CHILD_FOLDER_CONTACT Tool to delete a contact from a child folder in a user's contact folder. Use when you need to remove a contact from a specific child folder within a contact folder. | POST /composio/outlook/outlook_delete_user_child_folder_contact | external_send | — | — | managed |
OUTLOOK_DELETE_USER_CHILD_FOLDER_MESSAGE_PERMANENTLY Tool to permanently delete a message from a user's child mail folder in Outlook. Unlike standard DELETE, this action makes the message unrecoverable by moving it to the Purges folder in the dumpster. Use when you need to ensure a message in a nested folder cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_user_child_folder_message_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_USER_CONTACT_EXTENSION Deprecated: Use OUTLOOK_DELETE_CONTACTS_EXTENSIONS instead, which supports both /me and /users/{user_id} endpoints. | POST /composio/outlook/outlook_delete_user_contact_extension | external_send | — | — | managed |
OUTLOOK_DELETE_USER_EVENT_PERMANENTLY Tool to permanently delete a calendar event for a specified user. Use when you need to ensure an event cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_user_event_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_USER_MAIL_FOLDER_PERMANENTLY Permanently deletes a mail folder for a specific user. Unlike standard DELETE, this action makes the folder permanently unrecoverable. Use when you need to ensure a user's folder cannot be restored from deleted items. | POST /composio/outlook/outlook_delete_user_mail_folder_permanently | external_send | — | — | managed |
OUTLOOK_DELETE_USER_MESSAGE_ATTACHMENT Deprecated: Use OUTLOOK_DELETE_ME_MESSAGES_ATTACHMENTS instead, which supports both /me and /users/{user_id} endpoints. | POST /composio/outlook/outlook_delete_user_message_attachment | external_send | — | — | managed |
OUTLOOK_DISMISS_CALENDAR_EVENT_REMINDER Tool to dismiss a reminder for a specific event in a user's calendar. Use when you need to turn off or remove a reminder alert for an event in a specific user's calendar. | POST /composio/outlook/outlook_dismiss_calendar_event_reminder | external_send | — | — | managed |
OUTLOOK_DISMISS_EVENT_REMINDER Tool to dismiss a reminder for a specific calendar event. Use when you need to turn off or remove a reminder alert for an event. | POST /composio/outlook/outlook_dismiss_event_reminder | external_send | — | — | managed |
OUTLOOK_DISMISS_EVENT_REMINDER_FROM_GROUP Tool to dismiss a reminder for an event in a user's calendar within a calendar group. Use when you need to turn off a reminder for an event in a specific user's calendar group. | POST /composio/outlook/outlook_dismiss_event_reminder_from_group | external_send | — | — | managed |
OUTLOOK_DISMISS_USER_EVENT_REMINDER Tool to dismiss a reminder for a specific user's calendar event. Use when you need to turn off or remove a reminder alert for an event in a user's calendar. | POST /composio/outlook/outlook_dismiss_user_event_reminder | external_send | — | — | managed |
OUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENT Downloads 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. High-volume parallel calls may trigger HTTP 429 responses; honor the Retry-After header and use exponential backoff. | POST /composio/outlook/outlook_download_outlook_attachment | external_send | — | — | managed |
OUTLOOK_FIND_MEETING_TIMES Suggests meeting times based on organizer and attendee availability, time constraints, and duration requirements. Use when you need to find optimal meeting slots across multiple participants' schedules. | GET /composio/outlook/outlook_find_meeting_times | none | — | — | managed |
OUTLOOK_FORWARD_MESSAGE Tool to forward a message. Use when you need to send an existing email to new recipients. | POST /composio/outlook/outlook_forward_message | external_send | — | — | managed |
OUTLOOK_FORWARD_USER_CALENDAR_EVENT Tool to forward a calendar event from a specific user's calendar to new recipients. Use when you need to share an event from a particular calendar with additional people. | POST /composio/outlook/outlook_forward_user_calendar_event | external_send | — | — | managed |
OUTLOOK_GET_CALENDAR Deprecated: Use OUTLOOK_GET_USER_CALENDAR instead, which supports both /me and /users/{user_id} endpoints and adds $select field filtering. | GET /composio/outlook/outlook_get_calendar | none | — | — | managed |
OUTLOOK_GET_CALENDAR_EVENT Tool to retrieve a specific event from a specified calendar. Use when you need to get details of an event that belongs to a specific calendar in the user's mailbox. | GET /composio/outlook/outlook_get_calendar_event | none | — | — | managed |
OUTLOOK_GET_CALENDAR_EVENT_ATTACHMENT Tool to retrieve a specific attachment from an event within a calendar. Use when you need to access attachment content from a calendar event. | GET /composio/outlook/outlook_get_calendar_event_attachment | none | — | — | managed |
OUTLOOK_GET_CALENDAR_FROM_EVENT Tool to retrieve the parent calendar that contains a specific event. Use when you need to get calendar details for a specific event in a calendar. | GET /composio/outlook/outlook_get_calendar_from_event | none | — | — | managed |
OUTLOOK_GET_CALENDAR_FROM_GROUP Tool to retrieve a specific calendar from a calendar group in Microsoft Outlook. Use when you need to get details of a calendar that belongs to a specific calendar group. | GET /composio/outlook/outlook_get_calendar_from_group | none | — | — | managed |
OUTLOOK_GET_CALENDAR_GROUP Tool to retrieve the properties and relationships of a calendar group object. Use when you need to get details of a specific calendar group by its ID. | GET /composio/outlook/outlook_get_calendar_group | none | — | — | managed |
OUTLOOK_GET_CALENDAR_GROUP_CALENDAR_EVENT_EXTENSION Tool to retrieve an open extension from a calendar event within a specific calendar group and calendar. Use when you need to access custom data stored with an event. | GET /composio/outlook/outlook_get_calendar_group_calendar_event_extension | none | — | — | managed |
OUTLOOK_GET_CALENDAR_GROUP_EVENT_ATTACHMENT Deprecated: Use OUTLOOK_GET_USER_CALENDAR_GROUP_EVENT_ATTACHMENT instead, which supports both /me and /users/{user_id} endpoints. | GET /composio/outlook/outlook_get_calendar_group_event_attachment | none | — | — | managed |
OUTLOOK_GET_CALENDAR_GROUP_SCHEDULE Tool to retrieve free/busy schedule information for a specific user's calendar within a calendar group. Use when you need availability data from a particular user's calendar that belongs to a calendar group. | GET /composio/outlook/outlook_get_calendar_group_schedule | none | — | — | managed |
OUTLOOK_GET_CALENDAR_PERMISSION Tool to retrieve a specific calendar permission for a user's calendar. Use when you need to check who has access to a specific user's calendar and their permission level. | GET /composio/outlook/outlook_get_calendar_permission | none | — | — | managed |
OUTLOOK_GET_CALENDAR_PERMISSION_FROM_CALENDAR Tool to retrieve a specific calendar permission from a user's calendar. Use when you need to check who has access to a specific user's calendar and their permission level. | GET /composio/outlook/outlook_get_calendar_permission_from_calendar | none | — | — | managed |
OUTLOOK_GET_CALENDAR_SCHEDULE Tool to get free/busy schedule information for users, distribution lists, or resources. Use when you need to check availability for specific people or resources during a time period. | GET /composio/outlook/outlook_get_calendar_schedule | none | — | — | managed |
OUTLOOK_GET_CALENDAR_VIEW Get events ACTIVE during a time window (includes multi-day events). Use for "what's on my calendar today/this week" or availability checks. Returns events overlapping the time range. For keyword search or filters by category, use OUTLOOK_LIST_EVENTS instead. | GET /composio/outlook/outlook_get_calendar_view | none | — | — | managed |
OUTLOOK_GET_CHILD_FOLDER_MESSAGE Tool to retrieve a specific email message from a child mail folder. Use when you need to access a message in a nested folder hierarchy. | GET /composio/outlook/outlook_get_child_folder_message | none | — | — | managed |
OUTLOOK_GET_CHILD_FOLDER_MESSAGE_CONTENT Tool to get the MIME content of a message from a child mail folder. Use when you need to download the raw MIME format of an email message for analysis or archival. | GET /composio/outlook/outlook_get_child_folder_message_content | none | — | — | managed |
OUTLOOK_GET_CHILD_MAIL_FOLDER Tool to retrieve a specific child mail folder from a parent mail folder. Use when you need details about a specific subfolder within a folder hierarchy. | GET /composio/outlook/outlook_get_child_mail_folder | none | — | — | managed |
OUTLOOK_GET_CONTACT_EXTENSION Tool to retrieve an open extension from a contact in Microsoft Graph. Use when you need to access custom data stored with a contact. | GET /composio/outlook/outlook_get_contact_extension | none | — | — | managed |
OUTLOOK_GET_CONTACT_FOLDER Tool to retrieve a specific contact folder by ID. Use when you need details about a particular contact folder in the user's mailbox. | GET /composio/outlook/outlook_get_contact_folder | none | — | — | managed |
OUTLOOK_GET_CONTACT_FOLDERS Tool to retrieve contact folders from a specific user's mailbox. Use when you need to list or browse contact folders for a given user. | GET /composio/outlook/outlook_get_contact_folders | none | — | — | managed |
OUTLOOK_GET_CONTACT_FROM_FOLDER Tool to retrieve a specific contact from a contact folder by its ID. Use when you need to access contact details from a specific folder rather than the default contacts location. | GET /composio/outlook/outlook_get_contact_from_folder | none | — | — | managed |
OUTLOOK_GET_DRAFTS_MAIL_FOLDER Tool to get the drafts mail folder. Use when you need to retrieve details about the drafts folder such as item counts and folder ID. | GET /composio/outlook/outlook_get_drafts_mail_folder | none | — | — | managed |
OUTLOOK_GET_EVENT Retrieves the full details of a specific calendar event by its ID from a user's Outlook calendar, provided the event exists. | GET /composio/outlook/outlook_get_event | none | — | — | managed |
OUTLOOK_GET_EVENT_ATTACHMENT Tool to retrieve a specific attachment from an Outlook calendar event by attachment ID. Use when you need to download or access the content of a particular event attachment. | GET /composio/outlook/outlook_get_event_attachment | none | — | — | managed |
OUTLOOK_GET_EVENT_CALENDAR_FROM_GROUP Tool to retrieve the calendar that contains a specific event within a calendar group. Use when you need to get calendar details for an event in a calendar group. | GET /composio/outlook/outlook_get_event_calendar_from_group | none | — | — | managed |
OUTLOOK_GET_INFERENCE_CLASSIFICATION Tool to get inference classification settings for the authenticated user. Use when you need to retrieve the Focused Inbox configuration and sender-specific overrides that determine message classification. | GET /composio/outlook/outlook_get_inference_classification | none | — | — | managed |
OUTLOOK_GET_MAILBOX_SETTINGS Tool to retrieve mailbox settings. Use when you need to view settings such as automatic replies, time zone, and working hours for the signed-in or specified user. | GET /composio/outlook/outlook_get_mailbox_settings | none | — | — | managed |
OUTLOOK_GET_MAIL_DELTA Retrieve incremental changes (delta) of messages in a mailbox. FIRST RUN: Returns ALL messages in folder (use top=50 to limit). Response has @odata.deltaLink. SUBSEQUENT: Pass stored deltaLink to get only NEW/UPDATED/DELETED messages since last sync. Properties available: id, subject, from, receivedDateTime, isRead, etc. NOT available: internetMessageHeaders, full body, attachment content (response size limits). | GET /composio/outlook/outlook_get_mail_delta | none | — | — | managed |
OUTLOOK_GET_MAIL_FOLDER Tool to retrieve a mail folder by ID or well-known name. Use when you need to get details about a specific folder such as item counts, size, and folder properties. | GET /composio/outlook/outlook_get_mail_folder | none | — | — | managed |
OUTLOOK_GET_MAIL_FOLDER_MESSAGE Tool to retrieve a specific message from a mail folder by its ID. Use when you need to fetch full message details including subject, body, sender, recipients, timestamps, and other metadata from a specific mail folder. | GET /composio/outlook/outlook_get_mail_folder_message | none | — | — | managed |
OUTLOOK_GET_MAIL_FOLDER_MESSAGE_RULE Tool to retrieve a specific message rule from a user's mail folder. Use when you need details about an email rule in a particular user's folder. | GET /composio/outlook/outlook_get_mail_folder_message_rule | none | — | — | managed |
OUTLOOK_GET_MAIL_TIPS Tool to retrieve mail tips such as automatic replies and mailbox full status. Use when you need to check recipient status before sending mail. | GET /composio/outlook/outlook_get_mail_tips | none | — | — | managed |
OUTLOOK_GET_MASTER_CATEGORIES Tool to retrieve the user's master category list. Use when you need to get all categories defined for the user. | GET /composio/outlook/outlook_get_master_categories | none | — | — | managed |
OUTLOOK_GET_MASTER_CATEGORY Tool to retrieve properties of a specific category from the user's master category list. Use when you need details about a specific category. | GET /composio/outlook/outlook_get_master_category | none | — | — | managed |
OUTLOOK_GET_ME_CALENDAR Tool to get the properties and relationships of the signed-in user's default calendar. Use when you need to retrieve calendar details for the authenticated user. | GET /composio/outlook/outlook_get_me_calendar | none | — | — | managed |
OUTLOOK_GET_ME_CONTACT_FOLDERS_CHILD_FOLDER Tool to retrieve a specific child contact folder for a user by ID. Use when you need details of a child folder nested within a parent contact folder for a specific user. | GET /composio/outlook/outlook_get_me_contact_folders_child_folder | none | — | — | managed |
OUTLOOK_GET_ME_CONTACT_FROM_CHILD_FOLDER Tool to retrieve a specific contact from a nested child folder within a contact folder. Use when you need contact details from a child folder. | GET /composio/outlook/outlook_get_me_contact_from_child_folder | none | — | — | managed |
OUTLOOK_GET_ME_CONTACT_PHOTO Tool to get the binary media content of a contact's profile photo. Use when you need to download or retrieve a contact's picture. | GET /composio/outlook/outlook_get_me_contact_photo | none | — | — | managed |
OUTLOOK_GET_ME_CONTACTS Retrieves a specific Outlook contact by its `contact_id` from the contacts of a specified `user_id` (defaults to 'me' for the authenticated user). | GET /composio/outlook/outlook_get_me_contacts | none | — | — | managed |
OUTLOOK_GET_ME_CONTACTS_EXTENSIONS Tool to retrieve a specific open extension from a user's contact. Use when you need to access custom data stored with a contact. | GET /composio/outlook/outlook_get_me_contacts_extensions | none | — | — | managed |
OUTLOOK_GET_ME_EVENT_ATTACHMENT Tool to retrieve a specific attachment from a user's calendar event. Use when you need to access attachment details including content from a specific user's event. | GET /composio/outlook/outlook_get_me_event_attachment | none | — | — | managed |
OUTLOOK_GET_ME_EVENT_CALENDAR Tool to retrieve the calendar that contains a specific event. Use when you need to get calendar details for an event. | GET /composio/outlook/outlook_get_me_event_calendar | none | — | — | managed |
OUTLOOK_GET_ME_MAIL_FOLDER_MESSAGE_ATTACHMENT DEPRECATED: Use OUTLOOK_GET_USER_MESSAGES_ATTACHMENTS instead. Tool to get a specific attachment from a message in a mail folder. Use when you have the folder ID, message ID, and attachment ID. | GET /composio/outlook/outlook_get_me_mail_folder_message_attachment | none | — | — | managed |
OUTLOOK_GET_ME_MAIL_FOLDERS_MESSAGES_EXTENSIONS Tool to retrieve a specific extension from a message in a user's mailbox. Use when you need to read custom data stored in a message extension. | GET /composio/outlook/outlook_get_me_mail_folders_messages_extensions | none | — | — | managed |
OUTLOOK_GET_ME_MESSAGE_MIME_CONTENT Tool to get the MIME content of a message. Use when you need to download the raw MIME format of an email message for analysis or archival. | GET /composio/outlook/outlook_get_me_message_mime_content | none | — | — | managed |
OUTLOOK_GET_ME_OUTLOOK Tool to retrieve the outlookUser object for a specified user. Use when you need to access the Outlook services entity for a user. | GET /composio/outlook/outlook_get_me_outlook | none | — | — | managed |
OUTLOOK_GET_MESSAGE Retrieves a specific email message by its ID from the specified user's Outlook mailbox. Use the 'select' parameter to include specific fields like 'internetMessageHeaders' for filtering automated emails. Retries transient Microsoft Graph 404 responses with exponential backoff for up to 7.5 seconds because newly surfaced messages can be eventually consistent. | GET /composio/outlook/outlook_get_message | none | — | — | managed |
OUTLOOK_GET_MESSAGE_EXTENSION Tool to retrieve a specific extension from a user's message. Use when you need to read custom data stored in a message extension. | GET /composio/outlook/outlook_get_message_extension | none | — | — | managed |
OUTLOOK_GET_NESTED_FOLDER_MESSAGE_ATTACHMENT Tool to retrieve a specific attachment from a message located in a nested mail folder structure. Use when you need to get attachment details from messages in deeply nested folders. | GET /composio/outlook/outlook_get_nested_folder_message_attachment | none | — | — | managed |
OUTLOOK_GET_PROFILE Retrieves the Microsoft Outlook profile for a specified user. | GET /composio/outlook/outlook_get_profile | none | — | — | managed |
OUTLOOK_GET_SCHEDULE Retrieves free/busy schedule information for specified email addresses within a defined time window. Read-only; does not reserve time or prevent conflicts — verify availability before creating events. | GET /composio/outlook/outlook_get_schedule | none | — | — | managed |
OUTLOOK_GET_SUPPORTED_LANGUAGES Tool to retrieve supported languages in the user's mailbox. Use when you need to display or select from available mailbox languages. | GET /composio/outlook/outlook_get_supported_languages | none | — | — | managed |
OUTLOOK_GET_SUPPORTED_TIME_ZONES Tool to get the list of time zones supported for a user as configured on their mailbox server. Use when setting up an Outlook client or configuring user time zone preferences. | GET /composio/outlook/outlook_get_supported_time_zones | none | — | — | managed |
OUTLOOK_GET_USER_BY_EMAIL Retrieves user details from Microsoft Graph by email address (userPrincipalName). Returns user properties including display name, job title, department, and contact information. Use this action when you need to look up a user's profile information using their email address. | GET /composio/outlook/outlook_get_user_by_email | none | — | — | managed |
OUTLOOK_GET_USER_CALENDAR Tool to get the properties and relationships of a specific calendar for a user. Use when you need to retrieve details for a particular calendar by its ID for any user. | GET /composio/outlook/outlook_get_user_calendar | none | — | — | managed |
OUTLOOK_GET_USER_CALENDAR_ALLOWED_SHARING_ROLES Tool to retrieve allowed calendar sharing roles for a specific user on a given calendar. Use when you need to determine what permission levels can be granted to a user for sharing a specific calendar. | GET /composio/outlook/outlook_get_user_calendar_allowed_sharing_roles | none | — | — | managed |
OUTLOOK_GET_USER_CALENDAR_EVENT Tool to retrieve a specific calendar event from a user's primary calendar. Use when you need detailed information about a particular event for a given user. | GET /composio/outlook/outlook_get_user_calendar_event | none | — | — | managed |
OUTLOOK_GET_USER_CALENDAR_GROUP_CALENDAR_PERMISSION Tool to retrieve a specific calendar permission for a user's calendar within a calendar group. Use when you need to check access permissions for a specific calendar. | GET /composio/outlook/outlook_get_user_calendar_group_calendar_permission | none | — | — | managed |
OUTLOOK_GET_USER_CALENDAR_GROUP_EVENT Tool to retrieve a specific event from a user's calendar within a calendar group. Use when you need details of an event in a specific calendar group. | GET /composio/outlook/outlook_get_user_calendar_group_event | none | — | — | managed |
OUTLOOK_GET_USER_CALENDAR_GROUP_EVENT_ATTACHMENT Tool to retrieve a specific attachment from an event within a calendar group for a user. Use when you need to access attachment content from a calendar event in a user's calendar group. | GET /composio/outlook/outlook_get_user_calendar_group_event_attachment | none | — | — | managed |
OUTLOOK_GET_USER_CHILD_FOLDER_MESSAGE Tool to retrieve a specific message from a child folder within a user's mail folder hierarchy. Use when you need to access messages from nested folders where both parent and child folder IDs are known. | GET /composio/outlook/outlook_get_user_child_folder_message | none | — | — | managed |
OUTLOOK_GET_USER_EVENT_EXTENSION Tool to retrieve a specific open type extension from a user's calendar event by its extension ID or name. Use when you need to access custom data stored in calendar event extensions. | GET /composio/outlook/outlook_get_user_event_extension | none | — | — | managed |
OUTLOOK_GET_USER_MESSAGES_ATTACHMENTS Tool to retrieve a specific attachment from a message in a mail folder hierarchy. Use when you need to get attachment details including content from a specific folder path. | GET /composio/outlook/outlook_get_user_messages_attachments | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_CALENDAR_VIEW DEPRECATED: Use OUTLOOK_LIST_ME_CALENDARS_CALENDAR_VIEW instead. Tool to list calendar events within a specified date/time range. Use when you need to retrieve events from the user's primary calendar that fall within a time window. | GET /composio/outlook/outlook_list_calendar_calendar_view | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_EVENT_ATTACHMENTS Tool to list attachments for a calendar event within a specific calendar for a user. Use when you need to retrieve attachments from an event in a user's specific calendar. | GET /composio/outlook/outlook_list_calendar_event_attachments | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_GROUP_CALENDAR_EVENTS Tool to list events from a specific calendar within a calendar group for a user. Use when you need to retrieve events from a user's calendar that belongs to a specific calendar group. | GET /composio/outlook/outlook_list_calendar_group_calendar_events | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_GROUP_CALENDARS Tool to retrieve calendars belonging to a specific calendar group. Use when you need to list calendars within a calendar group with optional OData queries. | GET /composio/outlook/outlook_list_calendar_group_calendars | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_GROUP_EVENT_ATTACHMENTS Tool to list attachments for a calendar event within a specific calendar group for a user. Use when you need to retrieve attachments from an event in a calendar that belongs to a calendar group for a specific user. | GET /composio/outlook/outlook_list_calendar_group_event_attachments | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_GROUPS Tool to list calendar groups in the signed-in user's mailbox. Use when you need to retrieve calendar groups with optional OData queries. | GET /composio/outlook/outlook_list_calendar_groups | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_PERMISSIONS Tool to list calendar permissions for a specific calendar within a calendar group. Use when you need to view sharing permissions for a calendar. | GET /composio/outlook/outlook_list_calendar_permissions | none | — | — | managed |
OUTLOOK_LIST_CALENDARS Tool to list calendars in the signed-in user's mailbox. Use when you need to retrieve calendars with optional OData queries. | GET /composio/outlook/outlook_list_calendars | none | — | — | managed |
OUTLOOK_LIST_CALENDAR_VIEW_DELTA Tool to get calendar events that have been added, deleted, or updated in a calendar view. Use when you need to track changes to events within a specific time range. | GET /composio/outlook/outlook_list_calendar_view_delta | none | — | — | managed |
OUTLOOK_LIST_CHAT_MESSAGES Tool to list messages in a Teams chat. Use when you need message IDs to select a specific message for further actions. | GET /composio/outlook/outlook_list_chat_messages | none | — | — | managed |
OUTLOOK_LIST_CHATS Tool to list Teams chats. Use when you need chat IDs and topics to select a chat for further actions. | GET /composio/outlook/outlook_list_chats | none | — | — | managed |
OUTLOOK_LIST_CHILD_FOLDER_CONTACTS Tool to retrieve contacts from a user's child contact folder. Use when you need to access contacts organized in nested folder structures for a specific user. | GET /composio/outlook/outlook_list_child_folder_contacts | none | — | — | managed |
OUTLOOK_LIST_CHILD_FOLDER_MESSAGES Tool to list messages from a child folder within a parent mail folder. Use when you need to retrieve messages from a subfolder that exists within another folder. | GET /composio/outlook/outlook_list_child_folder_messages | none | — | — | managed |
OUTLOOK_LIST_CHILD_MAIL_FOLDERS Tool to list subfolders (childFolders) under a specified Outlook mail folder. Use when navigating nested folder hierarchies or checking if a folder has subfolders. | GET /composio/outlook/outlook_list_child_mail_folders | none | — | — | managed |
OUTLOOK_LIST_CONTACT_FOLDER_CHILD_FOLDERS Tool to list child folders under a specified contact folder. Use when navigating nested contact folder hierarchies or organizing contacts into subfolder structures. | GET /composio/outlook/outlook_list_contact_folder_child_folders | none | — | — | managed |
OUTLOOK_LIST_CONTACT_FOLDERS_DELTA Tool to get contact folders that have been added, deleted, or updated. Use when tracking changes to contact folder structure without fetching all folders each time. | GET /composio/outlook/outlook_list_contact_folders_delta | none | — | — | managed |
OUTLOOK_LIST_CONTACTS DEPRECATED: Use OUTLOOK_LIST_USER_CONTACTS instead. Retrieves a user's Microsoft Outlook contacts, from the default or a specified contact folder. | GET /composio/outlook/outlook_list_contacts | none | — | — | managed |
OUTLOOK_LIST_CONTACTS_DELTA Retrieve incremental changes (delta) of contacts in a specified folder. Use when syncing contacts without fetching the entire set each time. FIRST RUN: Returns ALL contacts in folder. Response has @odata.deltaLink. SUBSEQUENT: Pass stored deltaLink to get only NEW/UPDATED/DELETED contacts since last sync. | GET /composio/outlook/outlook_list_contacts_delta | none | — | — | managed |
OUTLOOK_LIST_EMAIL_RULES List all email rules from inbox. No server-side filtering is supported; all rule narrowing must be done client-side after retrieval. Each rule includes a `sequence` field defining execution order and may include a `stopProcessingRules` flag affecting downstream rule execution. | GET /composio/outlook/outlook_list_email_rules | none | — | — | managed |
OUTLOOK_LIST_EVENT_ATTACHMENTS Tool to list attachments for a specific Outlook calendar event. Use when you have an event ID and need to view its attachments. | GET /composio/outlook/outlook_list_event_attachments | none | — | — | managed |
OUTLOOK_LIST_EVENT_CALENDAR_CALENDAR_PERMISSIONS Tool to list calendar permissions for the calendar containing a specific event. Use when you need to see who has access to a calendar that contains a particular event. | GET /composio/outlook/outlook_list_event_calendar_calendar_permissions | none | — | — | managed |
OUTLOOK_LIST_EVENT_INSTANCES Tool to retrieve individual occurrences of a recurring calendar event within a specified time range. Use when you need to get specific instances of a recurring meeting or event series. | GET /composio/outlook/outlook_list_event_instances | none | — | — | managed |
OUTLOOK_LIST_EVENTS Retrieves events from a user's Outlook calendar via Microsoft Graph API. Supports primary/secondary/shared calendars, pagination, filtering, property selection, sorting, and timezone specification. Use calendar_id to access non-primary calendars. | GET /composio/outlook/outlook_list_events | none | — | — | managed |
OUTLOOK_LIST_INFERENCE_CLASSIFICATION_OVERRIDES Tool to list inference classification overrides that control Focused Inbox sender rules. Use when you need to see which senders are configured to always appear in Focused or Other inbox. | GET /composio/outlook/outlook_list_inference_classification_overrides | none | — | — | managed |
OUTLOOK_LIST_MAIL_FOLDER_MESSAGE_ATTACHMENTS Tool to get attachments from a message in a specific mail folder. Use when you need to retrieve attachment metadata from a message located in a particular folder. | GET /composio/outlook/outlook_list_mail_folder_message_attachments | none | — | — | managed |
OUTLOOK_LIST_MAIL_FOLDER_MESSAGE_RULES Tool to list message rules for a specific mail folder. Use when you need to retrieve rules configured for a particular folder. | GET /composio/outlook/outlook_list_mail_folder_message_rules | none | — | — | managed |
OUTLOOK_LIST_MAIL_FOLDER_MESSAGES Tool to list messages from a specific mail folder including subfolders. Use when you need to retrieve messages from a particular folder or subfolder by its ID or well-known name. | GET /composio/outlook/outlook_list_mail_folder_messages | none | — | — | managed |
OUTLOOK_LIST_MAIL_FOLDERS Tool to list a user's top-level mail folders. Use when you need folders like Inbox, Drafts, Sent Items; set include_hidden_folders=True to include hidden folders. | GET /composio/outlook/outlook_list_mail_folders | none | — | — | managed |
OUTLOOK_LIST_MAIL_FOLDERS_DELTA Tool to get incremental changes to mail folders. Use when you need to track additions, deletions, or updates to mail folders without fetching the entire folder list each time. | GET /composio/outlook/outlook_list_mail_folders_delta | none | — | — | managed |
OUTLOOK_LIST_MASTER_CATEGORIES Deprecated: Use OUTLOOK_GET_MASTER_CATEGORIES instead, which adds pagination (top/skip), filtering, field selection, and sorting. | GET /composio/outlook/outlook_list_master_categories | none | — | — | managed |
OUTLOOK_LIST_ME_CALENDAR_PERMISSIONS Tool to list calendar permissions for a specific user's calendar. Use when you need to see who has access to a user's calendar and their permission levels. | GET /composio/outlook/outlook_list_me_calendar_permissions | none | — | — | managed |
OUTLOOK_LIST_ME_EVENT_INSTANCES DEPRECATED: Use OUTLOOK_LIST_EVENT_INSTANCES instead. Tool to retrieve individual occurrences of a recurring calendar event within a specified time range. Use when you need to get specific instances of a recurring meeting or event series from the authenticated user's primary calendar. | GET /composio/outlook/outlook_list_me_event_instances | none | — | — | managed |
OUTLOOK_LIST_MESSAGE_ATTACHMENTS_FROM_CHILD_FOLDER Tool to list attachments from a message in a nested child mail folder. Use when you need to retrieve attachment metadata from a message located in a subfolder. | GET /composio/outlook/outlook_list_message_attachments_from_child_folder | none | — | — | managed |
OUTLOOK_LIST_MESSAGES Retrieves a list of email messages from a specified mail folder in an Outlook mailbox, with options for filtering (including by conversationId to get all messages in a thread), pagination, and sorting; ensure 'user_id' and 'folder' are valid, and all date/time strings are in ISO 8601 format. | GET /composio/outlook/outlook_list_messages | none | — | — | managed |
OUTLOOK_LIST_OUTLOOK_ATTACHMENTS Lists metadata (name, size, contentType, isInline — but not `contentBytes`) for all attachments of a specified Outlook email message. Returns fileAttachment, itemAttachment, and referenceAttachment types; only fileAttachment entries support download via OUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENT. Results include inline images and signatures — filter by `isInline == false` and check `contentType` to identify real document attachments. Results are nested under `data.response_data.value`. | GET /composio/outlook/outlook_list_outlook_attachments | none | — | — | managed |
OUTLOOK_LIST_PLACES Retrieves a collection of place objects defined in a tenant by type. Places can include rooms, workspaces, buildings, floors, sections, desks, and room lists. When room_list_id is provided, returns only rooms or workspaces within that specific room list using the /places/{roomListId}/microsoft.graph.roomlist/rooms (or /workspaces) endpoint. Use this action when you need to discover available physical spaces or locations within an organization. Note: Before using this API, ensure that the Places settings are properly configured in the tenant. | GET /composio/outlook/outlook_list_places | none | — | — | managed |
OUTLOOK_LIST_PRIMARY_CALENDAR_PERMISSIONS Tool to list calendar permissions from a user's primary calendar. Use when you need to see who has access to the primary calendar and their permission levels. | GET /composio/outlook/outlook_list_primary_calendar_permissions | none | — | — | managed |
OUTLOOK_LIST_REMINDERS Tool to retrieve reminders for events occurring within a specified time range. Use when you need to see upcoming reminders between two datetimes. | GET /composio/outlook/outlook_list_reminders | none | — | — | managed |
OUTLOOK_LIST_SENT_ITEMS_MESSAGES Tool to list all messages in the SentItems mail folder of the signed-in user's mailbox. Use when you need to retrieve sent messages with optional filtering and sorting. | GET /composio/outlook/outlook_list_sent_items_messages | none | — | — | managed |
OUTLOOK_LIST_TO_DO_LISTS Tool to list Microsoft To Do task lists for the signed-in user. Use when you need to discover available task lists before listing or creating tasks. Returns todoTaskList objects with id and displayName that can be used in downstream operations. | GET /composio/outlook/outlook_list_to_do_lists | none | — | — | managed |
OUTLOOK_LIST_TODO_TASKS Tool to list tasks within a specified Microsoft To Do task list, including status and due dates. Use when retrieving tasks from a specific To Do list. | GET /composio/outlook/outlook_list_todo_tasks | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDAR_EVENT_INSTANCES Tool to retrieve instances (occurrences) of a recurring event from a specific calendar within a date range. Use when you need event instances from a particular calendar. | GET /composio/outlook/outlook_list_user_calendar_event_instances | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDAR_EVENTS_ATTACHMENTS Tool to list attachments for a user's calendar event. Use when you need to retrieve all attachments from a specific event in a user's calendar. | GET /composio/outlook/outlook_list_user_calendar_events_attachments | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDAR_GROUP_EVENT_INSTANCES Tool to list instances (occurrences) of a recurring event within a specified date range from a user's calendar in a calendar group. Use when you need to retrieve specific occurrences of a recurring event. | GET /composio/outlook/outlook_list_user_calendar_group_event_instances | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDAR_GROUPS_CALENDAR_VIEW Tool to get calendar view from a specific calendar within a calendar group for a user. Use when retrieving events from a calendar that belongs to a calendar group. | GET /composio/outlook/outlook_list_user_calendar_groups_calendar_view | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDARS_CALENDAR_PERMISSIONS Tool to list calendar permissions for a specific user's specific calendar. Use when you need to see who has access to a user's calendar and their permission levels. | GET /composio/outlook/outlook_list_user_calendars_calendar_permissions | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDARS_EVENTS Tool to retrieve events from a specific calendar for a user. Use when you need to list calendar events for a specific user by user ID and calendar ID. | GET /composio/outlook/outlook_list_user_calendars_events | none | — | — | managed |
OUTLOOK_LIST_USER_CALENDAR_VIEW Tool to get calendar view from a specific user's calendar. Use when you need to retrieve events that occur or overlap with a specified time window from a user's specific calendar by calendar ID. | GET /composio/outlook/outlook_list_user_calendar_view | none | — | — | managed |
OUTLOOK_LIST_USER_CONTACTS Tool to retrieve contacts from a specific user's mailbox. Use when you need to list or browse contacts for a given user. | GET /composio/outlook/outlook_list_user_contacts | none | — | — | managed |
OUTLOOK_LIST_USERS Tool to list users in Microsoft Entra ID. Use when you need to retrieve a paginated list of users, optionally filtering or selecting specific properties. For single-user lookups, prefer a dedicated get-user tool — listing all users is significantly heavier and slower. | GET /composio/outlook/outlook_list_users | none | — | — | managed |
OUTLOOK_MOVE_MAIL_FOLDER Tool to move a mail folder and its contents to another mail folder. Use when you need to reorganize the folder hierarchy. | POST /composio/outlook/outlook_move_mail_folder | external_send | — | — | managed |
OUTLOOK_MOVE_ME_MAIL_FOLDER Tool to move a child mail folder to a different parent folder. Use when you need to reorganize subfolders within the folder hierarchy. | POST /composio/outlook/outlook_move_me_mail_folder | external_send | — | — | managed |
OUTLOOK_MOVE_MESSAGE Move a message to another folder within the specified user's mailbox. Creates a new copy in the destination folder and removes the original. The message_id changes after a successful move; use the ID returned in the response for any subsequent operations on the moved message. Retries transient Microsoft Graph 404 responses with exponential backoff for up to 7.5 seconds because newly surfaced messages can be eventually consistent. High-volume parallel moves can trigger HTTP 429 (MailboxConcurrency) throttling; honor the Retry-After header. | POST /composio/outlook/outlook_move_message | external_send | — | — | managed |
OUTLOOK_MOVE_MESSAGE_FROM_CHILD_FOLDER Tool to move a message from a child folder to another destination folder. Use when you need to move a message that exists within a specific folder hierarchy (parent folder → child folder → message). | POST /composio/outlook/outlook_move_message_from_child_folder | external_send | — | — | managed |
OUTLOOK_MOVE_MESSAGE_FROM_FOLDER Tool to move a message from a specific mail folder to another destination folder. Use when you need to move a message and know both the source folder ID and the message ID. | POST /composio/outlook/outlook_move_message_from_folder | external_send | — | — | managed |
OUTLOOK_PERMANENT_DELETE_MESSAGE Permanently deletes an Outlook message by moving it to the Purges folder in the dumpster. Unlike standard DELETE, this action makes the message unrecoverable by the user. IMPORTANT: This is NOT the same as DELETE - permanentDelete is irreversible and availability differs by national cloud deployments (not available in US Government L4, L5 (DOD), or China (21Vianet)). | POST /composio/outlook/outlook_permanent_delete_message | external_send | — | — | managed |
OUTLOOK_PIN_MESSAGE Tool to pin a message in an Outlook chat. Use when you want to mark an important message for quick access. | POST /composio/outlook/outlook_pin_message | external_send | — | — | managed |
OUTLOOK_QUERY_EMAILS Query Outlook emails within a SINGLE folder using OData filters. Build precise server-side filters for dates, read status, importance, subjects, attachments, and conversations. Best for structured queries on message metadata within a specific folder. Returns up to 100 messages per request with pagination support. • Searches SINGLE folder only (inbox, sentitems, etc.) - NOT across all folders • For cross-folder/mailbox-wide search: Use OUTLOOK_SEARCH_MESSAGES • Server-side filters: dates, importance, isRead, hasAttachments, subjects, conversationId • CRITICAL: Always check response['@odata.nextLink'] for pagination • Limitations: Recipient/body filtering requires OUTLOOK_SEARCH_MESSAGES | POST /composio/outlook/outlook_query_emails | external_send | — | — | managed |
OUTLOOK_REPLY_EMAIL Sends a reply to an Outlook email message with optional HTML formatting, identified by `message_id`, allowing optional CC and BCC recipients. | POST /composio/outlook/outlook_reply_email | external_send | — | — | managed |
OUTLOOK_SEARCH_EVENTS Searches for calendar events in the authenticated user's primary calendar using the Microsoft Graph Search API. This action performs full-text search across event subject, body, location, and attendee information. Use this action when you need to find events by keyword or phrase rather than filtering by specific fields. For filtering by date range or specific properties, use the list events action instead. | GET /composio/outlook/outlook_search_events | none | — | — | managed |
OUTLOOK_SEARCH_MESSAGES Search Outlook messages using powerful KQL syntax. Supports sender (from:), recipient (to:, cc:), subject, date filters (received:, sent:), attachments, and boolean logic. Only works with Microsoft 365/Enterprise accounts (no @hotmail.com/@outlook.com). Examples: 'from:user@example.com AND received>=2025-10-01', 'to:info@jcdn.nl AND subject:invoice', 'received>today-30 AND hasattachment:yes' | GET /composio/outlook/outlook_search_messages | none | — | — | managed |
OUTLOOK_SEND_DRAFT Tool to send an existing draft message. Use after creating a draft when you want to deliver it to recipients immediately. Example: Send a draft message with ID 'AAMkAG…'. | POST /composio/outlook/outlook_send_draft | external_send | — | — | managed |
OUTLOOK_SEND_EMAIL Sends an email with subject, body, recipients, and optional attachments via Microsoft Graph API. Supports comma-separated email addresses in the to_email field for multiple recipients. Accepts either a single file or a list of files as attachments. Attachments require a non-empty file with valid name and mimetype. | POST /composio/outlook/outlook_send_email | external_send | — | — | managed |
OUTLOOK_SNOOZE_CALENDAR_GROUP_EVENT_REMINDER Tool to snooze a reminder for a user's calendar event within a calendar group to a new time. Use when you need to postpone an event reminder for a specific user's calendar that belongs to a calendar group. | POST /composio/outlook/outlook_snooze_calendar_group_event_reminder | external_send | — | — | managed |
OUTLOOK_SNOOZE_EVENT_REMINDER Tool to postpone an event reminder until a new time. Use when you need to delay a reminder for a calendar event. | POST /composio/outlook/outlook_snooze_event_reminder | external_send | — | — | managed |
OUTLOOK_SNOOZE_USER_CALENDAR_EVENT_REMINDER Tool to snooze a reminder for a calendar event in a specific user calendar to a new time. Use when you need to postpone an event reminder for a specific calendar. | POST /composio/outlook/outlook_snooze_user_calendar_event_reminder | external_send | — | — | managed |
OUTLOOK_SNOOZE_USER_EVENT_REMINDER Tool to snooze a reminder for a user's calendar event to a new time. Use when you need to postpone an event reminder for a specific user. | POST /composio/outlook/outlook_snooze_user_event_reminder | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_EVENT Updates specified fields of an existing Outlook calendar event. Implementation note: To avoid unintentionally clearing properties, the action first fetches the existing event, merges only the provided fields, and then PATCHes the merged updates. Unspecified fields remain unchanged. | POST /composio/outlook/outlook_update_calendar_event | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_EVENT_IN_CALENDAR Tool to update an event in a specific Outlook calendar. Use when you need to modify event details like subject, time, attendees, or location in a non-default calendar. | POST /composio/outlook/outlook_update_calendar_event_in_calendar | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_GROUP Tool to update the properties of a calendar group object. Use when you need to rename a calendar group. | POST /composio/outlook/outlook_update_calendar_group | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_GROUP_CALENDAR_PERMISSION Tool to update a calendar permission within a calendar group. Use when changing access levels for calendars in specific groups. | POST /composio/outlook/outlook_update_calendar_group_calendar_permission | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_GROUPS_CALENDARS Tool to update a calendar within a calendar group in a user's mailbox. Use when modifying calendar properties like name, color, or default calendar status. | POST /composio/outlook/outlook_update_calendar_groups_calendars | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_GROUPS_CALENDARS_EVENTS Tool to update an event in a calendar within a calendar group for a specific user. Use when modifying event details for a user's calendar. | POST /composio/outlook/outlook_update_calendar_groups_calendars_events | external_send | — | — | managed |
OUTLOOK_UPDATE_CALENDAR_PERMISSION Tool to update calendar permission levels for share recipients or delegates. Use when you need to change the access level (role) for someone who has been granted access to a calendar. | POST /composio/outlook/outlook_update_calendar_permission | external_send | — | — | managed |
OUTLOOK_UPDATE_CHILD_FOLDER_CONTACT Tool to update a contact in a child contact folder within a parent contact folder. Use when you need to modify contact properties such as name, email, phone numbers, or company details for contacts in nested folder structures. | POST /composio/outlook/outlook_update_child_folder_contact | external_send | — | — | managed |
OUTLOOK_UPDATE_CONTACT Updates an existing Outlook contact, identified by `contact_id` for the specified `user_id`, requiring at least one other field to be modified. | POST /composio/outlook/outlook_update_contact | external_send | — | — | managed |
OUTLOOK_UPDATE_CONTACT_FOLDER Tool to update the properties of a contact folder for a specific user. Use when you need to rename or move an existing contact folder. | POST /composio/outlook/outlook_update_contact_folder | external_send | — | — | managed |
OUTLOOK_UPDATE_CONTACT_FOLDER_CHILD_FOLDER Tool to update a child folder within a contact folder for a specific user. Use when you need to rename a child contact folder or move it to a different parent folder. | POST /composio/outlook/outlook_update_contact_folder_child_folder | external_send | — | — | managed |
OUTLOOK_UPDATE_CONTACT_FOLDERS_CONTACTS Tool to update a contact within a specific contact folder. Use when you need to modify contact details for a contact stored in a particular folder. | POST /composio/outlook/outlook_update_contact_folders_contacts | external_send | — | — | managed |
OUTLOOK_UPDATE_EMAIL Updates specified properties of an existing email message; `message_id` must identify a valid message within the specified `user_id`'s mailbox. | POST /composio/outlook/outlook_update_email | external_send | — | — | managed |
OUTLOOK_UPDATE_EMAIL_RULE Update an existing email rule | POST /composio/outlook/outlook_update_email_rule | external_send | — | — | managed |
OUTLOOK_UPDATE_EVENT_EXTENSION Tool to update an open extension on a calendar event in Microsoft Graph. Use when you need to modify custom properties stored in an event extension. | POST /composio/outlook/outlook_update_event_extension | external_send | — | — | managed |
OUTLOOK_UPDATE_EVENT_EXTENSION_IN_CALENDAR_GROUP Tool to update an open extension on a calendar event within a calendar group. Use when modifying custom properties stored in an event extension for events in calendar groups. | POST /composio/outlook/outlook_update_event_extension_in_calendar_group | external_send | — | — | managed |
OUTLOOK_UPDATE_INFERENCE_CLASSIFICATION Tool to update the inferenceClassification resource for a user. Use when needing to refresh or sync the Focused Inbox classification settings. Note: The inferenceClassification resource has no writable properties; actual message classification rules are managed through the overrides collection. | POST /composio/outlook/outlook_update_inference_classification | external_send | — | — | managed |
OUTLOOK_UPDATE_MAILBOX_SETTINGS Tool to update mailbox settings for the signed-in user. Use when you need to configure automatic replies, default time zone, language, or working hours. Example: schedule automatic replies for vacation. | POST /composio/outlook/outlook_update_mailbox_settings | external_send | — | — | managed |
OUTLOOK_UPDATE_MAIL_FOLDER Tool to update the display name of a mail folder. Use when you need to rename an existing mail folder. | POST /composio/outlook/outlook_update_mail_folder | external_send | — | — | managed |
OUTLOOK_UPDATE_MASTER_CATEGORY Tool to update the color of a category in the user's master category list. Use when you need to change the color of an existing category. Note that the display name cannot be modified after creation. | POST /composio/outlook/outlook_update_master_category | external_send | — | — | managed |
OUTLOOK_UPDATE_ME_CONTACTS_EXTENSIONS Tool to update an open extension on a contact in a contact folder. Use when you need to modify custom properties stored in a contact extension. | POST /composio/outlook/outlook_update_me_contacts_extensions | external_send | — | — | managed |
OUTLOOK_UPDATE_TODO_TASK Tool to update an existing task in Microsoft To Do. Use when modifying a task's title, status, importance, due date, reminder, body, or categories. Only the fields you provide will be changed. | POST /composio/outlook/outlook_update_todo_task | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CALENDAR Tool to update the properties of a user's calendar. Use when you need to rename a calendar or change its color theme for a specific user. | POST /composio/outlook/outlook_update_user_calendar | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CALENDAR_CALENDAR_EVENT Deprecated: Use OUTLOOK_UPDATE_CALENDAR_EVENT_IN_CALENDAR instead, which supports both /me and /users/{user_id} endpoints and additional fields (is_all_day, importance, sensitivity, reminders). | POST /composio/outlook/outlook_update_user_calendar_calendar_event | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CALENDAR_EVENT Tool to update an event in a specific user's calendar. Use when you need to modify calendar event properties for a user other than the signed-in user. | POST /composio/outlook/outlook_update_user_calendar_event | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CALENDAR_PERMISSION Tool to update calendar permission levels for a specific user's calendar. Use when you need to change the access level (role) for someone who has been granted access to a user's calendar. | POST /composio/outlook/outlook_update_user_calendar_permission | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CALENDARS Tool to update properties of a specific calendar by ID for a specific user. Use when you need to rename a user's calendar, change its color theme, or set it as the default calendar. | POST /composio/outlook/outlook_update_user_calendars | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CHILD_FOLDER_MESSAGE Tool to update a message in a child folder within a user's mailbox. Use when you need to modify message properties such as isRead status, importance, categories, or subject for messages in nested folder structures for a specific user. | POST /composio/outlook/outlook_update_user_child_folder_message | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CONTACT_EXTENSION Tool to update an open extension on a contact in a user's contact folder. Use when you need to modify custom properties stored in a contact extension for a specific user. | POST /composio/outlook/outlook_update_user_contact_extension | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CONTACTS_EXTENSIONS Tool to update an open extension on a contact in a user's contact folder. Use when you need to modify custom properties stored in a contact extension for a specific user. | POST /composio/outlook/outlook_update_user_contacts_extensions | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_CONTACTS_EXTENSIONS_DIRECT Tool to update an open extension on a contact directly under a user's contacts collection. Use when you need to modify custom properties stored in a contact extension. | POST /composio/outlook/outlook_update_user_contacts_extensions_direct | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_EVENT_EXTENSION Deprecated: Use OUTLOOK_UPDATE_EVENT_EXTENSION_IN_CALENDAR_GROUP instead, which supports both /me and /users/{user_id} endpoints and uses the correct @odata.type prefix. | POST /composio/outlook/outlook_update_user_event_extension | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_EVENTS_EXTENSIONS Tool to update an open extension on a user's calendar event. Use when modifying custom properties stored in an event extension for a specific user. | POST /composio/outlook/outlook_update_user_events_extensions | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_INFERENCE_CLASSIFICATION_OVERRIDE Tool to update the classification of messages from a specific sender in a user's Focused Inbox. Use when you need to change whether messages from a sender go to Focused or Other inbox for a specific user. | POST /composio/outlook/outlook_update_user_inference_classification_override | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_MAIL_FOLDER_MESSAGE Tool to update properties of a message in a specific mail folder for a user. Use when you need to modify message attributes like categories, read status, importance, or other properties for a message within a particular user's folder. | POST /composio/outlook/outlook_update_user_mail_folder_message | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_MAIL_FOLDER_MESSAGE_EXTENSION Tool to update an open extension on a message within a specific user's mail folder. Use when you need to modify custom properties stored in a message extension for a specific user. | POST /composio/outlook/outlook_update_user_mail_folder_message_extension | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_MAIL_FOLDER_MESSAGE_RULE Tool to update a message rule in a user's mail folder. Use when you need to modify an existing rule's properties, conditions, actions, or exceptions for a specific user. | POST /composio/outlook/outlook_update_user_mail_folder_message_rule | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_MAIL_FOLDERS_CHILD_FOLDERS Tool to update a child folder within a mail folder for a specific user. Use when you need to rename a child mail folder. | POST /composio/outlook/outlook_update_user_mail_folders_child_folders | external_send | — | — | managed |
OUTLOOK_UPDATE_USER_MESSAGE_EXTENSION Tool to update an open extension on a user's message. Use when you need to modify custom properties stored in a message extension for a specific user. | POST /composio/outlook/outlook_update_user_message_extension | external_send | — | — | managed |