Evolution API icon

Evolution API

Interact with Evolution API

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 Privacy Settings' operation, it fetches the privacy settings of a specified instance. This is useful for scenarios where you need to programmatically retrieve privacy configurations from the Evolution API, such as integrating privacy data into workflows or monitoring privacy settings changes.

Use Case Examples

  1. Fetch privacy settings for a given instance to audit or display them in a dashboard.
  2. Integrate privacy settings retrieval into an automated compliance workflow.

Properties

Name Meaning
Instance Name The name of the instance for which to fetch privacy settings. This is a required string input.

Output

JSON

  • privacySettings - The fetched privacy settings data for the specified 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 to 'Profile' and 'Fetch Privacy Settings'.
  • Ensure the API key credential is valid and has the necessary permissions to access privacy settings.
  • Check network connectivity and the base URL 'https://doc.evolution-api.com/api-reference' for accessibility.

Links

Discussion