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 "Person" records. Specifically, the Delete Person operation removes a person record from the CRM by their unique identifier. This is useful in scenarios where you need to clean up outdated or incorrect contact data automatically as part of a workflow.
Practical examples include:
- Automatically deleting a person record when they unsubscribe or opt out.
- Removing duplicate or test contacts after validation.
- Cleaning up CRM data based on external triggers or business rules.
Properties
| Name | Meaning |
|---|---|
| Person ID | The unique identifier of the person to delete |
Output
The output JSON contains the result of the delete operation for each input item. Typically, this will be a confirmation object indicating success or details about the deleted person. If an error occurs and "Continue On Fail" is enabled, the output will contain an error message instead.
No binary data is output by this operation.
Dependencies
- Requires an API key credential for authenticating with Arivo CRM.
- The node depends on the Arivo CRM API being accessible and the provided Person ID existing in the system.
- Proper permissions are needed to delete person records via the API.
Troubleshooting
Common issues:
- Invalid or missing Person ID: The node requires a valid Person ID; otherwise, the delete operation will fail.
- Insufficient permissions: The API key used must have rights to delete person records.
- Network or API errors: Connectivity issues or API downtime can cause failures.
Error messages:
"Person not found": The specified Person ID does not exist. Verify the ID."Unauthorized"or"Forbidden": Check API credentials and permissions.- Other HTTP or API errors: Review API response and ensure correct parameters.
To resolve errors, verify the Person ID, check API credentials, and ensure the Arivo CRM service is operational.
Links and References
- Arivo CRM API Documentation (replace with actual URL)
- n8n documentation on Creating Custom Nodes
- General best practices for managing CRM data in automation workflows