Actions26
- Message Actions
- Group Actions
- Interactive Actions
- Chat Actions
- Instance Actions
Overview
This node interacts with the Uniteds WhatsApp API to manage WhatsApp chats. Specifically, the 'Get All Chats' operation retrieves a list of all chats associated with a specified WhatsApp instance. This is useful for scenarios where you need to monitor or analyze conversations, automate responses, or integrate chat data into other workflows.
Use Case Examples
- Retrieve all chats from a specific WhatsApp instance to display in a dashboard.
- Fetch chat data for analysis or reporting purposes.
- Use chat information to trigger automated workflows based on conversation activity.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance from which to retrieve all chats. |
Output
JSON
id- Unique identifier of the chat.name- Name or title of the chat.lastMessage- Content or summary of the last message in the chat.timestamp- Timestamp of the last activity in the chat.participants- List of participants involved in the chat.
Dependencies
- Uniteds WhatsApp API
Troubleshooting
- Ensure the provided Instance ID is correct and corresponds to an active WhatsApp instance.
- Verify that the API credentials are valid and have the necessary permissions to access chat data.
- Check network connectivity to the Uniteds WhatsApp API endpoint.
- Common error messages may include authentication failures or invalid instance ID errors; resolving these typically involves verifying credentials and input parameters.
Links
- Uniteds WhatsApp API Documentation - Official API documentation for interacting with Uniteds WhatsApp services.
