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 phone records associated with contacts. Specifically, the Delete Phone operation removes a phone entry from a contact in the CRM system. This is useful when cleaning up outdated or incorrect phone numbers linked to contacts.
Typical use cases include:
- Automating cleanup of phone data when contacts are updated or removed.
- Synchronizing phone information between Arivo CRM and other systems by deleting obsolete phone entries.
- Managing contact details programmatically as part of larger workflows involving customer data.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact whose phone record you want to delete. |
| Phone ID | The unique identifier of the phone record to be deleted from the contact. |
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 phone record. If an error occurs and "Continue On Fail" is enabled, the output will contain an error message instead.
No binary data is produced 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 credentials having sufficient permissions to delete phone records.
- No additional external services or environment variables are required beyond the configured API authentication.
Troubleshooting
Common issues:
- Invalid or missing Contact ID or Phone ID will cause the deletion to fail.
- Insufficient permissions or invalid API credentials can lead to authorization errors.
- Network connectivity problems may prevent communication with Arivo CRM.
Error messages:
- Errors returned from the API will be surfaced in the node output if "Continue On Fail" is enabled.
- Typical error messages might include "Phone not found," "Contact not found," or "Unauthorized."
Resolutions:
- Verify that the Contact ID and Phone ID are correct and exist in Arivo CRM.
- Ensure the API key credential is valid and has the necessary permissions.
- Check network connectivity and API endpoint availability.
Links and References
- Arivo CRM API Documentation (example placeholder link)
- n8n documentation on creating custom nodes