Is it possible to call templater create from dataviewjs

Hi,
i have a template “new-note-template.md” and asign a hotkey, it works fine from cmd palette.
Templater: Create Templates/new-note-template.md
Is it possible to execute this from a script?

   // ??? ('Templater: Create Templates/new-note-template.md')

selfservice, answer : Yes :grinning:

const cid = "templater-obsidian:create-Templates/new-note-template.md";
app.commands.executeCommandById(cid);