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 perform operations on various resources, including companies. Specifically, the Company - Get operation retrieves detailed information about a single company by its unique identifier. This is useful when you want to fetch up-to-date company data from your CRM for use in workflows such as reporting, updating other systems, or triggering conditional logic based on company attributes.
Practical examples:
- Fetching a company's details before sending a personalized email.
- Retrieving company information to update records in an external database.
- Using company data to decide workflow branching or automation triggers.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company to retrieve. This is a required string input. |
Output
The output is a JSON object representing the company data retrieved from Arivo CRM. It contains all available fields and attributes of the specified company as stored in the CRM system.
- The
jsonfield includes the full company record. - Each output item corresponds to one input item processed.
- No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for Arivo CRM configured in n8n.
- Network access to Arivo CRM's API endpoint.
- Proper permissions on the API key to read company data.
Troubleshooting
Common issues:
- Invalid or missing Company ID will cause errors or empty results.
- Insufficient API permissions may result in authorization errors.
- Network connectivity problems can cause request failures.
Error messages:
"Company not found": Verify the Company ID is correct and exists."Unauthorized"or"Authentication failed": Check that the API key credential is valid and has necessary permissions.- Timeout or network errors: Ensure stable internet connection and that Arivo CRM API is reachable.
Links and References
- Arivo CRM API Documentation (replace with actual URL)
- n8n documentation on API credentials