At the HTML5 Email Template I get the “env vars not defined” error, and it says I need to remove the n8n_block_env_access_in_node . I’ve gone through all the other forum posts on this topic, and those typically say to set that node to false. What is the right way to go about doing this in cloud, and how exactly can I either remove/ set it to false in cloud?
You wouldn’t be able to change that setting on n8n cloud, only if you were self-hosting and able to change the environment variables for your own instance.
That being said, I think there’s a solution for you without it - If your cloud username is mrcaribou (as an example), the value would be WEBHOOK_URL=https://mrcaribou.app.n8n.cloud/.
Could you try using "https://mrcaribou.app.n8n.cloud/" instead of $env.WEBHOOK_URL in your code and see if that fixes this up for you?