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 manage products within the system. Specifically, the "Product" resource with the "Create" operation allows users to add new products to their Arivo CRM catalog. This is useful for automating product management workflows such as adding inventory items, updating catalogs, or syncing product data from other systems.
Practical examples include:
- Automatically creating new products in Arivo CRM when they are added to an e-commerce platform.
- Adding products with detailed metadata like pricing, availability, and categorization during marketing campaigns.
- Bulk importing product lists into Arivo CRM via n8n workflows.
Properties
| Name | Meaning |
|---|---|
| Product Name | The name of the product to be created. This is a required string field. |
| Additional Fields | A collection of optional fields to provide more details about the product: |
| - Code | External product code used for system identification (string). |
| - Description | Detailed description of the product (string, supports multiline editing). |
| - Price | Catalog price per unit of the product (number). |
| - Available | Boolean flag indicating whether the product is currently available in the catalog. |
| - Product Category Name or ID | Category to which the product belongs. Can be selected from a list or specified by ID using expressions. |
| - Tags | Comma-separated tags for the product. Tags must be lowercase and cannot contain spaces or commas. |
Output
The node outputs JSON data representing the newly created product object as returned by the Arivo CRM API. This typically includes all product details such as its unique identifier, name, code, description, price, availability status, category information, and tags.
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 Arivo CRM's API endpoints for product creation.
- The "Product Category" options are dynamically loaded from Arivo CRM, requiring appropriate permissions and connectivity.
Troubleshooting
Common Issues:
- Missing required "Product Name" will cause the operation to fail.
- Invalid category ID or name may result in errors if the category does not exist.
- Incorrect formatting of tags (e.g., including spaces or uppercase letters) might cause rejection by the API.
- Network or authentication issues with Arivo CRM API can prevent product creation.
Error Messages:
- Errors related to missing or invalid parameters usually indicate that required fields were not provided or formatted incorrectly.
- Authentication errors suggest problems with the API key credential setup.
- API rate limits or server errors from Arivo CRM should be handled by retrying or checking service status.
Links and References
- Arivo CRM Documentation (replace with actual URL)
- n8n Expressions Documentation – for using expressions in property fields such as Product Category ID.