WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation "Stop Typing" under the resource "Chatting" is designed to send a command to stop the typing indicator in a chat session. It is useful in chat automation workflows where you want to programmatically control the typing status, for example, to signal that the bot or user has finished typing a message.

Use Case Examples

  1. In a customer support chatbot, after sending a message, use this node to stop the typing indicator to improve user experience.
  2. In an automated chat sequence, use this node to control when the typing indicator appears and disappears based on message preparation.

Properties

Name Meaning
Session The chat session identifier to specify which chat session to stop typing in.
Chat Id The identifier of the chat where the typing indicator should be stopped.
Request Options Additional options for the HTTP request such as batching, SSL certificate handling, proxy settings, and timeout configuration.

Output

JSON

  • session - The session identifier used in the request.
  • chatId - The chat identifier where the typing indicator was stopped.
  • status - The status or result of the stop typing request.

Dependencies

  • Requires an API key or authentication token to connect to the chat service.

Troubleshooting

  • Common issues include invalid or expired session or chat IDs, resulting in failure to stop typing indicator.
  • Timeout errors if the server does not respond within the configured timeout period.
  • SSL certificate validation errors if the server's SSL certificate is invalid and 'Ignore SSL Issues' is not enabled.

Discussion