Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node operation "Start Typing" under the resource "Chatting" is designed to signal the start of typing in a chat session. It is useful in chat automation workflows where you want to indicate to the recipient that a message is being composed, enhancing the interactivity and user experience in chat applications.
Use Case Examples
- In a customer support chatbot, use this operation to show the agent is typing before sending a response.
- In a messaging automation system, trigger the typing indicator to simulate a human-like interaction.
Properties
| Name | Meaning |
|---|---|
| Session | The chat session identifier to specify which chat session the typing indicator applies to. |
| Chat Id | The identifier of the chat where the typing indicator should be shown. |
| Request Options | Additional options to control request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
session- The session identifier used in the request.chatId- The chat identifier where typing was started.status- The status or result of the start typing request.
Dependencies
- Requires an API key or authentication token to connect to the chat service.
Troubleshooting
- Common issues include invalid session or chat IDs causing request failures.
- Timeout errors if the server does not respond within the specified timeout period.
- SSL certificate validation errors if the server's SSL certificate is invalid or untrusted; can be bypassed by enabling 'Ignore SSL Issues'.
- Proxy misconfiguration leading to connection failures.