Microsoft Outlook
Communication

Microsoft Outlook Connector

Connect to Microsoft Outlook to read, send, and manage emails via MS Graph.

$pip install "toolsconnector[outlook]"
23
Actions
Communication
Category
Free
Apache 2.0

All 23 Actions

Action Description Parameters Returns
create_calendar_event ⚠Create a calendar eventsubject, start, end  [attendees, body]OutlookCalendarEvent
create_contact ⚠Create a new contactgiven_name  [surname, email, phone]OutlookContact
create_draftCreate an email draftto, subject, bodyOutlookMessageId
create_folder ⚠Create a mail folderdisplay_name  [parent_folder_id]MailFolder
create_mail_rule ⚠Create a new inbox message ruledisplay_name, conditions, actionsMailRule
delete_message ⚠Delete an email messagemessage_idNoneType
forward_message ⚠Forward an email messagemessage_id, to  [comment]NoneType
get_attachmentGet a single attachment by IDmessage_id, attachment_idOutlookAttachment
get_contactGet a single contact by IDcontact_idOutlookContact
get_mail_tipsGet mail tips for email addressesemail_addresseslist
get_messageGet a single email message by IDmessage_idOutlookMessage
list_attachmentsList attachments on an email messagemessage_idlist
list_calendar_eventsList calendar events[start, end, limit, page_url]PaginatedList[OutlookCalendarEvent]
list_categoriesList master categorieslist
list_contactsList contacts[limit, skip, page_url]PaginatedList[OutlookContact]
list_foldersList mail folderslist
list_mail_rulesList inbox message ruleslist
list_messagesList email messages from a folder[folder, limit, skip, page_url]PaginatedList[OutlookMessage]
move_messageMove a message to another foldermessage_id, destination_folder_idOutlookMessage
reply_message ⚠Reply to an email messagemessage_id, body  [reply_all]NoneType
search_messagesSearch email messagesquery  [limit, page_url]PaginatedList[OutlookMessage]
send_message ⚠Send an email messageto, subject, body  [cc]OutlookMessageId
update_messageUpdate properties of an email messagemessage_id  [is_read, categories, importance]OutlookMessage
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing