gmail_attachment_download
Download a single Gmail attachment to a local file path using the attachment ID obtained from the message payload.
Instructions
Download one attachment to a local path. Get attachment_id from
the message payload parts (gmail_message_get with format=full).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| save_to | Yes | ||
| message_id | Yes | ||
| attachment_id | Yes |