Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations. Specifically, for the 'Chat' resource and 'Find Contacts' operation, it allows users to either list all contacts or find a specific contact by their number within a given instance. This is useful for scenarios where you need to retrieve contact information from a chat system, such as for customer support, marketing, or user management.

Use Case Examples

  1. List all contacts in a chat instance to synchronize with a CRM system.
  2. Find a specific contact by their number to retrieve their chat details for personalized communication.

Properties

Name Meaning
Instance Name The name of the chat instance to query contacts from.
List All Determines whether to list all contacts or find a specific contact.
Contact The specific contact number to find when not listing all contacts.

Output

JSON

  • contacts - Array of contact objects retrieved from the chat instance.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • If the node throws an 'Unsupported operation' error, verify that the resource and operation names are correctly set.
  • Ensure the 'Instance Name' is correctly provided and matches the chat instance in the Evolution API.
  • If 'List All' is false, ensure the 'Contact' number is correctly formatted and exists in the instance to avoid empty results.

Links

Discussion