Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations related to chat functionality. Specifically, the 'Find Status Messages' operation allows users to retrieve status messages for a given contact in a chat instance. This is useful for scenarios where you need to fetch and analyze status updates or message statuses from a chat contact, such as monitoring message delivery or read receipts.

Use Case Examples

  1. Retrieve status messages for a specific contact in a chat instance to monitor message delivery status.
  2. Paginate through status messages by specifying page number and quantity per page to manage large datasets.

Properties

Name Meaning
Instance Name The name of the chat instance to query status messages from.
Contact The contact number (remoteJid) whose status messages are to be found.
Message ID The specific message ID to find status messages for.
Page The page number for paginated results.
Quantity Per Page The number of status messages to retrieve per page.

Output

JSON

  • statusMessages - Array of status messages retrieved for the specified contact and message ID.

Dependencies

  • Requires an API key credential for Evolution API authentication.

Troubleshooting

  • If the operation or resource is unsupported, the node throws an error indicating the function is not supported. Verify the resource and operation names are correct.
  • Ensure the required parameters (Instance Name, Contact, Message ID) are provided; missing these will likely cause errors.
  • Pagination parameters (Page and Quantity Per Page) should be valid numbers; invalid values may result in unexpected results or errors.

Links

Discussion