Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- 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
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā 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.