Zappfy API icon

Zappfy API

Interact with Zappfy API

Overview

This node interacts with the Zappfy API, specifically allowing operations on various resources. For the "Perfil" resource and the "Remover Foto Do Perfil" operation, it enables users to remove the profile photo associated with a given instance. This is useful in scenarios where a user wants to update or clear their profile picture programmatically via the API.

Practical examples include:

  • Automating profile management workflows where profile photos need to be reset or removed.
  • Integrating with other systems that require clearing profile images as part of user data updates.

Properties

Name Meaning
Nome Da Instância The name of the instance for which the profile photo will be removed. This is a required string input.

Output

The node outputs a JSON array containing the response from the API after attempting to remove the profile photo. The exact structure depends on the API's response but typically includes confirmation of success or details about the removal operation.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the Zappfy API.
  • The base URL for API requests is https://docs.zappfy.io/api-reference.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "Perfil" and "Remover Foto Do Perfil".
  • Authentication errors: Ensure the API key credential is valid and has the necessary permissions.
  • Instance name issues: Providing an incorrect or non-existent instance name may cause the API to fail; double-check the instance name input.
  • Network or API endpoint errors: Confirm network connectivity and that the API endpoint URL is reachable.

Links and References

Discussion