Actions79
- Lead Status Actions
- Pipeline Actions
- Template Actions
- Lead Actions
- Contact Actions
- Activity Actions
- Meeting Search Actions
- Opportunity Actions
- Opportunity Status Actions
- Integration Link Actions
- Smart View Actions
- Comment Actions
- Email Template Actions
- Task Actions
- User Actions
- Custom Field Actions
Overview
This node integrates with the Close.com CRM platform, allowing users to perform various operations on different CRM resources. Specifically, for the Pipeline resource and the Delete operation, it enables users to delete a pipeline (which represents an opportunity status group) from their Close.com account.
Common scenarios where this node is beneficial include:
- Automating CRM cleanup by removing obsolete or unused pipelines.
- Managing sales workflows dynamically by deleting pipelines that are no longer relevant.
- Integrating pipeline management into broader automation workflows within n8n.
For example, a user might set up a workflow that deletes a pipeline automatically when certain conditions in their sales process are met, ensuring their CRM stays organized without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Pipeline ID | The unique identifier of the pipeline to delete. This is a required string input. |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the pipeline was successfully deleted or provide error information if the deletion failed.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Close.com API.
- The node depends on network access to Close.com's REST API endpoints.
- Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Pipeline ID will cause the operation to fail.
- Network connectivity problems can prevent successful API calls.
- Insufficient permissions associated with the API key may block deletion.
Error messages:
"The resource "pipeline" is not known!"— indicates an unsupported resource was selected; ensure "Pipeline" is chosen.- API errors returned from Close.com (e.g., 404 Not Found if the pipeline ID does not exist).
Resolutions:
- Verify the Pipeline ID is correct and exists in your Close.com account.
- Check that the API key has sufficient permissions to delete pipelines.
- Ensure stable internet connection and that Close.com API is reachable.