Hello - I have a scenario where I need to open an email, put the email in reply mode, and then auto-insert an email template at the top for a response. This all needs to be done programatically through js.
I'm opening the email by id via js, but I'm trying to figure out the next steps. I know how to open an email template and auto-populated it, but not sure how to make that work for this scenario?