Actions19
- Negócio Actions
- Empresa Actions
- Pessoa Actions
- Tarefa Actions
- Produto Actions
- Usuário Actions
- Sistema Actions
Overview
This node integrates with the Agendor CRM platform to manage products. Specifically, the Produto - Criar operation allows users to create a new product record in Agendor by providing essential details such as the product name and a unique product code. This is useful for automating product catalog management within workflows, syncing product data from other systems, or quickly adding new products during sales or inventory processes.
Practical examples:
- Automatically add new products from an e-commerce platform into Agendor when they are created.
- Create product entries based on external inventory updates.
- Use in onboarding workflows where new product information needs to be registered in the CRM.
Properties
| Name | Meaning |
|---|---|
| Nome do Produto | The name of the product to be created. |
| Código | A unique code identifier for the product. |
| Campos Adicionais | Additional optional fields that can be set when creating the product: |
| - Descrição: Description of the product. | |
| - Valor: Monetary value in Brazilian reais (for business context). | |
| - E-mail: Email address related to the product (if applicable). | |
| - Telefone: Phone number related to the product (if applicable). |
Output
The node outputs JSON data representing the newly created product object as returned by the Agendor API. This typically includes all product details such as its ID, name, code, status (active), and any additional fields provided.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Agendor CRM API.
- Needs an API authentication token credential configured in n8n to authorize requests.
- The node uses internal helper functions to make HTTP requests to Agendor endpoints.
Troubleshooting
Common issues:
- Missing required fields (
Nome do ProdutoorCódigo) will cause the API request to fail. - Invalid or expired API credentials will result in authentication errors.
- Duplicate product codes may be rejected by the API if uniqueness is enforced.
- Missing required fields (
Error messages:
- Authentication errors: Check that the API key credential is correctly set up and valid.
- Validation errors: Ensure all required fields are filled and formatted correctly.
- API rate limits or connectivity issues: Verify network access and API usage limits.
Links and References
- Agendor API Documentation (for detailed API endpoint info)
- n8n Documentation (for general node usage and credential setup)