Agendor icon

Agendor

Trabalhe com dados da API do Agendor CRM

Overview

This node integrates with the Agendor CRM API to manage product data. Specifically, the Product - Create operation allows users to create new products or services in their Agendor account by providing details such as name, code (SKU), description, pricing, and category.

Common scenarios where this node is beneficial include:

  • Automating product catalog updates from other systems.
  • Creating new product entries when onboarding new items into inventory or sales platforms.
  • Integrating product creation workflows within broader CRM automation pipelines.

For example, a sales team could use this node to automatically add newly developed software products into Agendor whenever they are finalized in a product management system.

Properties

Name Meaning
Name The name of the product or service to be created.
Code The product code or SKU identifier (optional).
Description A detailed description of the product or service (optional).
Unit The unit of measurement for the product (e.g., unit, kg, liter) (optional).
Unit Price The unit price of the product in cents (optional).
Cost Price The cost price of the product in cents (optional).
Category ID The ID of the product category (optional).
Additional Fields A collection of optional extra fields that can be added depending on context (not used for products specifically in this operation).

Output

The node outputs JSON data representing the newly created product as returned by the Agendor API. This typically includes all the product's properties such as its unique ID, name, code, description, pricing, category, and timestamps.

No binary data output is involved in this operation.

Dependencies

  • Requires an API authentication token credential configured in n8n to access the Agendor API.
  • The node sends HTTP POST requests to https://api.agendor.com.br/v3/products endpoint.
  • Proper network connectivity to Agendor's API is necessary.

Troubleshooting

  • Authentication errors: If the API token is invalid or missing, the node will fail to authenticate. Ensure the API key credential is correctly set up.
  • Validation errors: Required fields like "Name" must be provided; otherwise, the API will reject the request.
  • API rate limits: Excessive requests may lead to throttling by Agendor's API.
  • Network issues: Connectivity problems can cause request failures; verify internet access and firewall settings.

Links and References

Discussion