function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aneesh B 4Aneesh B 4 

API to render word document with Merge fields

I was trying to render the word documents attached to the Mail Merge Templates with Merge fields in the code(Apex class). I was hoping Salesforce would be having some API similar to Messaging.renderStoredEmailTemplate() for Email templates. But unfortunately i could not find any.
I am trying to avoid using Mail Merge & Extended Mail merge just because they have lot of browser compatibility issues and they are currently not supported in lightning. I don't even want to go for any 3rd party tools like Conga.
I am basically trying to implement Mailing & bulk Mailing features in Salesforce on my own. Can someone help me in this regard?