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 based on the selected resource and operation. Specifically, for the 'Profile' resource and 'Fetch Profile' operation, it fetches profile information for a given contact number from a specified instance. This is useful for scenarios where you need to retrieve user profile details programmatically, such as in customer support automation or contact management systems.
Use Case Examples
- Fetch profile details of a contact by providing the instance name and contact number.
- Use the node to integrate profile fetching into a workflow that manages user data.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance from which to fetch the profile. This is required to identify the specific Evolution API instance to query. |
| Contact | The contact number (remoteJid) for which the profile information is to be fetched. This is required to specify the target profile. |
Output
JSON
profileData- The JSON object containing the fetched profile information for the specified contact.
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 selected resource and operation are supported by the node.
- Ensure that the 'Instance Name' and 'Contact' fields are correctly filled; missing or incorrect values may cause the API call to fail.
- Check that the API credentials are valid and have the necessary permissions to access profile data.
Links
- Evolution API Documentation - Official documentation for the Evolution API, useful for understanding available endpoints and data structures.