Context & Use Case:
I have a requirement to support a WhatsApp typing indicator.
When my end-customer triggers a message, my custom LLM takes a few moments to process and generate a response. To keep the end-user engaged on WhatsApp during this delay, I want to display a live typing indicator on the user's personal WhatsApp interface.
The Proposed Solution:
You already have an internal endpoint (POST /conversation/typing) that triggers this behavior natively. Instead of building complex backend/UI overrides on my end, I propose exposing this existing internal API to clients. This would allow my custom LLM setup to independently ping the endpoint and trigger the typing state on WhatsApp while my AI generates the payload.
This change does not impact our core platform UI and leverages infrastructure we already own.
Thank you!