Linqer CRM icon

Linqer CRM

Integração com a API do CRM Linqer

Overview

The node integrates with the Linqer CRM API to manage "Oportunidades" (Opportunities). Specifically, the "Buscar por ID" (Get by ID) operation retrieves detailed information about a single opportunity using its unique identifier. This is useful in scenarios where you want to fetch the current state or details of a specific sales opportunity for further processing, reporting, or automation within an n8n workflow.

Practical examples include:

  • Automatically retrieving opportunity details when triggered by an external event.
  • Enriching customer data by fetching related opportunity information.
  • Using opportunity data to trigger follow-up tasks or notifications.

Properties

Name Meaning
ID da Oportunidade The unique identifier of the opportunity to retrieve.

Output

The node outputs a JSON object representing the opportunity's details as returned by the Linqer CRM API. This typically includes fields such as title, description, value, contact ID, funnel and stage IDs, expected close date, channel and source IDs, associated products, custom fields, and other relevant metadata.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Linqer CRM API.
  • The node uses HTTP requests to the Linqer CRM API endpoints.
  • Proper configuration of the API URL and authentication credentials in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing opportunity ID will cause the API request to fail.
    • Authentication errors if the API key credential is incorrect or expired.
    • Network connectivity problems preventing access to the Linqer CRM API.
  • Error messages:

    • "Operação "get" não suportada para oportunidades": Indicates an unsupported operation; ensure the operation parameter is correctly set to "get".
    • HTTP 404 Not Found: The specified opportunity ID does not exist.
    • Authentication errors: Check that the API key credential is valid and properly configured.
  • Resolutions:

    • Verify the opportunity ID input is correct and exists in the CRM.
    • Confirm API credentials are up to date and have required permissions.
    • Ensure network access to the Linqer CRM API endpoint.

Links and References

Discussion