Email Connector Tokens

0
In Mendix Studio Pro 10.6.5, I have integrated the email connector feature onto my website. This functionality enables me to distribute emails to users of my site through email templates (as seen below).   I have configured the module reflection page and ensured that my data is synchronized. One of my templates is designed to dispatch newly assigned tasks to specific users. I have tried utilising tokens to incorporate the required attribute data; however, I encounter errors. Could someone please provide guidance on resolving this issue? Context: Mendix Studio Pro 10.6.5 Email connector feature enabled Module reflection page configured Error: wrong object type in token: {%Name%} The object should be of type: Management.Action but is of type: EmailTutorial.Request
asked
1 answers
0

Hi Matthew,

In the email sending  microflow, the java action in which you pass token object , there you must be passing EmailTutorial.Request instead you have to pass Management.Actiom

answered