Tag Archives: Send an email using Email Template

Power Automate: Send an email using the Email Template – Part 2

Introduction In our last blog, we saw how we could create Power Automate Flow to send an email using the Email Template. We used “SendEmailFromTemplate” action to send a single email. Now, in this blog, we will see how we can send bulk email messages using the Email Template. Let us say, we want to… Read More »

Power Automate: Send an email using the Email Template – Part 1

During an online conference with Power Platform experts, a technical enthusiast asked an important question: “What options do we have for emailing using templates on specific events or actions in Dynamics CRM?” A panelist responded that traditionally this was achieved using: Classic workflows with Send Email and Use Template actions, or Plugins using InstantiateTemplate and… Read More »

Tip: Using SendEmailFromTemplateRequest to directly send an email using the Email Template

Earlier when we had an Email Template created for any entity, we used to follow the below four steps to send an email using Template: Retrieve the Email Template and get the Template Id Instantiate the template using InstantiateTemplate request and get the Response Create the Email in CRM using IOrganizationService object or OrganizationServiceContext object… Read More »