Arivo CRM icon

Arivo CRM

Create and edit data in Arivo CRM

Overview

The node integrates with Arivo CRM to manage tasks and other resources. Specifically, for the Task - Delete operation, it deletes a task identified by its unique Task ID from the Arivo CRM system. This is useful in automation workflows where tasks need to be programmatically removed based on certain triggers or conditions, such as completed tasks, canceled assignments, or cleanup operations.

Practical examples:

  • Automatically deleting a task when a related deal is closed.
  • Removing outdated or duplicate tasks from the CRM.
  • Cleaning up tasks assigned to users who have left the organization.

Properties

Name Meaning
Task ID The ID of the task to delete

Output

The output JSON contains the response from the Arivo CRM API after attempting to delete the specified task. Typically, this will include confirmation of deletion or relevant status information. If an error occurs, the output JSON will contain an error field with the error message.

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 Task ID being valid.
  • Proper permissions are needed in Arivo CRM to delete tasks.

Troubleshooting

  • Common issues:

    • Invalid or missing Task ID: The node requires a valid Task ID; ensure it is correctly provided.
    • Permission errors: The API key used must have rights to delete tasks.
    • Network or API downtime: Connectivity issues with Arivo CRM can cause failures.
  • Error messages:

    • "Task not found": The Task ID does not exist; verify the ID.
    • "Unauthorized" or "Forbidden": Check API credentials and permissions.
    • Other API errors will be returned in the error field of the output JSON.

To resolve errors, verify input parameters, check API credentials, and ensure the Arivo CRM service is operational.

Links and References

Discussion