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
listMessages
List messages that have attachments and capture the id of the first such message.
2
listMessageAttachments
listAttachments
List the attachments on the matched message and capture the id of the first attachment.
3
inspectAttachment
getAttachment
Read the first attachment to inspect its name, size, and content type before deleting it.
4
removeAttachment
deleteAttachment
Delete the inspected attachment from the message. Graph returns 204 No Content on success.