Tool
Download attachment
The Microsoft Outlook Download Attachment tool enables seamless downloading of email attachments directly to a temporary directory, facilitating efficient access and management of files within your automated workflows.
Features
- Downloads attachments from Microsoft Outlook messages using message and attachment identifiers.
- Saves attachments securely in the /tmp directory for easy temporary storage.
- Supports precise retrieval by specifying messageId and attachmentId parameters.
- Integrates smoothly with Microsoft Graph API for robust email interaction.
- Provides straightforward configuration for quick setup and use.
Benefits
- Enhances productivity by automating the download of email attachments.
- Reduces manual effort and errors in managing Outlook attachments.
- Allows integration into larger workflows for streamlined email handling.
- Improves file access speed with direct downloads to a local temporary directory.
- Supports developers with clear documentation and simple input requirements.
Description
Downloads an attachment to the /tmp directory. See the documentation
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| messageIdrequired | string | The identifier of the message containing the attachment to download |
| attachmentIdrequired | string | The identifier of the attachment to download |
| filenamerequired | string | The filename to save the attachment as in the /tmp directory |