Actions68
- Email Actions
- File Actions
- Note Actions
- Product Category Actions
- Task Actions
- Address Actions
- Company Actions
- Custom Record Actions
- Deal Actions
- Deal Item Actions
- Person Actions
- Phone Actions
- Product Actions
Overview
This node integrates with Arivo CRM to manage company data. Specifically, the Delete Company operation removes a company record from the CRM system based on its unique identifier. This is useful in scenarios where companies are no longer relevant or need to be cleaned up from the database.
Practical examples include:
- Automatically deleting companies that have been marked as inactive or duplicates.
- Removing company records as part of a data synchronization or cleanup workflow.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company to delete |
Output
The output JSON contains the response from the delete operation. Typically, this will confirm whether the deletion was successful or provide details about the deleted company. The exact structure depends on the API response but generally includes status or confirmation fields.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to Arivo CRM via an API key credential configured in n8n.
- The node depends on the Arivo CRM API being accessible and the provided company ID being valid.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Company ID will likely result in an error.
- Network connectivity problems can cause request failures.
- Insufficient permissions or invalid API credentials may prevent deletion.
Error messages:
- Errors indicating "Company not found" suggest the provided Company ID does not exist.
- Authentication errors imply issues with the API key or credential setup.
- Timeout or network errors indicate connectivity problems.
Resolutions:
- Verify the Company ID is correct and exists in Arivo CRM.
- Check that the API key credential is properly configured and has necessary permissions.
- Ensure stable network connectivity to the Arivo CRM API endpoint.
Links and References
- Arivo CRM API Documentation (replace with actual URL)
- n8n documentation on Creating Custom Nodes