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
The node integrates with Arivo CRM to update an existing address record associated with a contact. It allows users to modify various fields of an address such as city, country, street, ZIP code, and more. This operation is useful in scenarios where address details need correction or updating due to changes like relocation, data cleanup, or enrichment.
Practical examples:
- Updating the street and number of a customer's address after they move.
- Correcting the ZIP code or adding a complement to an existing address.
- Changing the state or district information for better regional categorization.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to which the address belongs. |
| Address ID | The unique identifier of the address record that needs to be updated. |
| Update Fields | A collection of address fields that can be updated. Options include: |
| - City: City name | |
| - Complement: Additional address details (e.g., apartment number) | |
| - Country: Country name | |
| - District: District or neighborhood | |
| - Number: Street number | |
| - State: State name | |
| - Street: Street name, avenue, square, etc. | |
| - ZIP Code: Postal or ZIP code |
Output
The output is a JSON object representing the updated address record as returned by the Arivo CRM API. It typically includes all the address fields with their new values after the update operation.
If multiple input items are processed, the node outputs an array of such JSON objects, each paired with the corresponding input item.
No binary data output is indicated for 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 endpoints for address management.
- Proper permissions in Arivo CRM to update address records are necessary.
Troubleshooting
Common issues:
- Invalid or missing Contact ID or Address ID will cause the update to fail.
- Attempting to update with empty or invalid field values may result in errors from the API.
- Network connectivity problems or incorrect API credentials will prevent successful updates.
Error messages:
"Contact ID is required"or"Address ID is required": Ensure these IDs are provided and valid."Unauthorized"or"Authentication failed": Verify the API key credential is correctly set up."Resource not found": The specified address or contact does not exist; double-check IDs."Validation error": One or more fields have invalid data; review the update fields for correctness.
Resolving these usually involves verifying input parameters, checking API credentials, and ensuring the target records exist in Arivo CRM.
Links and References
- Arivo CRM API Documentation (replace with actual URL)
- n8n documentation on Creating Custom Nodes
- General guide on Working with Addresses in CRM Systems