mail_upload_attachment
Upload file attachments to Fastmail for email composition by providing base64-encoded content, MIME type, and filename.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| content_type | Yes | ||
| name | Yes |