send_note_to_self
Send yourself a note via Signal's Note to Self to save reminders, bookmarks, or drafts that sync across all linked devices. Supports markdown formatting and attachments for rich content.
Instructions
Send a note to yourself via Signal's 'Note to Self' / saved messages feature. The note is synced across all your linked Signal devices. Useful for saving reminders, bookmarks, or drafts that sync to your phone. message supports lightweight markdown for Signal's native rich text: bold, strikethrough, monospace — use it to visually distinguish different kinds of notes (e.g. a bold title per note) instead of plain text blobs. Pass attachments (e.g. a QR code image) and quote_author/quote_timestamp (to thread a follow-up under a previous note, from a prior send_note_to_self result) to combine content in one message instead of separate calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Note text to save. Supports **bold**, ~~strikethrough~~, `monospace` | |
| attachments | No | File paths to attach (e.g. a QR code or screenshot) | |
| quote_author | No | Your own account number, to thread this note under a previous one | |
| quote_timestamp | No | Timestamp of the note being followed up on (from a prior send_note_to_self result) |