{"id":24844,"date":"2020-09-23T08:09:32","date_gmt":"2020-09-23T08:09:32","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=24844"},"modified":"2026-02-10T14:42:50","modified_gmt":"2026-02-10T09:12:50","slug":"power-automate-send-an-email-using-the-email-template-part-1","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2020\/09\/power-automate-send-an-email-using-the-email-template-part-1\/","title":{"rendered":"Power Automate: Send an email using the Email Template \u2013 Part 1"},"content":{"rendered":"<p>During an online conference with Power Platform experts, a technical enthusiast asked an important question:<\/p>\n<p><em>\u201cWhat options do we have for emailing using templates on specific events or actions in Dynamics CRM?\u201d<\/em><\/p>\n<p>A panelist responded that traditionally this was achieved using:<\/p>\n<ul>\n<li>Classic workflows with Send Email and Use Template actions, or<\/li>\n<li>Plugins using InstantiateTemplate and SendEmail requests<\/li>\n<\/ul>\n<p>Today, you can achieve the same functionality using <strong>Power Automate<\/strong>, with greater flexibility and no-code\/low-code implementation.<\/p>\n<p>In this article, you will learn how to create a Power Automate Flow that sends an email using a Dynamics 365 Email Template when a Lead is created.<\/p>\n<h2><strong>Business Scenario: Automatically Email New Leads Using Power Automate<\/strong><\/h2>\n<p>Imagine you are working for a company called <em>Larence and Co.<\/em> Your website has an inquiry form, and every submission creates a new Lead record in Dynamics 365.<\/p>\n<p><strong>Your requirement is simple:<\/strong><br \/>\nWhenever a new Lead is created, <strong>you want to automatically send a \u201cThank You\u201d email using a predefined Email Template.<\/strong><\/p>\n<p>This is exactly what you will implement using Power Automate.<\/p>\n<h2>Step 1: Configure the Power Automate Trigger for Lead Creation<\/h2>\n<p>We will create a Power Automate Flow that will get triggered on the creation of the Leads record. For this, we will select the \u2018When a record is created, updated, or deleted\u2019 trigger and will select \u2018Create\u2019 as the trigger condition. If you want to learn more about scope, refer to this blog to\u00a0\u00a0<a href=\"https:\/\/www.inogic.com\/blog\/2019\/07\/how-to-use-scope-with-common-data-service-in-microsoft-flow\/\">know how\u00a0to use Scope with Common Data Service in Microsoft Flow<\/a>.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-40142\" style=\"border: 1px solid #0a0a0a; padding: 1px; margin: 1px;\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Power-Automate.png\" alt=\"Power Automate\" width=\"1076\" height=\"944\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Power-Automate.png 1076w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Power-Automate-300x263.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Power-Automate-1024x898.png 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Power-Automate-768x674.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Power-Automate-660x579.png 660w\" sizes=\"(max-width: 1076px) 100vw, 1076px\" \/><\/p>\n<h2>Step 2: Retrieve the Dynamics 365 Email Template<\/h2>\n<p>We will add the \u2018List Records\u2019 step to retrieve the Email Template by its name (Title). Let us suppose we are retrieving the template below.<\/p>\n<p><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-2.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-24850 size-full\" style=\"border: 1px solid #0a0a0a; padding: 1px; margin: 1px;\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-2.png\" alt=\"\" width=\"775\" height=\"389\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-2.png 775w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-2-300x151.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-2-768x385.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-2-660x331.png 660w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><\/a><\/p>\n<p>Add a filter query to retrieve template by the title as shown below<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-40143\" style=\"border: 1px solid #0a0a0a; padding: 1px; margin: 1px;\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/1Power-Automate.png\" alt=\"Power Automate\" width=\"1078\" height=\"1035\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/1Power-Automate.png 1078w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/1Power-Automate-300x288.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/1Power-Automate-1024x983.png 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/1Power-Automate-768x737.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/1Power-Automate-660x634.png 660w\" sizes=\"(max-width: 1078px) 100vw, 1078px\" \/><\/p>\n<p>This step will return the \u2018Lead Reply-Web Site Visit\u2019 template. We will use the GUID of this template in the next step.<\/p>\n<p><strong>Step 3:<\/strong> <strong>Use \u2018SendEmailFromTemplate\u2019 action<\/strong><\/p>\n<p>This action is used to send an email using the Email Template. To execute this in Power Automate we need to add the \u2018Perform an unbound action\u2019 step.<\/p>\n<p>For this step\/action, we need to pass the below parameters,<\/p>\n<p><strong>Action Name<\/strong>: Select\u00a0<strong>\u2018<\/strong>SendEmailFromTemplate\u2019 from the list of actions.<\/p>\n<p><strong>TemplateId<\/strong>: GUID of the Email Template. In the second step, we retrieved the email template, we can use the following expression to get the GUID of the template.<\/p>\n<p>first(body(\u2018List_records\u2019)?[\u2018value\u2019])?[\u2018templateid\u2019]\n<p><strong>Regarding:<\/strong>\u00a0This is the Record to be set as the regarding of the email. Here we will pass the newly created Lead as the regarding. Pass the record as the following<\/p>\n<p>\/leads(triggerOutputs()?[body\/leadid])<\/p>\n<p><strong>Target<\/strong>: This is the parameter that we need to pass to the sender and recipients of the email in JSON format. Below is the JSON structure<\/p>\n<blockquote><p>{<\/p>\n<p>&#8220;email_activity_parties&#8221;: [<br \/>\n{<br \/>\n&#8220;partyid_&lt;entitylogicalname&gt;@odata.bind&#8221;: &#8220;\/&lt;entitysetname&gt;(&lt;guid of the record&gt;)&#8221;,<br \/>\n&#8220;participationtypemask&#8221;: 1<br \/>\n},<br \/>\n{<br \/>\n&#8220;partyid_&lt;entitylogicalname&gt;@odata.bind&#8221;: &#8220;\/&lt;entitysetname&gt;(&lt;guid of the record&gt;)&#8221;,<br \/>\n&#8220;participationtypemask&#8221;: 2<br \/>\n}<br \/>\n],<br \/>\n&#8220;@@odata.type&#8221;: &#8220;Microsoft.Dynamics.CRM.email&#8221;<\/p>\n<p>}<\/p><\/blockquote>\n<p>It is important to understand the Target parameter\u2019s JSON structure because this is the place where we set TO, CC, BCC, and FROM for the email.<\/p>\n<p>In the above JSON, I have used \u2018participationtypemask\u2019 as 1 and 2. Use 1 to set FROM and use 2 to set \u2018To\u2019.<\/p>\n<p>If you want to set CC and BCC then use 3 and 4 as \u2018participationtypemask\u2019 respectively.<\/p>\n<p><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2020-09-23-12_16_32-Greenshot.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-24852 size-full\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2020-09-23-12_16_32-Greenshot.png\" alt=\"Send an email using the Email Template in Power Automate 1\" width=\"607\" height=\"121\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2020-09-23-12_16_32-Greenshot.png 607w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2020-09-23-12_16_32-Greenshot-300x60.png 300w\" sizes=\"(max-width: 607px) 100vw, 607px\" \/><\/a><\/p>\n<p>This way \u2018SendEmailFromTemplate\u2019 action will allow you to send an email using the Email Template. The subject and email body will come from the email template and Sender, Recipients (To, CC, BCC) will be set based on the Target Parameter.<\/p>\n<p>Below is an example of \u201cPerform an unbound action\u201d and its JSON<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-40145\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2Power-Automate.jpg\" alt=\"\" width=\"1062\" height=\"1175\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2Power-Automate.jpg 1062w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2Power-Automate-271x300.jpg 271w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2Power-Automate-926x1024.jpg 926w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2Power-Automate-768x850.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/2Power-Automate-660x730.jpg 660w\" sizes=\"(max-width: 1062px) 100vw, 1062px\" \/><\/p>\n<p>TemplateId is the GUID of the template retrieved from the second \u2018List Records\u2019 step, \u2018Regarding\u2019 is the entity object of the lead that is being created and in the Target parameter, \u2018FROM\u2019 is being set to the Owner of the lead and \u2018To\u2019 is set to the lead entity object.<\/p>\n<blockquote><p>{<br \/>\n&#8220;email_activity_parties&#8221;: [<br \/>\n{<br \/>\n&#8220;partyid_systemuser@odata.bind&#8221;: &#8220;\/systemusers()&#8221;,<br \/>\n&#8220;participationtypemask&#8221;: 1<br \/>\n},<br \/>\n{<br \/>\n&#8220;partyid_lead@odata.bind&#8221;: &#8220;\/leads()&#8221;,<br \/>\n&#8220;participationtypemask&#8221;: 2<br \/>\n},<br \/>\n{<br \/>\n&#8220;addressused&#8221;: &#8220;sam@test.com&#8221;,<br \/>\n&#8220;participationtypemask&#8221;: 3<br \/>\n},<br \/>\n{<br \/>\n&#8220;addressused&#8221;: &#8220;john@test.com&#8221;,<br \/>\n&#8220;participationtypemask&#8221;: 3<br \/>\n}<br \/>\n],<br \/>\n&#8220;@@odata.type&#8221;: &#8220;Microsoft.Dynamics.CRM.email&#8221;<br \/>\n}<\/p><\/blockquote>\n<p>Sometimes, you may want to send an email to the email address which doesn\u2019t exist in your system. In that case, we can use the \u2018addressused\u2019 parameter. In the above code snippet, you can see set\u00a0<a href=\"mailto:sam@test.com\">sam@test.com<\/a>\u00a0for BCC being used<\/p>\n<p>In addition, you may want to send more than one recipient in either TO, CC, or in BCC. It is possible to set multiple objects in TO, CC, and BCC by adding multiple entries in the \u2018email_activity_parties\u2019.<\/p>\n<p>Below is how the final working Power Automate Flow looks like<\/p>\n<p><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-5.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-24847 size-full\" style=\"border: 1px solid #0a0a0a; padding: 1px; margin: 1px;\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-5.png\" alt=\"Send an email using the Email Template in Power Automate\" width=\"461\" height=\"585\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-5.png 461w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-5-236x300.png 236w\" sizes=\"(max-width: 461px) 100vw, 461px\" \/><\/a><\/p>\n<p>Below is the screenshot of the newly generated mail using the Email Template<\/p>\n<p><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-6.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-24846 size-full\" style=\"border: 1px solid #0a0a0a; padding: 1px; margin: 1px;\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-6.png\" alt=\"Send an email using the Email Template in Power Automate\" width=\"775\" height=\"534\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-6.png 775w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-6-300x207.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-6-768x529.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-6-660x455.png 660w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><\/a><\/p>\n<p>Note: If any of organization\u2019s recipients is either a contact, lead or account and is marked as\u00a0<strong>do not allow<\/strong>\u00a0for Email then the flow will fail with an error saying, \u201cRecipient of type \u2018Lead\u2019 with ID \u2018xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\u2019 is marked as non-Emailable\u201d<\/p>\n<p><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-7.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-24845 size-full\" style=\"border: 1px solid #0a0a0a; padding: 1px; margin: 1px;\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-7.png\" alt=\"Send an email using the Email Template in Power Automate\" width=\"385\" height=\"271\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-7.png 385w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-7-300x211.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2020\/09\/Send-an-email-using-the-Email-Template-in-Power-Automate-7-200x140.png 200w\" sizes=\"(max-width: 385px) 100vw, 385px\" \/><\/a><\/p>\n<p><strong>Wrapping Up<\/strong><\/p>\n<p>We can now consider Power Automate Flow to send automated emails using the Email Template using the \u201cSendEmailFromTemplate\u201d action. In the net part of the <a href=\"https:\/\/www.inogic.com\/blog\/2020\/09\/power-automate-send-an-email-using-the-email-template-part-2\/\">article<\/a>, we shall see how to send bulk email messages using Power Automate.<\/p>\n<p>Reference: <a href=\"https:\/\/docs.microsoft.com\/en-us\/dynamics365\/customer-engagement\/web-api\/sendemailfromtemplate?view=dynamics-ce-odata-9\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/docs.microsoft.com\/en-us\/dynamics365\/customer-engagement\/web-api\/sendemailfromtemplate?view=dynamics-ce-odata-9<\/a><\/p>\n<h2><u>FAQs<\/u><\/h2>\n<h3>\n<strong>How do I send an email using an email template in Power Automate?<\/strong><\/h3>\n<p>You can send an email using an email template in Power Automate by using the <strong>Perform an unbound action<\/strong> step and selecting the <strong>SendEmailFromTemplate<\/strong> Dataverse action. This allows you to reuse existing Dynamics 365 Email Templates and dynamically set recipients and sender details.<\/p>\n<h3><strong>Can Power Automate send emails using Dynamics 365 email templates?<\/strong><\/h3>\n<p>Yes, Power Automate can send emails using Dynamics 365 email templates by leveraging the <strong>SendEmailFromTemplate<\/strong> unbound action available in Dataverse.<\/p>\n<h3><strong><br \/>\nWhat is SendEmailFromTemplate in Power Automate?<\/strong><\/h3>\n<p>SendEmailFromTemplate is a Dataverse unbound action that generates and sends an email based on a predefined Dynamics 365 Email Template, while allowing you to set To, CC, BCC, and From dynamically.<\/p>\n<h3><strong><br \/>\nHow do I set To, CC, and BCC in Power Automate email templates?<\/strong><\/h3>\n<p>To set To, CC, and BCC in Power Automate email templates, you must configure the <strong>Target<\/strong> parameter using the email_activity_parties JSON array and assign the correct participationtypemask values:<\/p>\n<ul>\n<li>2 for To<\/li>\n<li>3 for CC<\/li>\n<li>4 for BCC<\/li>\n<\/ul>\n<h3><strong><br \/>\nHow do I send an email to an external email address in Power Automate?<\/strong><\/h3>\n<p>You can send an email to an external email address in Power Automate by using the addressused property in the Target parameter, even if the email address does not exist as a record in Dataverse.<\/p>\n<h3><strong>Why is Power Automate failing with \u201cRecipient is marked as non-Emailable\u201d?<\/strong><\/h3>\n<p>Power Automate fails with this error when the Contact, Lead, or Account is marked as <strong>Do Not Allow Email<\/strong> in Dynamics 365. Dataverse enforces this restriction automatically.<\/p>\n<h3><strong>Can I send emails automatically when a lead is created in Dynamics 365?<\/strong><\/h3>\n<p>Yes, you can automatically send emails when a lead is created in Dynamics 365 by creating a Power Automate flow triggered on lead creation and using the SendEmailFromTemplate action.<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"How do I send an email using an email template in Power Automate?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can send an email using an email template in Power Automate by using the Perform an unbound action step and selecting the SendEmailFromTemplate Dataverse action. This allows you to reuse existing Dynamics 365 Email Templates and dynamically set recipients and sender details.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Can Power Automate send emails using Dynamics 365 email templates?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes, Power Automate can send emails using Dynamics 365 email templates by leveraging the SendEmailFromTemplate unbound action available in Dataverse.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What is SendEmailFromTemplate in Power Automate?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"SendEmailFromTemplate is a Dataverse unbound action that generates and sends an email based on a predefined Dynamics 365 Email Template, while allowing you to set To, CC, BCC, and From dynamically.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How do I set To, CC, and BCC in Power Automate email templates?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"To set To, CC, and BCC in Power Automate email templates, you must configure the Target parameter using the email_activity_parties JSON array and assign the correct participationtypemask values:\n\u2022\t2 for To\n\u2022\t3 for CC\n\u2022\t4 for BCC\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How do I send an email to an external email address in Power Automate?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can send an email to an external email address in Power Automate by using the addressused property in the Target parameter, even if the email address does not exist as a record in Dataverse.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Why is Power Automate failing with \u201cRecipient is marked as non-Emailable\u201d?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Power Automate fails with this error when the Contact, Lead, or Account is marked as Do Not Allow Email in Dynamics 365. Dataverse enforces this restriction automatically.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Can I send emails automatically when a lead is created in Dynamics 365?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes, you can automatically send emails when a lead is created in Dynamics 365 by creating a Power Automate flow triggered on lead creation and using the SendEmailFromTemplate action.\"\n    }\n  }]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>During an online conference with Power Platform experts, a technical enthusiast asked an important question: \u201cWhat options do we have for emailing using templates on specific events or actions in Dynamics CRM?\u201d A panelist responded that traditionally this was achieved using: Classic workflows with Send Email and Use Template actions, or Plugins using InstantiateTemplate and\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2020\/09\/power-automate-send-an-email-using-the-email-template-part-1\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[16,18,19,1985],"tags":[2007,728,1975,1989,1571],"class_list":["post-24844","post","type-post","status-publish","format-standard","hentry","category-dynamics-365","category-dynamics-365-v9-2","category-dynamics-crm","category-power-automate","tag-dynamics-365-power-automate","tag-email-template","tag-power-automate","tag-power-automate-flows","tag-send-an-email-using-email-template"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/24844","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=24844"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/24844\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=24844"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=24844"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=24844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}