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
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.