sendook_reply_to_message
Reply to an existing message in a conversation thread, maintaining thread context. Send plain text or HTML reply to a specific message.
Instructions
Reply to an existing message in a conversation thread.
Sends a reply that maintains the conversation thread context. The reply will be threaded with the original message.
Args: params: ReplyToMessageInput containing: - inbox_id: Inbox containing the message - message_id: Original message to reply to - text: Plain text reply body (optional) - html: HTML reply body (optional)
Returns: str: Confirmation with reply message ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |