Skip to main content

Typing Indicator

Typing Indicator callbacks are triggered to notify your application that an end user has begun typing a reply. These callbacks provide detailed information, including the sender and timestamps.

Typing Indicator Webhook Payload

ParameterTypeRequiredDescriptionExample
typestringtrueAlways TYPING_INDICATORTYPING_INDICATOR
directionstringtrueAlways OutboundOutbound
channelstringtrueAlways rcsrcs
tostringfalseThe sender the message was sent toexampleSender
fromstringfalseThe phone number the message was sent from (E164 format with no plus)1987654321
errorobjecttrueThe message error, if applicable{ "code": "0", "description": "None" }
error.codestringtrueDetailed error code0
error.descriptionstringtrueDetailed error descriptionno error
timestringtrueThe time of the event was received in ISO 8601 format2025-12-01T15:30:00Z
api_versionstringtrueThe version of the API the message was sent on1