Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node operation completes a course enrollment by marking the specified enrollment as complete in the Cloud Radial system. It is useful in scenarios where automated workflows need to update the status of a user's course enrollment, such as after finishing a training or certification program.

Use Case Examples

  1. Automatically mark a course enrollment as complete after a user finishes all required modules.
  2. Batch process multiple course enrollments to update their status to complete in an LMS integration workflow.

Properties

Name Meaning
Enrollment ID The unique identifier of the course enrollment to be completed.
Request Options Additional settings to control the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates whether the course enrollment completion request was successful.
  • data - Details of the completed course enrollment returned from the API.

Dependencies

  • Requires an API key credential for authenticating with the Cloud Radial API.

Troubleshooting

  • Ensure the Enrollment ID is valid and exists in the Cloud Radial system to avoid errors.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Discussion