Actions39
- Contact Actions
- Transaction Actions
- Subscription Actions
- Affiliation Actions
- Checkout Actions
- Country Actions
- Coupon Actions
- Product Actions
- User Actions
- Webhook Actions
Overview
The node "Guru Digital Manager" integrates with the Guru Digital Manager API to manage various resources such as contacts, transactions, subscriptions, products, and more. Specifically, for the Product - Create operation, this node allows users to create a new product in the Guru Digital Manager system by sending product details like name, description, price, and status.
This node is beneficial in scenarios where you want to automate product management workflows, such as adding new products from an external system or form submissions directly into Guru Digital Manager without manual entry.
Practical example:
You have an e-commerce platform where new products are created regularly. Using this node, you can automatically push new product data into Guru Digital Manager whenever a product is added in your platform, ensuring synchronization between systems.
Properties
| Name | Meaning |
|---|---|
| Product Data | A collection of fields describing the product to create: |
| - Name: The product's name (string). | |
| - Description: A textual description of the product (string). | |
| - Price: The product's price (number). | |
| - Status: The product's status; options are Active or Inactive (default Active). |
Output
- The output JSON contains the response from the Guru Digital Manager API after creating the product.
- This typically includes the newly created product's details such as its ID, name, description, price, status, and any other metadata returned by the API.
- The node does not output binary data.
Dependencies
- Requires an API key credential (referred to generically) for authentication with the Guru Digital Manager API.
- The base URL for the API defaults to
https://digitalmanager.guru/api/v2but can be overridden in credentials. - The user token (API token) must be provided and valid.
- The node uses HTTP requests to communicate with the API endpoints.
Troubleshooting
Missing Credentials Error:
If credentials are not set or invalid, the node will throw an error indicating that credentials are required. Ensure you configure the API authentication token correctly.API Request Failures:
Network issues, incorrect base URL, or invalid tokens can cause request failures. Verify the API token permissions and base URL configuration.Invalid Input Data:
Providing incomplete or incorrectly typed product fields may result in API errors. Make sure all required fields are properly filled.Unexpected API Response:
If the API changes or returns unexpected data, the node might fail or return errors. Check the API documentation and update credentials or node configuration accordingly.
Links and References
- Guru Digital Manager API Documentation (for detailed API usage and product creation specifics)
- n8n Documentation on Creating Custom Nodes
