WalkMe API also provides functions to start other content other than Walk-Thrus. Like Walk-Thrus, the API will require obtaining the relevant content ID from the WalkMe Editor.
WalkMeAPI Functions | |
---|---|
WalkMeAPI.startContentById(contentId)
|
Display a specific article or video. |
WalkMeAPI.startSurveyById(surveyId)
|
Display a specific survey. |
// Start a resource
WalkMeAPI.startContentById(1470);
// Start a survey
WalkMeAPI.startSurveyById(972);