# Download attachment action
This action downloads an email attachment from your Gmail account. Each attachment is processed as an individual job.
# Input fields
Field | Description |
---|---|
Email ID | Provide the ID of the email containing attachment. You can obtain this value from the output of the New email trigger. |
Attachment ID | Provide the ID of the attachment you plan to download. You can obtain this value from output of the New email trigger. |
# Output fields
The output of this action is a datatree that contains information about the downloaded attachment (opens new window).
Field | Description |
---|---|
Content Bytes | The content of the downloaded attachment. |
File Size | The size of the downloaded attachment. |
Last updated: 6/25/2024, 10:07:26 PM