Send an "agent is typing" indicator
Broadcast an ephemeral “agent is typing” indicator to the live chat widget for a specific conversation. Use this to show a typing animation in the messenger while your agent composes a reply in your own interface. The signal is not persisted: send it with isTyping=true while the agent is typing and isTyping=false when they stop or send a message. To avoid noise, send true at most once every ~5 seconds. The indicator is hidden automatically after 10 seconds without a fresh signal, so a missed false is self-healing. userId is optional — omit it to attribute the typing to the workspace owner.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the conversation
"chat_1234567890"
Body
Typing signal details
Response
Typing signal broadcast successfully
"success"

