Query: Get Attachment by Filename
Gmail Operation
The Get Attachment by Filename query retrieves a specific file attached to an email in Gmail based on its name.
Example User Story
I want to get the 'Invoice_2026.pdf' attachment from a client's email so I can process the payment.
Fields
Field Name
Field Type
Required
filename
String
Yes
messageId
String
Yes
attachmentData
Binary
No
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated