Hello - Is there a way to insert an email template into an existing email? I know how to open an email template as a new email through js. I also know how to manually select the reply-all button and then manually insert the email template through the ribbon into the reply-all email. However, I'd like to implement logic in my email js that does the following:
1. check if email is in reply or reply-all mode
2. If 1 is true then auto-insert an email template into the email.
Is this possible? If so then can you explain how to do this?
*This post is locked for comments