With the release of 2023.2, it will be possible to send mails based on templates via IAM. We have already built an email queue mechanism ourselves where emails are queued and sent based on (parameterized) templates via an SMTP connector. After learning that IAM would get a similar feature, we wanted to phase out this functionality and have it replaced by IAM.
Unfortunately, in IAM we cannot use the templates ourselves, but there are only some standard templates which are used by IAM, which is not sufficient for our use case.
We would like to be able to create our own parameterized templates in IAM, which we can then call with a mail connector. The mail connector then needs a template code/name and necessary mail parameters (in json, for example) to create the body of the mail, by replacing the parameter placeholders in the template body with the parameter values passed in the mail connector.
This will enable us to automatically use the mail provider provided in IAM, and allow us to use translated mails in different languages.