Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to create a new public session in the public catalogue. It is useful for automating the addition of public training sessions to the Dendreo platform, enabling seamless integration with other workflows or systems. For example, it can be used to programmatically add new training sessions based on external data sources or user inputs.

Use Case Examples

  1. Automatically create a new public training session when a new course is added in an external system.
  2. Integrate with a CRM to add public sessions based on customer demand or scheduling.

Properties

Name Meaning
Data (JSON) The JSON data representing the public session record to be created. This must be a valid JSON string containing the session details.

Output

JSON

  • json - The JSON response from the Dendreo API representing the created public session record.

Dependencies

  • Dendreo API key credential for authentication

Troubleshooting

  • Ensure the JSON data provided in the 'Data (JSON)' property is valid and correctly formatted to avoid JSON parsing errors.
  • Authentication errors (HTTP 401) indicate issues with the API key or permissions; verify the API key and its access rights.
  • HTTP 404 errors suggest the resource or endpoint does not exist; confirm the resource name and API endpoint are correct.
  • HTTP 403 errors indicate permission issues; check that the API key has the necessary permissions to create public sessions.

Discussion