Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

This node operation "Apagar Variável Customizada" (Delete Custom Variable) is designed to delete a specific custom variable identified by its unique ID. It is useful in scenarios where users need to manage and clean up custom variables dynamically within their workflows, such as removing outdated or unnecessary configuration values or data points.

Practical examples include:

  • Automatically deleting temporary custom variables after a process completes.
  • Cleaning up user-specific settings stored as custom variables when a user account is deleted.
  • Managing environment-specific variables by removing those no longer relevant.

Properties

Name Meaning
ID Da Variável Customizada The unique identifier of the custom variable to be deleted

Output

The output JSON typically contains information about the deletion result, such as confirmation of success or failure. Since the source code does not provide explicit details, it can be assumed that the output will confirm whether the custom variable was successfully deleted.

No binary data output is indicated.

Dependencies

  • Requires an API key or authentication token to access the service managing custom variables.
  • The node depends on the external system or API that stores and manages these custom variables.
  • Proper configuration of credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent custom variable ID will likely cause the operation to fail.
    • Missing or incorrect API authentication may result in authorization errors.
    • Network connectivity problems could prevent communication with the external service.
  • Error messages and resolutions:

    • "Variable not found": Verify the custom variable ID is correct and exists.
    • "Unauthorized" or "Authentication failed": Check that the API key or authentication token is correctly configured.
    • Timeout or network errors: Ensure stable internet connection and that the external service is reachable.

Links and References

  • No direct links available from the provided source code.
  • For more information, consult the documentation of the external service managing custom variables or the n8n community forums for similar use cases.

Discussion