It seems to be a small problem, but I can’t figure out the cause. Please help from the community!
Noda n8n Mailjet - I send email through a pre-prepared Mailjet template, there is one variable - firstname
Template Language rendering is enabled in noda.
I have passed the variable directly or via json, tried replacing the variable in the template or passing it to JSON - the test email still comes without a name, replacing the variable in the template doesn’t work.
n8n Version 1.66.0
Database - default: SQLite:
n8n EXECUTIONS_PROCESS setting - I do not now… default i think
Running n8n via Docker:**
Operating system: Ubuntu 22.04
Thanks! That helps for understanding. That seems to be all correctly set up from what I can infer from their API docs.
I had actually tried to test around with their API but it’s being very slow and unresponsive at times. Will need to test this later again to see if our node is still working correctly.
I was able to recreate your issue. It seems like when the variable is a data property (and not a var) the API doesn’t respond as expected resulting in not overwriting the template variable.
Hello!
Is there any progress with the Mailjet issue?
I checked, in version 1.68.0, the problem seems to persist, variables are not substituted into the template