Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node operation forwards a message in a chat session. It is useful in scenarios where you want to programmatically forward messages from one chat to another, such as in customer support automation, message routing, or chatbots that need to relay information.
Use Case Examples
- Forward a message from one user to another in a customer support chat system.
- Automatically forward important notifications or alerts to a specific chat group.
Properties
| Name | Meaning |
|---|---|
| Session | The chat session identifier to use for forwarding the message. |
| Chat Id | The identifier of the chat where the message will be forwarded to. |
| Message Id | The identifier of the message to be forwarded. |
| Request Options | Additional options for the request such as batching, SSL certificate handling, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates if the message forwarding was successful.messageId- The ID of the forwarded message.chatId- The ID of the chat where the message was forwarded.
Dependencies
- Requires an API key or authentication token for the chat service to forward messages.
Troubleshooting
- Common issues include invalid session, chat ID, or message ID causing forwarding 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.
- Proxy configuration errors if the proxy settings are incorrect.