Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

The node implements the operation to create a custom variable group. This is useful when you want to organize multiple variables into a named group for easier management and reuse within workflows. For example, grouping related configuration variables or environment-specific settings under one group name.

Properties

Name Meaning
Nome The name of the variable group to be created. This is a required string input that identifies the group.

Output

The output JSON will typically contain information about the newly created variable group, such as its identifier, name, and possibly metadata confirming successful creation. Since the source code does not provide explicit details, expect the output to reflect the created group's properties.

No binary data output is indicated.

Dependencies

  • Requires an API key or authentication token to connect to the external service managing variable groups.
  • The node depends on the external service's API to create variable groups.
  • Proper configuration of credentials in n8n is necessary for successful execution.

Troubleshooting

  • Missing or invalid "Nome" property: The node requires the group name; ensure it is provided and non-empty.
  • Authentication errors: Verify that the API key or authentication token is correctly configured and has permissions to create variable groups.
  • API connectivity issues: Check network access and endpoint availability.
  • Duplicate group names: If the service disallows duplicate names, creating a group with an existing name may cause errors.

Links and References

  • Refer to the external service's API documentation for variable group management.
  • n8n documentation on credential setup and node usage.

Discussion