Actions32
- Contatos Actions
- Oportunidades Actions
- Tarefas Actions
- Produtos Actions
- Funis Actions
- Campos Personalizados Actions
- Notas Actions
- Anexos Actions
- Propostas Actions
- Webhooks Actions
Overview
The node integrates with the Linqer CRM API to perform operations on various CRM resources. Specifically, for the resource Funis (Funnels) and operation Buscar por ID (Get by ID), it retrieves detailed information about a specific sales funnel by its unique identifier.
This node is beneficial in scenarios where you want to automate workflows involving sales funnels, such as fetching funnel details to analyze sales stages, reporting, or triggering other actions based on funnel data.
Practical example:
You can use this node to fetch a funnel's details by its ID and then use that data to update a dashboard, send notifications when a funnel reaches a certain stage, or integrate funnel data into other systems.
Properties
| Name | Meaning |
|---|---|
| ID do Funil | The unique identifier of the funnel to retrieve. |
Output
The output JSON contains the detailed data of the requested funnel as returned by the Linqer CRM API. This typically includes properties describing the funnel such as its name, stages, creation date, and other metadata relevant to the sales funnel.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Linqer CRM API.
- The node expects the API base URL and authentication token to be configured in the credential settings.
- Network access to the Linqer CRM API endpoints is necessary.
Troubleshooting
Common issues:
- Invalid or missing funnel ID will cause the API request to fail.
- Authentication errors if the API key credential is not set up correctly.
- Network connectivity problems may prevent successful API calls.
Error messages:
"Operação "get" não suportada para funis": This indicates an unsupported operation was requested; ensure the operation is set to "get".- API response errors related to invalid IDs or permissions will be passed through; verify the funnel ID exists and the API key has sufficient rights.
Resolution tips:
- Double-check the funnel ID input for correctness.
- Verify the API key credential configuration.
- Ensure the Linqer CRM API service is reachable from your n8n instance.
Links and References
- Linqer CRM API Documentation (Assumed link, replace with actual if available)
- n8n Documentation on Creating Custom Nodes
