Send typing indicator
Threads
Send typing indicator
Sends a typing indicator to the external party in the thread. Only supported for X Chat (encrypted) threads.
POST
Send typing indicator
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Pattern:
^[0-9a-z]+$Body
application/json
The body is of type object.
Response
200 - application/json
OK
Whether the typing indicator was sent or skipped. If skipped, the reason will be provided.
Available options:
sent, skipped Example:
"sent"
The reason the typing indicator was skipped. Only present when status is 'skipped'.
Available options:
rateLimited, typingDisabled, unsupported, outboundDisabled Example:
"rateLimited"