There should be a method where I can read html template with the data.
So I can show it to the user before sending a email and user can edit if he wants.
GetEmailHtml(templateScreenId, data) it will return rendered html so we can use it to edit and then pass it to sendemail method