Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Inspect and Remove Attachment
Version 1.0.0
Find a message with attachments, inspect the first one, and delete it.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
inspect-and-remove-attachment
Locate an attachment on a message, inspect it, and remove it.
Finds the first message with attachments, lists its attachments, reads the first attachment, and deletes it.
1
findWithAttachments
List messages that have attachments and capture the id of the first such message.
2
listMessageAttachments
List the attachments on the matched message and capture the id of the first attachment.
3
inspectAttachment
Read the first attachment to inspect its name, size, and content type before deleting it.
4
removeAttachment
Delete the inspected attachment from the message. Graph returns 204 No Content on success.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.