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 product data. Specifically, the Product - Get operation retrieves detailed information about a single product by its unique identifier. This is useful when you need to fetch up-to-date product details for use in workflows such as inventory management, order processing, or syncing product data with other systems.
Practical examples:
- Fetching product details before creating an order.
- Retrieving product information to display in a custom dashboard.
- Validating product existence and attributes during automated data imports.
Properties
| Name | Meaning |
|---|---|
| Product ID | The unique identifier of the product to retrieve |
Output
The node outputs a JSON object representing the product's data as returned from Arivo CRM. This typically includes all relevant fields describing the product, such as name, description, price, SKU, stock levels, and any custom fields defined in the CRM.
If multiple items are processed, each output item corresponds to one input item paired accordingly.
The node does not output binary data.
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 Product ID being valid.
Troubleshooting
Common issues:
- Invalid or missing Product ID will cause the operation to fail.
- Network connectivity problems or incorrect API credentials will prevent successful retrieval.
- If the product does not exist, the node may return an error or empty result.
Error messages and resolutions:
"Product not found": Verify that the Product ID is correct and exists in Arivo CRM."Authentication failed": Check that the API key credential is correctly set up and has necessary permissions."Network error": Ensure that your environment can reach the Arivo CRM API endpoint.
Links and References
- Arivo CRM Official Documentation (replace with actual URL)
- n8n Documentation on Creating Custom Nodes