send_attachment
Send one or more files or images to a Signal contact. Supports photos, videos, documents, and audio files with optional view-once auto-delete.
Instructions
Send one or more files or images to a Signal contact. Supports photos, videos, documents, and audio files. Use path for a single file or paths to send multiple files in one message. Set view_once=true to send media that auto-deletes after the recipient views it once. For groups use send_group_attachment instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient | Yes | Phone number in E.164 format | |
| path | No | Single file path (absolute, relative, or ~/path) | |
| paths | No | Multiple file paths to send as one message | |
| caption | No | Optional caption text shown below the attachment | |
| view_once | No | Send as view-once media — recipient can only view it once before it disappears |