Assistance with Mailbox Reader Config conversion to ETM Hi Everyone, I’m in the process of converting our Mailbox Reader config and moving it to ETM. I was able to import the template channel/mappers and got one of my mailboxes converted successfully. However, my other mailbox is a bit more complex. I have an update_pattern setup with associated email templates like this in Mailbox Reader: update_pattern = { ["\< ACK \>"] = { UPDATE_ACTION = "SERV-DEPT-ACK", ACTIONIMPPROFILE = "MBR PULSE", description_template = "template/ack_template.txt", }, ["Response/Reponse: Approved /"] = { UPDATE_ACTION = "DEC-APPROVED_APPROUVE", ACTIONIMPPROFILE = "MBR PULSE", description_template = "template/approval_template.txt", }, ["Response/Reponse: Not Approved /"] = { UPDATE_ACTION = "DEC-NOT_APPROVED_REFUSE", ACTIONIMPPROFILE = "MBR PULSE", description_template = "template/approval_template.txt", }, ["Response/Reponse: Approved"] = { UPDATE_ACTION = "DEC-APPROVED", ACTIONIMPPROFILE = "MBR PULSE", description_template = "template/approval_template.txt", }, [