Javascript Allowed in Auth0 Rules

Can I use string literals (templates) in my Auth0 rule Javascript?

The rules run in a Node 4 environment at this time so you use any feature available within such an environment. You can check node.green support table as a reference, but yes template literals are supported.