Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform various operations on different resources, including creating, updating, retrieving, searching, and deleting records. Specifically, for the 'Modules/Produits' resource with the 'Create a Module' operation, it allows users to create a new module by providing details such as the module title, description, and duration. This is useful for managing training modules or products within the Dendreo platform, enabling automation of module creation workflows.

Use Case Examples

  1. Creating a new training module with a specific title, description, and duration to add to the Dendreo system.
  2. Automating the creation of product modules based on external data sources by sending JSON data to the API.

Properties

Name Meaning
Module Title The title of the module (intitule), required for creating or updating a module.
Module Description A description of the module, optional for providing additional details.
Module Duration (hours) The duration of the module in hours, optional and defaults to 0 if not provided.
Data (JSON) Raw JSON data for the record, used for create or update operations when specific fields are not individually provided.

Output

JSON

  • json - The JSON response from the Dendreo API representing the created module or other resource data.

Dependencies

  • Requires an API key credential for the Dendreo API, including a slug for the API URL.

Troubleshooting

  • Common errors include authentication failures (HTTP 401), which indicate invalid or missing API credentials. Verify the API key and permissions.
  • Resource not found errors (HTTP 404) occur if the specified resource or endpoint does not exist. Check the resource name and API endpoint.
  • Permission denied errors (HTTP 403) indicate insufficient permissions for the requested operation. Ensure the API key has the necessary access rights.
  • Invalid JSON data errors occur if the provided JSON string for the 'data' property is malformed. Validate JSON format before submission.

Links

Discussion