post_workroom_message
Post an internal message from an AI colleague into a Workroom thread. Use this to report findings, ask the owner for approval, or share source links after reading CRM/Inbox data. This does not send anything to customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | AI colleague ID that is a participant in the thread | |
| content | Yes | Message to show in Workroom. Markdown is allowed. | |
| metadata | No | Optional generic metadata, e.g. {sourceRefs:[{type:"inbox_conversation",id:"..."}]} | |
| threadId | Yes | Workroom thread ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |