Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to create a new course. It is useful for automating the addition of courses in a learning management or training system integrated with Cloud Radial. For example, it can be used to programmatically add new training courses based on external data or user input.

Use Case Examples

  1. Automatically create a new course when a new training program is launched.
  2. Batch create multiple courses from a CSV file import.

Properties

Name Meaning
Title The title of the course to be created, which is a required string input.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • id - The unique identifier of the created course.
  • title - The title of the created course.
  • createdAt - Timestamp when the course was created.
  • updatedAt - Timestamp when the course was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the API credentials are correctly configured and have permissions to create courses.
  • If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Batching settings should be adjusted based on API rate limits to avoid throttling errors.
  • Timeouts may occur if the server is slow; increase the timeout setting if needed.

Links

Discussion