Send Typing / Recording Indicator
View All WhatsApp Messaging API APIs →Show a 'typing…' or 'recording audio…' indicator in a chat. Send a JSON body with state (composing to start or paused to stop) and optional media (text for typing or audio for recording). Use it to make a bot feel more human by signalling activity before a reply arrives.
API Features
Typing or recording Signal text typing or voice recording via the media field
Start and stop composing begins the indicator; paused clears it
Human-like bots Add realistic presence cues before sending an automated reply
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
POST
/api/project/whatsapp-messaging/send-chat-presence API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Show 'typing…' while your bot composes a response
- Indicate 'recording audio…' before sending a voice note
- Improve perceived responsiveness in conversational flows