Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to perform various operations. Specifically, for the 'Chat' resource and 'Find Messages' operation, it retrieves messages from a chat instance based on the provided contact number, page number, and quantity per page. This is useful for scenarios where users need to fetch chat history or messages for analysis, monitoring, or integration with other systems.
Use Case Examples
- Fetch the first 10 messages from a specific contact in a chat instance.
- Retrieve messages from page 2 with 20 messages per page for detailed chat history review.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the chat instance to query messages from. |
| Contact | The contact number whose messages are to be retrieved. |
| Page | The page number of the message results to fetch, used for pagination. |
| Quantity Per Page | The number of messages to retrieve per page, controlling the size of each result set. |
Output
JSON
messages- Array of messages retrieved from the chat instance for the specified contact and pagination parameters.
Dependencies
- Requires an API key credential for Evolution API authentication.
Troubleshooting
- Ensure the 'Instance Name' and 'Contact' fields are correctly filled; missing or incorrect values may result in no data or errors.
- Pagination parameters 'Page' and 'Quantity Per Page' should be positive integers; invalid values may cause unexpected results.
- If the API key credential is invalid or missing, the node will fail to authenticate and return an error.
Links
- Evolution API Documentation - Official documentation for the Evolution API, detailing available endpoints and usage.