Microsoft Outlook
Microsoft Outlook integration allows users to manage their emails, calendars, and contacts seamlessly within a unified platform. This tool enhances productivity by streamlining communication and scheduling tasks efficiently.
Features
- Seamless management of emails, calendars, and contacts within one interface.
- Synchronization across multiple devices to keep data up-to-date.
- Advanced email organization with filtering, categorization, and search features.
- Integrated calendar with scheduling, reminders, and event management.
- Contact management with easy import, export, and grouping options.
Benefits
- Boosts productivity by consolidating communication tools into one platform.
- Enhances time management through efficient calendar and scheduling features.
- Improves organization of emails and contacts, reducing clutter and missed messages.
- Supports collaboration and coordination through sharing calendar events and contact details.
- Ensures data consistency and accessibility across devices for uninterrupted workflow.
Available tools
15 actions available as tools
Find email
Search for an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages)
Update contact
Add a contact to the root Contacts folder, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - emailAddresses: Return JSON in this format: string[] - businessPhones: Return JSON in this format: string[]
Send email
Send an email to one or multiple recipients, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-sendmail) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - recipients: Return JSON in this format: string[] - ccRecipients: Return JSON in this format: string[] - bccRecipients: Return JSON in this format: string[] - files: Return JSON in this format: string[]
Reply to email
Reply to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-reply) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - recipients: Return JSON in this format: string[] - ccRecipients: Return JSON in this format: string[] - bccRecipients: Return JSON in this format: string[] - files: Return JSON in this format: string[]
Remove label from email
Removes a label/category from an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update)
Move email to folder
Moves an email to the specified folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-move)
List labels
Get all the labels/categories that have been defined for a user. [See the documentation](https://learn.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories)
List folders
Retrieves a list of all folders in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-mailfolders)
List contacts
Get a contact collection from the default contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)
Find contacts
Finds contacts with the given search string. [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)
Create draft email
Create a draft email, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-messages) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - recipients: Return JSON in this format: string[] - ccRecipients: Return JSON in this format: string[] - bccRecipients: Return JSON in this format: string[] - files: Return JSON in this format: string[]
Create contact
Add a contact to the root Contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-contacts) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - emailAddresses: Return JSON in this format: string[] - businessPhones: Return JSON in this format: string[]
Approve workflow
Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - recipients: Return JSON in this format: string[]
Add label to email
Adds a label/category to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update)
Download attachment
Downloads an attachment to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-1.0&tabs=http)