Arivo CRM icon

Arivo CRM

Create and edit data in Arivo CRM

Overview

This node integrates with Arivo CRM to create a new address associated with a specific contact. It is useful in scenarios where you want to programmatically add detailed address information to contacts stored in the CRM, such as during customer onboarding, data enrichment, or updating contact records with new location details.

For example, after collecting customer data from a web form, you can use this node to automatically add the customer's address to their contact record in Arivo CRM, ensuring your contact database stays up-to-date without manual entry.

Properties

Name Meaning
Contact ID The unique identifier of the contact to which the new address will be added.
Address Fields A collection of address details. At least one field is required. Options include:
- City: City name
- Complement: Additional address info (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 node outputs JSON data representing the newly created address record in Arivo CRM. This typically includes the address details along with any metadata or identifiers assigned by the CRM system.

No binary data output 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 properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Common Issues:

    • Missing or invalid Contact ID: The node requires a valid contact identifier; ensure this is provided and correct.
    • Insufficient address fields: At least one address field must be supplied; otherwise, the API may reject the request.
    • Authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
    • Network or API downtime: Ensure connectivity to Arivo CRM API endpoints.
  • Error Messages:

    • Errors related to missing parameters usually indicate required fields were not set.
    • Authentication failures suggest issues with the API key or credential configuration.
    • API response errors might include validation messages if address data is malformed.

Resolving these generally involves verifying input parameters, checking credentials, and confirming API availability.

Links and References

Discussion