Linqer CRM icon

Linqer CRM

Integração com a API do CRM Linqer

Overview

This node integrates with the Linqer CRM API to manage products within the CRM system. Specifically, the "Deletar" (Delete) operation for the "Produtos" (Products) resource allows users to delete a product by its ID.

Common scenarios where this node is beneficial include:

  • Automating product lifecycle management by removing obsolete or discontinued products from the CRM.
  • Synchronizing product data between Linqer CRM and other systems by programmatically deleting products no longer available.
  • Cleaning up test or duplicate product entries in bulk workflows.

Practical example:

  • A workflow that triggers when a product is marked as discontinued in an external inventory system, then uses this node to delete the corresponding product in Linqer CRM automatically.

Properties

Name Meaning
ID do Produto The unique identifier of the product to be deleted

Output

The output JSON contains the response from the Linqer CRM API after attempting to delete the specified product. Typically, this will be a confirmation of deletion or an error message if the deletion failed.

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 base URL of the Linqer CRM API to be configured in the credentials.
  • Network access to the Linqer CRM API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing product ID: Ensure the "ID do Produto" property is correctly set and corresponds to an existing product.
    • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
    • Network connectivity problems: Confirm that the n8n instance can reach the Linqer CRM API endpoint.
  • Error messages:

    • "Operação "delete" não suportada para produtos": This indicates an unsupported operation; ensure the operation is set to "Deletar".
    • HTTP errors from the API (e.g., 404 Not Found): Usually means the product ID does not exist.

To resolve errors, double-check input parameters, credentials, and network settings.

Links and References

Discussion