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 Business Profile' operation, it fetches the business profile information of a specified contact using the provided instance name and contact number. This is useful for retrieving detailed business profile data in automation workflows, such as customer relationship management or contact verification.
Use Case Examples
- Fetch the business profile of a contact by providing the instance name and contact number to enrich customer data.
- Use the node to automate the retrieval of business profiles for contacts in bulk, aiding in marketing or support processes.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance to identify the Evolution API environment to query. |
| Contact | The contact number (remoteJid) for which the business profile is to be fetched. |
Output
JSON
businessProfile- The fetched business profile data of 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 resource and operation names are correctly set to 'Profile' and 'Fetch Business Profile'.
- Ensure the instance name and contact number are correctly provided and valid; otherwise, the API may return errors or empty results.
- Check that the Evolution API credentials are correctly configured and have the necessary permissions to access profile data.
Links
- Evolution API Documentation - Official documentation for the Evolution API, detailing available endpoints and usage.