send_attachment
Attach and send files to iMessage chats by providing the chat GUID, base64-encoded file data, filename, and optional MIME type.
Instructions
Send a file attachment to a chat.
Args: chat_guid: The chat GUID to send to. data_base64: The file contents as a base64-encoded string. filename: The filename (e.g. 'photo.jpg'). mime_type: MIME type (e.g. 'image/jpeg'). Defaults to 'application/octet-stream'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_guid | Yes | ||
| data_base64 | Yes | ||
| filename | Yes | ||
| mime_type | No | application/octet-stream |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |