Udemy Spoke
Summarize
Summary of Udemy Spoke
The Udemy Spoke allows ServiceNow users to manage Udemy courses directly from their ServiceNow instance. Users can execute actions to retrieve course details, manage app requests, and access various functionalities related to Udemy courses seamlessly.
Show less
Key Features
- Course Management: Execute spoke actions to look up course details including title, description, length, and video duration.
- Course Synchronization: Retrieve synchronization tokens for updated courses and track user course activities.
- Integration Hub Requirement: An Integration Hub subscription is necessary for utilizing this spoke.
- Version Compatibility: Built for Udemy API version v2 but may work with later versions.
- Plugin Dependencies: Ensure required plugins are installed for proper functionality, including Complex Object and IntegrationHub Runtime.
Key Outcomes
By implementing the Udemy Spoke, ServiceNow customers can automate course management, streamline user activity tracking, and enhance integration with the Udemy platform. Successful execution of actions will provide a status of "Success" or "Failure," enabling users to effectively monitor and address any issues.
Manage the courses on the Udemy platform from your ServiceNow instance. For example, get the details of all the courses on Udemy by executing a spoke action from your ServiceNow instance.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Integration Hub subscription
This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.
Spoke version
Udemy spoke v1.0.2 is the latest version.
Supported versions
This spoke was built for Udemy API version v2, but may be compatible with later versions.
Spoke dependencies
- Complex Object (com.glide.cobject)
- ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
- ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
- ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
- ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
Spoke actions
The Udemy spoke actions automate how you manage the courses on the Udemy platform. Available actions include:
| Category | Action | Description |
|---|---|---|
| Default | Look up Courses Stream | Gets the details of the courses on Udemy. For example, course length, description, video duration, and the course title. |
| Learning Management | Look up Course Synchronization Stream | Retrieves details of the courses. For example, course title, description, and duration. If the action is successfully executed, the status is "Success", or else, the status is "Failure" and an appropriate error code is shown. |
| Look up Course Synchronization Token | Retrieves the synchronization token to fetch the next set of updated or created course. | |
| Look up User Course Activity Stream | Retrieves the data on the progress made by the course subscriber. |
Connection and credential alias requirements
Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see Connections and Credentials.
For information about setting up the spoke, see Set up the Udemy spoke.
For information about setting up the spoke, see Set up the Udemy spoke