Actions45
- Evento Actions
- Criar Evento De Acesso Concedido
- Criar Evento De Aguardando Pagamento
- Criar Evento De Boleto Impresso
- Criar Evento De Carrinho Abandonado
- Criar Evento De Nota Nps
- Criar Evento De Pacote Aguardando Retirada
- Criar Evento De Pacote Saiu Para Entrega
- Criar Evento De Pedido Cancelado
- Criar Evento De Pedido Despachado
- Criar Evento De Pedido Entregue
- Criar Evento De Pedido Estornado
- Criar Evento De Pedido Pago
- Criar Evento De Pedido Processando
- Criar Evento De Pesquisa Nps
- Criar Evento De Progresso De Envio
- Criar Evento De Redefinicao De Senha
- Gerenciamento Da Conta Actions
- Grupo De Variável Customizada Actions
- Integração Actions
- Lead Actions
- Lista De Lead Actions
- Variável Customizada Actions
Overview
This node is designed to create a custom variable group within a system that manages variable groups. It allows users to define and organize variables under a named group, which can be useful for categorizing related variables for easier management and retrieval. A practical example would be grouping environment-specific variables (like development, staging, production) or grouping variables by project or team.
Properties
| Name | Meaning |
|---|---|
| Nome | The name of the variable group to be created. This is a required string input that identifies the new group. |
Output
The node outputs JSON data representing the newly created variable group. This typically includes details such as the group's unique identifier, its name, and possibly metadata about creation time or status. If the node supports binary data output, it would relate to any files or attachments associated with the variable group, but this is not indicated in the provided code.
Dependencies
- Requires an API key credential or similar authentication token to authorize the creation of variable groups.
- Depends on an external service or API endpoint that manages variable groups.
- The node configuration must include proper credentials and endpoint URLs to interact with the external service.
Troubleshooting
- Missing Required Property: If the "Nome" property is empty or missing, the node will likely throw an error indicating that the group name is required. Ensure this field is filled before execution.
- Authentication Errors: Failure to provide valid credentials or tokens will result in authorization errors. Verify that the API key or authentication method is correctly configured.
- API Endpoint Issues: Network problems or incorrect endpoint URLs can cause request failures. Check connectivity and endpoint correctness.
- Duplicate Group Names: Attempting to create a group with a name that already exists might cause an error or unexpected behavior depending on the external service's rules.
Links and References
- Refer to the external service's API documentation for variable group management.
- n8n documentation on creating custom nodes and handling credentials.