Inbound Webhook Support
Track the implementation of inbound message handling for the Rocket.Chat plugin
What
Add inbound webhook support for the Rocket.Chat channel plugin in OpenClaw.
Why
Currently there is no way for the RC client to send messages into OpenClaw. This sets up a POST /rocketchat/webhook endpoint that receives messages from RC and dispatches them inbound via api.gateway.dispatchInbound.
Notes
Outbound via REST API is working. Still verifying that api.gateway.dispatchInbound is correctly picked up by OpenClaw once the channel is registered.
Inbound Webhook Support
Track the implementation of inbound message handling for the Rocket.Chat plugin
What
Add inbound webhook support for the Rocket.Chat channel plugin in OpenClaw.
Why
Currently there is no way for the RC client to send messages into OpenClaw. This sets up a
POST /rocketchat/webhookendpoint that receives messages from RC and dispatches them inbound viaapi.gateway.dispatchInbound.Notes
Outbound via REST API is working. Still verifying that
api.gateway.dispatchInboundis correctly picked up by OpenClaw once the channel is registered.