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 retrieve detailed information about a specific address associated with a contact. The "Get Address" operation fetches the data of an address by using both the Contact ID and the Address ID. This is useful in scenarios where you need to access or verify address details stored in Arivo CRM for a particular contact, such as for mailing, shipping, or customer verification purposes.
Practical examples:
- Fetching a customer's billing or shipping address before processing an order.
- Retrieving address details to validate or update contact records in another system.
- Using address data to generate reports or send notifications related to a contact's location.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to which the address belongs. |
| Address ID | The unique identifier of the specific address record to retrieve. |
Output
The output is a JSON object containing the full details of the requested address from Arivo CRM. This typically includes fields such as street, city, state, postal code, country, and any other metadata associated with the address record.
If the node encounters an error during retrieval (e.g., invalid IDs), it outputs a JSON object with an error field describing the issue.
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 being accessible and the provided Contact ID and Address ID being valid within that system.
Troubleshooting
Common issues:
- Providing incorrect or non-existent Contact ID or Address ID will result in errors or empty responses.
- Network connectivity problems or invalid API credentials can cause authentication failures.
Error messages:
- Errors returned from the Arivo CRM API will be passed through in the output under an
errorproperty. - To resolve, verify that the Contact ID and Address ID are correct and exist in Arivo CRM.
- Ensure the API key credential is valid and has sufficient permissions.
- Check network connectivity and API endpoint availability.
- Errors returned from the Arivo CRM API will be passed through in the output under an
Links and References
- Arivo CRM Official Documentation (example placeholder link)
- n8n Documentation on Creating Custom Nodes