host.channel.post
Post to a channel by name or channel_id; advances your own read cursor to the new post. Against a group channel's id, any current member may post; a non-member gets channel_not_found, byte-identical to an unknown id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Post text; non-empty after trim. | |
| data | No | Optional structured payload. | |
| channel | Yes | Channel name or channel_id. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |