send_message
Send end-to-end encrypted text messages to Signal contacts. Optionally reply to or quote a specific message by providing the original author and timestamp.
Instructions
Send a text message to a Signal contact. The message is delivered end-to-end encrypted. Returns the sent timestamp, which can be used as target_timestamp for react_to_message or edit_message. To reply/quote a specific message, provide quote_author and quote_timestamp (get timestamps from get_conversation). Use send_group_message for group chats, send_attachment for files/images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient | Yes | Phone number in E.164 format (e.g. +1234567890) | |
| message | Yes | Message text to send | |
| quote_author | No | Phone number of the author of the message being quoted/replied to | |
| quote_timestamp | No | Timestamp of the message being quoted/replied to (from get_conversation) |