All integrations

Outlook

MICROSOFT 365 · EMAIL

Mail read and send, scoped on its own rather than bundled with files.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

microsoft_outlook_add_attachment_to_draftWRITE

Attach a file (base64-encoded) to a draft message.

Mail.ReadWrite
microsoft_outlook_create_draftWRITE

Create a draft email message.

Mail.ReadWrite
microsoft_outlook_create_mail_folderWRITE

Create a new mail folder.

Mail.ReadWrite
microsoft_outlook_delete_mail_folderWRITE

Delete a mail folder.

Mail.ReadWrite
microsoft_outlook_delete_messageWRITE

Delete an email message.

Mail.ReadWrite
microsoft_outlook_delete_shared_mailbox_messageWRITE

Delete a message from a shared mailbox.

Mail.ReadWrite.Shared
microsoft_outlook_flag_messageWRITE

Flag a message for follow-up.

Mail.ReadWrite
microsoft_outlook_forward_messageWRITE

Forward an email to new recipients.

Mail.ReadMail.Send
microsoft_outlook_get_attachmentREAD

Get a specific attachment from an email message.

Mail.Read
microsoft_outlook_get_automatic_repliesREAD

Get automatic reply (out of office) settings.

MailboxSettings.Read
microsoft_outlook_get_mailbox_settingsREAD

Get mailbox settings (timezone, auto-replies, working hours).

MailboxSettings.Read
microsoft_outlook_get_mailbox_timezoneREAD

Get the user's mailbox timezone.

MailboxSettings.Read
microsoft_outlook_get_messageREAD

Get a specific email message with full body.

Mail.Read
microsoft_outlook_get_shared_mailbox_messageREAD

Get a specific message from a shared mailbox.

Mail.Read.Shared
microsoft_outlook_list_attachmentsREAD

List attachments on an email message.

Mail.Read
microsoft_outlook_list_mail_foldersREAD

List the user's mail folders.

Mail.Read
microsoft_outlook_list_message_metadataREAD

List email message headers/metadata with minimal fields (no body).

Mail.ReadBasic
microsoft_outlook_list_messagesREAD

List email messages from the user's mailbox.

Mail.Read
microsoft_outlook_list_shared_mailbox_messagesREAD

List messages in a shared mailbox.

Mail.Read.Shared
microsoft_outlook_mark_message_readWRITE

Mark a message as read.

Mail.ReadWrite
microsoft_outlook_mark_message_unreadWRITE

Mark a message as unread.

Mail.ReadWrite
microsoft_outlook_move_messageWRITE

Move an email message to another mail folder.

Mail.ReadWrite
microsoft_outlook_move_shared_mailbox_messageWRITE

Move a message in a shared mailbox to another folder.

Mail.ReadWrite.Shared
microsoft_outlook_reply_from_shared_mailboxWRITE

Reply to a message from a shared mailbox.

Mail.Read.SharedMail.Send.Shared
microsoft_outlook_reply_to_messageWRITE

Reply (or reply-all) to an email message.

Mail.ReadWrite
microsoft_outlook_send_draftWRITE

Send a previously created draft.

Mail.ReadWriteMail.Send
microsoft_outlook_send_from_shared_mailboxWRITE

Send an email from a shared mailbox.

Mail.Send.Shared
microsoft_outlook_send_mailWRITE

Send an email via Microsoft Outlook.

Mail.Send
microsoft_outlook_unflag_messageWRITE

Remove the follow-up flag from a message.

Mail.ReadWrite
microsoft_outlook_update_automatic_repliesWRITE

Update automatic reply (out of office) settings.

MailboxSettings.ReadWrite
microsoft_outlook_update_draftWRITE

Update an existing draft email.

Mail.ReadWrite
microsoft_outlook_update_mail_folderWRITE

Rename a mail folder.

Mail.ReadWrite
microsoft_outlook_update_mailbox_settingsWRITE

Update mailbox settings.

MailboxSettings.ReadWrite

Put Outlook behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.