I set up a global variable in the console. Can they be used in the email templates like:
{{MYVARIABLE}}
TL;DR
Global variables set up in the console cannot be directly used in email templates by inserting ``{{MYVARIABLE}}``. Instead, developers should consider using the built-in code functionality within the email marketing platform to dynamically pull in the desired global variable values.