Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
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
- Automatically create a new course when a new training program is launched.
- 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
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, including endpoints and request details.