WAHA icon

WAHA

Connect with Whatsapp HTTP API

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 signal that the user or bot has stopped typing, improving the chat experience by accurately reflecting the typing status.

Use Case Examples

  1. In a customer support chatbot, after sending a message, use this node to stop the typing indicator so the user knows the bot has finished typing.
  2. In a messaging automation system, use this node to control typing indicators dynamically based on message sending status.

Properties

Name Meaning
Session The chat session identifier to specify which chat session the stop typing command applies to.
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 validation, proxy settings, and timeout configuration.

Output

JSON

  • session - The session identifier used in the request.
  • chatId - The chat identifier used in the request.
  • status - The status of the stop typing request, indicating success or failure.

Dependencies

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

Troubleshooting

  • Common issues include invalid session or chat IDs causing the stop typing command to fail.
  • 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