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 "Phone" resource with the "Get" operation retrieves detailed information about a specific phone entry linked to a contact in the CRM.
Typical use cases include:
- Fetching phone details for a given contact to display or process further.
- Integrating phone data retrieval into automated workflows, such as syncing contact phone numbers with other systems.
- Validating or enriching contact information by retrieving up-to-date phone data from Arivo CRM.
For example, you might use this node to get the phone number and related metadata of a contact before sending an SMS or making a call through another integrated service.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact whose phone record you want to retrieve. |
| Phone ID | The unique identifier of the specific phone record to retrieve. |
Output
The node outputs a JSON object representing the phone record retrieved from Arivo CRM. This typically includes fields such as the phone number, type (e.g., mobile, work), status, and any other metadata stored in the CRM for that phone entry.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for Arivo CRM to authenticate requests.
- The node depends on the Arivo CRM API being accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
Common issues:
- Invalid or missing Contact ID or Phone ID will cause the request to fail.
- Network connectivity problems or incorrect API credentials can prevent successful data retrieval.
- If the specified phone record does not exist, the node may return an error or empty result.
Error messages:
- Errors related to authorization usually indicate invalid or expired API keys; reconfigure the credential.
- "Not Found" errors suggest the Contact ID or Phone ID does not correspond to existing records.
- Timeout or network errors require checking connectivity and API endpoint availability.
To resolve these, verify input IDs, ensure valid API credentials, and confirm the Arivo CRM service is operational.
Links and References
- Arivo CRM Official Documentation (example placeholder link)
- n8n Documentation on Creating Custom Nodes