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 new lead list within a system that manages leads. It is useful in scenarios where users want to organize leads into specific lists for targeted marketing, sales campaigns, or segmentation purposes. For example, a user might create a list named "Newsletter Subscribers" to group all contacts who have signed up for email updates.
Properties
| Name | Meaning |
|---|---|
| Nome Da Lista | The name of the new list to be created |
Output
The node outputs JSON data representing the newly created lead list. This typically includes details such as the list's unique identifier, its name, and possibly metadata about creation time or status. There is no indication that the node outputs binary data.
Dependencies
- Requires an API key or authentication token to connect to the external lead management service.
- The node depends on the external service's API to create lead lists.
- Proper configuration of credentials in n8n is necessary for successful operation.
Troubleshooting
Common Issues:
- Missing or invalid list name: The node requires a non-empty string for the list name; ensure this property is correctly set.
- Authentication errors: Verify that the API key or authentication token is valid and has permissions to create lists.
- Network or API errors: Check connectivity and API endpoint availability.
Error Messages:
- Errors related to missing required properties usually indicate that the "Nome Da Lista" was not provided.
- Authentication failures suggest issues with the configured credentials.
- API response errors may require checking the external service's status or limits.
Links and References
- Refer to the external lead management service's API documentation for details on creating lead lists.
- n8n documentation on managing credentials and configuring HTTP request nodes may be helpful.