buzz_attachment_read
Download an attachment from a Buzz message and retrieve its text or saved file path. Specify the channel and event ID from buzz_read, with an optional index for multiple attachments.
Instructions
Download an attachment from a message you can read and return it (text extracted for docs; a saved file path otherwise). Identify the message by channel + event (the from buzz_read); if the message has multiple attachments, pass index (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | the target message's <id> (from buzz_read) | |
| index | No | which attachment on the message (default 0) | |
| channel | Yes |