TEASEDocs
ProductsStreamHow-to

Reply in chat from the panel

Send a message to a connected platform's chat without leaving Stream or opening the platform's own site.

When a platform is connected and sending is available, a composer appears at the bottom of the console. Typing there and sending goes out as you — through Chaturbate's official API for that platform, or through the captured browser session on the motor for the webcam sites.

Send a reply

POST /api/admin/stream/hub/chat/send — the composer sends { "platform": "<key>", "text": "<message>" }. platform is the same key used everywhere else in Stream (chaturbate, stripchat, and so on); text is capped at 4000 characters. The request is proxied straight to the motor, and the motor's own reply — not just an acknowledgement — comes back in the response.

Before it'll work

  • The platform has to actually be connected — see Connect Chaturbate or Connect a webcam platform.
  • For the three browser-login platforms, the motor itself has to be up. Until it is, the tab shows "waiting for the motor" and the composer isn't live yet.

Verify it worked

The motor's response to the send is returned to the panel directly — if it fails (the platform rejected it, the session died mid-send), that comes back as an error rather than a silent success.

What's next

Connect Chaturbate — the fastest platform to get chat flowing from, no motor required.

On this page