BCP CRM icon

BCP CRM

Interact with BCP CRM API

Overview

This node integrates with the BCP CRM API to manage CRM data entities such as Leads, Contacts, Companies, Deals, and Tickets. Specifically, for the Lead - Delete operation, it deletes a lead record identified by its unique ID from the CRM system.

Typical use cases include automating the cleanup of outdated or invalid leads, removing duplicates, or managing lead lifecycle events programmatically within an n8n workflow. For example, after qualifying leads through other processes, this node can be used to delete those that do not meet criteria automatically.

Properties

Name Meaning
Lead ID The unique identifier (ID) of the lead to delete

Output

The node outputs JSON data representing the response from the BCP CRM API after attempting to delete the lead. This typically includes confirmation of deletion or details about the deleted lead. If multiple deletions occur in batch mode, the output is an array of such responses.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the BCP CRM API.
  • The node expects the base URL and API key to be configured in the credentials.
  • Network access to the BCP CRM API endpoints is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Lead ID will cause the API call to fail.
    • Incorrect or expired API key will result in authentication errors.
    • Network connectivity problems may prevent reaching the API endpoint.
  • Error messages:

    • Errors returned from the API are passed through; typical messages might indicate "Lead not found" if the ID does not exist.
    • Authentication failures will mention invalid API key or unauthorized access.
  • Resolutions:

    • Verify the Lead ID is correct and exists in the CRM.
    • Ensure the API key credential is valid and has sufficient permissions.
    • Check network connectivity and firewall settings.

Links and References

Discussion