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 to perform various operations on different CRM resources. Specifically, for the Opportunity Status resource with the Delete operation, it allows users to delete an existing opportunity status by specifying its unique ID. This is useful for cleaning up or managing the lifecycle of opportunity statuses within a sales pipeline.
Practical examples include:
- Removing outdated or deprecated opportunity statuses that are no longer relevant.
- Automating cleanup processes in your CRM when certain statuses become obsolete.
- Managing and maintaining a streamlined set of opportunity statuses to reflect current business processes.
Properties
| Name | Meaning |
|---|---|
| Status ID | The unique identifier of the opportunity status to delete. This is required to specify which status to remove. |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the deletion was successful or provide details about the deleted status. If an error occurs, the output JSON will contain an error field describing the issue.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Close.com CRM API.
- The node depends on the Close.com REST API endpoint for opportunity statuses.
- Proper configuration of the API credentials in n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Status ID will cause the API to return an error.
- Network connectivity problems can prevent communication with the Close.com API.
- Insufficient permissions associated with the API key may block deletion operations.
Error messages:
"The resource "opportunityStatus" is not known!": This indicates an invalid resource parameter; ensure the resource is correctly set to "opportunityStatus".- API errors related to authentication or authorization typically mean the API key is missing, expired, or lacks proper scopes.
- Errors containing
"Not Found"usually mean the specified Status ID does not exist.
Resolutions:
- Verify the Status ID is correct and exists in your Close.com account.
- Check that the API key credential is valid and has the necessary permissions.
- Ensure network access to the Close.com API endpoints is available from your n8n instance.