mail_upload_attachment
Upload a file encoded as base64 to attach to an email. Specify the MIME type and filename to prepare the attachment for use in email composition.
Instructions
Upload a blob for use in email composition.
Args: data: Base64-encoded file content. content_type: MIME type of the file. name: Filename (informational only; not stored with the blob).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| content_type | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |