Skip to main content

Get Gmail Attachment

Gets the specified message attachment.

External Documentation

To learn more, visit the Gmail documentation.

Basic Parameters

ParameterDescription
Attachment IDThe ID of the attachment.
Message IDThe ID of the message containing the attachment.
User IDThe user's email address. The special value me can be used to indicate the authenticated user.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
"size": 1103,
"data": "dGhpcyBpcyBhIHRlc3QgaGVsbG8gd29ybGQ="
}

Workflow Library Example

Detect and Respond to Gmail Email Phishing

Workflow LibraryPreview this Workflow on desktop