{"id":98063,"date":"2017-10-07T15:53:05","date_gmt":"2017-10-07T15:53:05","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=98063"},"modified":"2023-02-28T11:33:50","modified_gmt":"2023-02-28T11:33:50","slug":"call-phtml-email-template-magento2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/","title":{"rendered":"How to Pass Dynamic Data in Email Template &#8211; Magento2"},"content":{"rendered":"\n<p>In this blog we will see how to pass dynamic or dependent data to email templates in Magento2. Some times we need to pass dynamic data to email templates and we can not do this using template variables because we don&#8217;t know how many variables we need to create or send.<\/p>\n\n\n\n<p><strong>For example<\/strong> &#8211; Order items in order email or other order related emails depend upon the order and its totally dynamic.<\/p>\n\n\n\n<p>So we can not pass this data using variables in email template. For this kind of situations Magento provides a method by which we can call phtml file in email templates.<\/p>\n\n\n\n<p>We can achieve this by using custom handles.<\/p>\n\n\n\n<p>To use custom handles in email templates &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create Layout Handle<\/li>\n\n\n\n<li>Create Template File<\/li>\n\n\n\n<li>Call Layout Handle In Email Template File<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Create Layout Handle<\/h3>\n\n\n\n<p>First of all create a xml file in frontend layout folder. i am creating a <strong>email_template.xml<\/strong>. you can choose any name for layout.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted brush:xml\">&lt;?xml version=\"1.0\"?&gt;\n&lt;page xmlns:xsi=\"http:\/\/www.w3.org\/2001\/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:framework:View\/Layout\/etc\/page_configuration.xsd\" label=\"Email Items\" design_abstraction=\"custom\"&gt;\n    &lt;body&gt;\n        &lt;block class=\"Magento\\Framework\\View\\Element\\Template\" name=\"email.items\" template=\"Vendor_ModuleName::email_items.phtml\"\/&gt;\n    &lt;\/body&gt;\n&lt;\/page&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Create Template File<\/h3>\n\n\n\n<p>Create template file email_items.phtml. You can write code according to your need in this file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted brush:php\">&lt;?php\n    echo \"This data is dynamic data and can be changed according to need.\";\n    \/\/ You can print data accoding to your need. \n    \/\/ You can also get the parameters on this file.\n?&gt;<\/pre>\n\n\n\n<p>You can fetch parameter and use them in this file. For example &#8211; you can get id or any other parameter from request object and perform operations using the data.<br>&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Call Layout Handle In Email Template File<\/h3>\n\n\n\n<p>Finally you need to use the layout handle in email template file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted brush:xml\">{{layout area=\"frontend\" handle=\"email_template\"}}<\/pre>\n\n\n\n<p><strong>handle=&#8221;email_template&#8221;<\/strong><\/p>\n\n\n\n<p>email_template is the name of xml file you created at first step.<\/p>\n\n\n\n<p>That&#8217;s all for today. I hope this blog will help you.<br>If you have any issue or query, comment below.<br>Thanks<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog we will see how to pass dynamic or dependent data to email templates in Magento2. Some times we need to pass dynamic data to email templates and we can not do this using template variables because we don&#8217;t know how many variables we need to create or send. For example &#8211; Order <a href=\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":21,"featured_media":98064,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[5577,5576],"class_list":["post-98063","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-magento2","tag-dynamic-data-in-email-template","tag-email-templates"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Pass Dynamic Data in Email Template - Magento2 - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Call Phtml File in Email Template - Magento2, How to pass dynamic data to email templates on Magento2, Effective way to pass dynamic data to Email Templates\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Pass Dynamic Data in Email Template - Magento2 - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Call Phtml File in Email Template - Magento2, How to pass dynamic data to email templates on Magento2, Effective way to pass dynamic data to Email Templates\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rahul0989\" \/>\n<meta property=\"article:published_time\" content=\"2017-10-07T15:53:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-28T11:33:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Rahul Mahto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Mahto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\"},\"author\":{\"name\":\"Rahul Mahto\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3002e6bca8362f6cf1c61b2663496c4f\"},\"headline\":\"How to Pass Dynamic Data in Email Template &#8211; Magento2\",\"datePublished\":\"2017-10-07T15:53:05+00:00\",\"dateModified\":\"2023-02-28T11:33:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\"},\"wordCount\":277,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png\",\"keywords\":[\"Dynamic Data in Email Template\",\"Email Templates\"],\"articleSection\":[\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\",\"url\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\",\"name\":\"How to Pass Dynamic Data in Email Template - Magento2 - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png\",\"datePublished\":\"2017-10-07T15:53:05+00:00\",\"dateModified\":\"2023-02-28T11:33:50+00:00\",\"description\":\"Call Phtml File in Email Template - Magento2, How to pass dynamic data to email templates on Magento2, Effective way to pass dynamic data to Email Templates\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png\",\"width\":825,\"height\":260,\"caption\":\"Phtml in Email Template\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Pass Dynamic Data in Email Template &#8211; Magento2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3002e6bca8362f6cf1c61b2663496c4f\",\"name\":\"Rahul Mahto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b0def172ef24ea3f7319500afbb65af8012023ba5c143982a4c958b2fb58ee0d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b0def172ef24ea3f7319500afbb65af8012023ba5c143982a4c958b2fb58ee0d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Rahul Mahto\"},\"sameAs\":[\"http:\/\/webkul.com\",\"https:\/\/www.facebook.com\/rahul0989\"],\"url\":\"https:\/\/webkul.com\/blog\/author\/rahul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Pass Dynamic Data in Email Template - Magento2 - Webkul Blog","description":"Call Phtml File in Email Template - Magento2, How to pass dynamic data to email templates on Magento2, Effective way to pass dynamic data to Email Templates","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/","og_locale":"en_US","og_type":"article","og_title":"How to Pass Dynamic Data in Email Template - Magento2 - Webkul Blog","og_description":"Call Phtml File in Email Template - Magento2, How to pass dynamic data to email templates on Magento2, Effective way to pass dynamic data to Email Templates","og_url":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_author":"https:\/\/www.facebook.com\/rahul0989","article_published_time":"2017-10-07T15:53:05+00:00","article_modified_time":"2023-02-28T11:33:50+00:00","og_image":[{"width":825,"height":260,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png","type":"image\/png"}],"author":"Rahul Mahto","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Rahul Mahto","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/"},"author":{"name":"Rahul Mahto","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3002e6bca8362f6cf1c61b2663496c4f"},"headline":"How to Pass Dynamic Data in Email Template &#8211; Magento2","datePublished":"2017-10-07T15:53:05+00:00","dateModified":"2023-02-28T11:33:50+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/"},"wordCount":277,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png","keywords":["Dynamic Data in Email Template","Email Templates"],"articleSection":["Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/","url":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/","name":"How to Pass Dynamic Data in Email Template - Magento2 - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png","datePublished":"2017-10-07T15:53:05+00:00","dateModified":"2023-02-28T11:33:50+00:00","description":"Call Phtml File in Email Template - Magento2, How to pass dynamic data to email templates on Magento2, Effective way to pass dynamic data to Email Templates","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/10\/Magneto-Code-Snippet-1-1.png","width":825,"height":260,"caption":"Phtml in Email Template"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/call-phtml-email-template-magento2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Pass Dynamic Data in Email Template &#8211; Magento2"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3002e6bca8362f6cf1c61b2663496c4f","name":"Rahul Mahto","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b0def172ef24ea3f7319500afbb65af8012023ba5c143982a4c958b2fb58ee0d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b0def172ef24ea3f7319500afbb65af8012023ba5c143982a4c958b2fb58ee0d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Rahul Mahto"},"sameAs":["http:\/\/webkul.com","https:\/\/www.facebook.com\/rahul0989"],"url":"https:\/\/webkul.com\/blog\/author\/rahul\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/98063","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=98063"}],"version-history":[{"count":25,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/98063\/revisions"}],"predecessor-version":[{"id":371094,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/98063\/revisions\/371094"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media\/98064"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=98063"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=98063"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=98063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}