Arivo CRM icon

Arivo CRM

Create and edit data in Arivo CRM

Overview

This node integrates with Arivo CRM to manage deals within the system. Specifically, the "Delete" operation for the "Deal" resource allows users to remove a deal record by specifying its unique ID. This is useful in scenarios where deals are no longer relevant or were created in error and need to be cleaned up from the CRM.

Practical examples include:

  • Automatically deleting deals that have been marked as lost or cancelled in an external system.
  • Cleaning up test or duplicate deals during data synchronization workflows.
  • Removing deals after they have been archived or completed to maintain a tidy CRM database.

Properties

Name Meaning
Deal ID The unique identifier of the deal to delete

Output

The output JSON contains the response from the deletion operation. Typically, this will confirm whether the deal was successfully deleted or provide details if the deletion failed. The exact structure depends on the API response but generally includes status information.

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 API key having sufficient permissions to delete deals.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Deal ID will likely result in an error indicating the deal could not be found.
    • Insufficient permissions on the API key may cause authorization errors.
    • Network connectivity problems can prevent successful communication with the Arivo CRM API.
  • Error messages and resolutions:

    • "Deal not found": Verify the Deal ID is correct and exists in the CRM.
    • "Unauthorized" or "Access denied": Check that the API key has delete permissions.
    • Timeout or network errors: Ensure stable internet connection and that the Arivo CRM API endpoint is reachable.

Links and References

Discussion