All Collections
For Developers
Common questions
How can I launch a Checklist using Javascript?
How can I launch a Checklist using Javascript?
You can invoke a Checklist programmatically by using JavaScript.
Met avatar
Written by Met
Updated over a week ago

You can easily trigger a Checklist using the following method from our JavaScript API.

userGuiding.launchChecklist(checklistId)

You can find the Checklist ID on your Checklist' settings page URL.

Did this answer your question?