We are trying to customise the subjects and bodies of such emails as Reminder and Expiration. By default it always prepends Reminder: and Expiration: before the initial subject.
The xml structure is following
<data …>
[[Conditional:IsExpirationMail]]Expiration:
[[Conditional:IsReminderMail]]Reminder:
[Data:InputSubject]
</data>
But in our custom case we want to create a custom subject either for reminder or expiration mails without any connection to the subject which was sent when envelope was created. Is it somehow possible to build some conditions to do that?
And the second question is about how to properly create bodies for both of mails mentioned above. Without borrowing default body?