Actions102
- Activity Actions
- Agreement Actions
- Company Actions
- Configuration Actions
- Contact Actions
- Document Actions
- Expense Actions
- Invoice Actions
- Member Actions
- Opportunity Actions
- Product Catalog Actions
- Project Actions
- Purchase Order Actions
- Schedule Actions
- Service Ticket Actions
- Time Actions
Overview
This node integrates with the ConnectWise Manage API to perform various operations on different resources within the system. Specifically, for the Member resource and the Delete operation, it deletes a member identified by a given Member ID from the ConnectWise Manage system.
Common scenarios where this node is beneficial include automating user or member management workflows, such as removing members who no longer require access or are no longer part of an organization. For example, when offboarding employees or cleaning up outdated member records, this node can be used to programmatically delete those members without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Member ID | The unique identifier of the member to delete. This is a required string input. |
Output
The output JSON contains the response from the ConnectWise Manage API after attempting to delete the specified member. Typically, for a delete operation, the API may return an empty object or confirmation of deletion. The node outputs one item per input, each containing:
json: The JSON response from the API related to the deletion request.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the ConnectWise Manage API.
- Needs an API authentication credential configured in n8n (an API key or token).
- The node uses the base URL provided in the credentials to construct API requests.
Troubleshooting
- Missing or invalid Member ID: The node requires a valid Member ID to delete. If this is missing or incorrect, the API will likely return an error.
- API authentication errors: Ensure that the API credentials are correctly set up and have sufficient permissions to delete members.
- Unsupported operation or resource errors: If the resource or operation parameters are incorrect or unsupported, the node will throw an error indicating the operation is not supported.
- Network or API errors: Any connectivity issues or API downtime will cause the node to fail. Check network connectivity and API status.
- Error messages from API: The node logs detailed error responses from the API if available, which can help diagnose issues like permission denied or invalid requests.