Actions20
- Session Actions
- Message Actions
- Contact Actions
- Typing Actions
- Webhook Actions
Overview
The "Stop Typing" operation of the WhatsApp Multi-Session node allows users to stop sending a typing indicator to a specified phone number in a WhatsApp session. This is particularly useful in scenarios where a user has initiated a typing status but then decides not to send a message, helping to manage user expectations in real-time communication. For example, if a user starts typing a response but then changes their mind, they can use this operation to remove the typing indicator.
Properties
| Name | Meaning |
|---|---|
| Session ID | The WhatsApp session ID used to identify the active session for sending the typing indicator. |
| Phone Number | The recipient's phone number (including country code, without the '+' sign) to whom the typing indicator will be sent. |
Output
The output of the "Stop Typing" operation typically includes a JSON object that confirms the action was successful or provides an error message if it failed. The structure may include fields such as success, message, and any relevant error details.
Dependencies
- An API key credential is required to authenticate with the WhatsApp Multi-Session API.
- The node must be configured with the correct server URL for the WhatsApp Multi-Session API.
Troubleshooting
- Common Issues: Users might encounter issues related to invalid session IDs or phone numbers. Ensure that the session ID corresponds to an active session and that the phone number is formatted correctly.
- Error Messages:
- Authentication failed: Indicates that the provided API key is incorrect or lacks necessary permissions. Verify the API key and its associated permissions.
- Session not found: Suggests that the session ID does not correspond to any active session. Check the session ID for accuracy.
- Invalid phone number: Implies that the phone number format is incorrect. Ensure it includes the country code and does not have a '+' sign.