send_message
Send a message to your vendor and workspace members through the HoneyBook portal, with support for in-thread replies. Requires confirmation to send.
Instructions
Send a message to the vendor (and the other members of the workspace) through the HoneyBook portal, exactly as the Activity tab composer does. HoneyBook emails it to every recipient. Pass reply_to_message_id to reply in-thread (the subject is inherited). Requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message text. Plain text is sent as-is (line breaks preserved); HTML is passed through. | |
| origin | No | Portal origin (e.g. https://<vendor>.hbportal.co). Optional when only one session is active. | |
| confirm | No | Must be true to actually send. Without it the tool returns a preview of what would go out. | |
| subject | No | Required for a new message; optional on a reply. | |
| workspace_id | Yes | The workspace _id (from list_projects, or .workspace._id on any workspace_file). | |
| reply_to_message_id | No | A message _id from list_messages to reply to. |