{"id":62792,"date":"2024-02-18T10:17:08","date_gmt":"2024-02-18T09:17:08","guid":{"rendered":"https:\/\/ekiwi-blog.de\/62792\/vba-outlook-create-new-e-mail\/"},"modified":"2024-02-18T10:40:05","modified_gmt":"2024-02-18T09:40:05","slug":"vba-outlook-create-new-e-mail","status":"publish","type":"post","link":"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/","title":{"rendered":"VBA Outlook: Create new e-mail"},"content":{"rendered":"<p><abbr title=\"Visual Basic for Application\">VBA<\/abbr> is often used to automate routine tasks and make everyday life easier. You can also make your life easier in Outlook with a few well-deployed VBA scripts. A basic function can be to automatically create a new e-mail with the execution of a macro or a click.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of content<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Create_email_with_CreateItem_method\" >Create email with CreateItem() method<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Explanation_of_parameters\" >Explanation of parameters<\/a><ul class='ez-toc-list-level-4' ><li class='ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Parameter_%E2%80%9CTo%E2%80%9D\" >Parameter &#8220;To&#8221;:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Parameter_%E2%80%9CCC%E2%80%9D\" >Parameter &#8220;CC&#8221;:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Parameter_%E2%80%9CBCC%E2%80%9D\" >Parameter &#8220;BCC&#8221;:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#%E2%80%9CSubject%E2%80%9D_parameter\" >&#8220;Subject&#8221; parameter:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#%E2%80%9CVotingOptions%E2%80%9D_parameter\" >&#8220;VotingOptions&#8221; parameter:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Parameter_%E2%80%9CBodyFormat%E2%80%9D\" >Parameter &#8220;BodyFormat&#8221;:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#%E2%80%9CImportance%E2%80%9D_parameter\" >&#8220;Importance&#8221; parameter:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#%E2%80%9CSensitivity%E2%80%9D_parameter\" >&#8220;Sensitivity&#8221; parameter:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#%E2%80%9CExpiryTime%E2%80%9D_parameter\" >&#8220;ExpiryTime&#8221; parameter:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Parameter_%E2%80%9CDeferredDeliveryTime%E2%80%9D\" >Parameter &#8220;DeferredDeliveryTime&#8221;:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#%E2%80%9CAttachments%E2%80%9D_parameter\" >&#8220;Attachments&#8221; parameter:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-14\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Parameter_%E2%80%9CHTMLBody%E2%80%9D_or_%E2%80%9CBody%E2%80%9D\" >Parameter &#8220;HTMLBody&#8221; or &#8220;Body&#8221;:<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-15\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Result_View_of_the_newly_created_email_in_Outlook\" >Result: View of the newly created email in Outlook<\/a><ul class='ez-toc-list-level-4' ><li class='ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-16\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Method_%E2%80%9CDisplay%E2%80%9D\" >Method &#8220;Display&#8221;<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-17\" href=\"https:\/\/ekiwi-blog.de\/en\/62792\/vba-outlook-create-new-e-mail\/#Email\" >Email<\/a><\/li><\/ul><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n<p>Of course, you could argue: <em>&#8220;You can do that in Outlook too&#8230;using the &#8216;New email&#8217; button&#8221;<\/em>. Of course, but what if I can also specify the <a title=\"Automatically execute VBA Outlook macro on email receipt\" href=\"https:\/\/ekiwi-blog.de\/en\/54162\/vba-outlook-macro-automatically-execute-on-email-receipt\/\">recipient in the new email automatically<\/a>? Or if you can specify a pre-formatted text where <a href=\"https:\/\/ekiwi-blog.de\/en\/62449\/vba-outlook-setchange-font-and-font-size\/\">the font and font size are set correctly<\/a>? Or if I can also transfer the priority of the email?<\/p>\n<p>That would save a lot of clicks, provided the use case allows it.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Create_email_with_CreateItem_method\"><\/span>Create email with CreateItem() method<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To automatically create a new email with Outlook, you can use the following macro. The function to be used is <em>Application.CreateItem(&#8230;)<\/em>.<\/p>\n<p>You can also immediately see the wealth of parameters that can be configured. Parameters that are not required can simply be omitted.<\/p>\n<pre><code><span style=\"color: #0000ff;\">Public Sub<\/span> NewMail()\r\n    <span style=\"color: #0000ff;\">Dim<\/span> olItem <span style=\"color: #0000ff;\">As<\/span> Outlook.MailItem\r\n   \r\n    <span style=\"color: #0000ff;\">Set<\/span> olItem = Application.CreateItem(olMailItem)\r\n    \r\n    <span style=\"color: #0000ff;\">With<\/span> olItem\r\n         .To = \"john.doe@my-domain.de\"\r\n         .CC = \"mr.xy@gmail.com\"\r\n         .BCC = \"mrs.xy@yahoo.com\"\r\n         .subject = \"Important News\"\r\n         .VotingOptions = \"Accept;Reject\"\r\n         .BodyFormat = olFormatHTML\r\n         .Importance = olImportanceHigh\r\n         .Sensitivity = olConfidential\r\n         .Attachments.Add (\"c:\\Users\\danie\\Desktop\\ekiwi_logo_en-1.jpg\")\r\n         .ExpiryTime = DateAdd(\"d\", 1, Now)\r\n         .DeferredDeliveryTime = #2\/18\/2024 8:00:00 AM#\r\n         .HTMLBody = \"&lt;BODY style=font-size:20pt;font-family:Calibri&gt;&lt;p&gt;Hello,&lt;\/p&gt;&lt;p&gt;today you receive our new newsletter&lt;\/p&gt;&lt;p&gt;best regards,&lt;br&gt;Max Iceberg&lt;\/p&gt;&lt;\/BODY&gt;\"\r\n         .Display\r\n    <span style=\"color: #0000ff;\">End With<\/span>\r\n\r\n    <span style=\"color: #0000ff;\">Set<\/span> olItem = <span style=\"color: #0000ff;\">Nothing<\/span>\r\n<span style=\"color: #0000ff;\">End Sub<\/span><\/code><\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Explanation_of_parameters\"><\/span>Explanation of parameters<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The parameters to be set are actually also familiar from the normal operation of Outlook and are almost self-explanatory.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Parameter_%E2%80%9CTo%E2%80%9D\"><\/span>Parameter &#8220;To&#8221;:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>The recipient address is entered here or, if there are several addresses, several recipients can also be entered here, separated by semicolons.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Parameter_%E2%80%9CCC%E2%80%9D\"><\/span>Parameter &#8220;CC&#8221;:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>Here, you enter the email addresses that should receive a copy of the email; again separated by a semicolon if there are multiple email addresses. All recipients of the email can see who is in the CC<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Parameter_%E2%80%9CBCC%E2%80%9D\"><\/span>Parameter &#8220;BCC&#8221;:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>The parameter is for &#8220;Blind Copy&#8221;. Enter the email addresses here, as for &#8220;To&#8221; or &#8220;CC&#8221;. The only difference is that the recipients cannot see that this email has also been sent to the recipients named here.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"%E2%80%9CSubject%E2%80%9D_parameter\"><\/span>&#8220;Subject&#8221; parameter:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>Simply enter a text here as the subject of the email<\/p>\n<h4><span class=\"ez-toc-section\" id=\"%E2%80%9CVotingOptions%E2%80%9D_parameter\"><\/span>&#8220;VotingOptions&#8221; parameter:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>These are voting buttons for a reply email that are displayed in the email. You can enter any words here. The individual voting buttons must be separated from each other by semicolons.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Parameter_%E2%80%9CBodyFormat%E2%80%9D\"><\/span>Parameter &#8220;BodyFormat&#8221;:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>Here you can specify the format of the email. There are 3 options that can be specified using the following enumerations. You can either use the number or the wording:<\/p>\n<ul>\n<li><strong>olFormatUnspecified<\/strong> (value 0): no specified format<\/li>\n<li><strong>olFormatPlain<\/strong> (value 1): formats the email as text<\/li>\n<li><strong>olFormatHTML<\/strong> (value 2): formats the email in HTML<\/li>\n<li><strong>olFormatRichText<\/strong> (value 3): formats the email in RichText format<\/li>\n<\/ul>\n<h4><span class=\"ez-toc-section\" id=\"%E2%80%9CImportance%E2%80%9D_parameter\"><\/span>&#8220;Importance&#8221; parameter:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>This can be used to display the importance of an email. In the email itself, high importance is usually marked with a red exclamation mark. The following enumerations or the value itself can be used to indicate the importance:<\/p>\n<ul>\n<li><strong>olImportanceLow <\/strong>(value 0): low importance<\/li>\n<li><strong>olImportanceNormal <\/strong>(value 1): no or normal or medium importance<\/li>\n<li><strong>olImportanceHigh <\/strong>(value 2): high importance<\/li>\n<\/ul>\n<h4><span class=\"ez-toc-section\" id=\"%E2%80%9CSensitivity%E2%80%9D_parameter\"><\/span>&#8220;Sensitivity&#8221; parameter:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>This parameter can be used to give the email a status indicating how sensitive the content is to be treated or how confidential the email is to be treated. To do this, you can pass four values (enumerations), which have the following meaning. The recipient of the e-mail is then shown, for example, that the e-mail is to be treated as &#8220;confidential&#8221;. The values are almost self-explanatory:<\/p>\n<ul>\n<li><strong>olNormal <\/strong>(value 0): no confidentiality level; default value, in this case the parameter can also be omitted<strong><br \/>\n<\/strong><\/li>\n<li><strong>olPersonal<\/strong> (value 1): personal<\/li>\n<li><strong>olPrivate<\/strong> (value 2): Private<\/li>\n<li><strong>olConfidential<\/strong> (value 3): confidential<strong><br \/>\n<\/strong><\/li>\n<\/ul>\n<h4><span class=\"ez-toc-section\" id=\"%E2%80%9CExpiryTime%E2%80%9D_parameter\"><\/span>&#8220;ExpiryTime&#8221; parameter:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>An expiry date for the email can be specified here. Once the expiry date has been reached, the email is marked as crossed out by the recipient, but remains in the inbox. This symbolises to the recipient that the content of the email is no longer relevant.<\/p>\n<p>In the example above, the function <a href=\"https:\/\/learn.microsoft.com\/en-us\/office\/vba\/language\/reference\/user-interface-help\/dateadd-function\" target=\"_blank\" rel=\"noopener\"><em>DateAdd<\/em><\/a> was used with the parameter\/function <em>Now<\/em>. This is used to pass an expiry date calculated from today in weeks, days, months or similar.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Parameter_%E2%80%9CDeferredDeliveryTime%E2%80%9D\"><\/span>Parameter &#8220;DeferredDeliveryTime&#8221;:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>Here you can set a delayed sending of the email or a delayed delivery of the email. You pass this parameter a <a title=\"Get Date and Time from Outlook mail via vba\" href=\"https:\/\/ekiwi-blog.de\/en\/49287\/vba-get-date-and-time-from-outlook-e-mail\/\">date\/time when the email<\/a> should be delivered. The email remains in Outlook&#8217;s outbox until this date\/time is reached.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"%E2%80%9CAttachments%E2%80%9D_parameter\"><\/span>&#8220;Attachments&#8221; parameter:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>The <em>Attachments<\/em> parameter is a list of all <a title=\"Save email attachment with VBA\" href=\"https:\/\/ekiwi-blog.de\/en\/51740\/vba-save-e-mail-attachment\/\">email attachments<\/a> that are to be attached to the newly created email. Use the <em>Add<\/em> function to add the individual attachments to the list. To do this, pass the <em>Add<\/em> function the full path to the respective file that is to be attached to the email.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Parameter_%E2%80%9CHTMLBody%E2%80%9D_or_%E2%80%9CBody%E2%80%9D\"><\/span>Parameter &#8220;HTMLBody&#8221; or &#8220;Body&#8221;:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>This is where you insert the actual email text; in our case in HTML format. If, for example, &#8220;<em>PlainText<\/em>&#8221; was specified as the body format, this parameter cannot be used. Instead, the parameter &#8220;<em>Body<\/em>&#8221; is used. For the RichText format, the parameter &#8220;<em>RTFBody<\/em>&#8221; must be used.<\/p>\n<p>There are a number of other parameters that can all be configured in the VBA macro, such as ReplyTo, i.e. the reply email addresses to which the reply email should be sent.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Result_View_of_the_newly_created_email_in_Outlook\"><\/span>Result: View of the newly created email in Outlook<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4><span class=\"ez-toc-section\" id=\"Method_%E2%80%9CDisplay%E2%80%9D\"><\/span>Method &#8220;Display&#8221;<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>Calling Display causes the newly created email to be displayed in Outlook.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Email\"><\/span>Email<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>The following image shows the new email created with VBA and the effects of the individual parameters using the code example shown above.<\/p>\n<figure id=\"attachment_62789\" aria-describedby=\"caption-attachment-62789\" style=\"width: 824px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ekiwi-blog.de\/wp-content\/uploads\/2024\/02\/vba-create-new-email.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-62789 size-full\" title=\"automatically create new email with VBA code\" src=\"https:\/\/ekiwi-blog.de\/wp-content\/uploads\/2024\/02\/vba-create-new-email.jpg\" alt=\"Screenshot of the new e-mail automatically created with VBA and labeling of the individual parameters\" width=\"824\" height=\"550\" srcset=\"https:\/\/ekiwi-blog.de\/wp-content\/uploads\/2024\/02\/vba-create-new-email.jpg 824w, https:\/\/ekiwi-blog.de\/wp-content\/uploads\/2024\/02\/vba-create-new-email-300x200.jpg 300w, https:\/\/ekiwi-blog.de\/wp-content\/uploads\/2024\/02\/vba-create-new-email-768x513.jpg 768w\" sizes=\"auto, (max-width: 824px) 100vw, 824px\" \/><\/a><figcaption id=\"caption-attachment-62789\" class=\"wp-caption-text\">Newly generated e-mail with VBA code sample<\/figcaption><\/figure>","protected":false},"excerpt":{"rendered":"<p>VBA is often used to automate routine tasks and make everyday life easier. You can also make your life easier<\/p>\n","protected":false},"author":2,"featured_media":6532,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1555],"tags":[1711,2252,3521,1707,2737,1703,1704,2168,1569,1700,1705,2715,1706,1558],"class_list":["post-62792","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-en","tag-automation-en","tag-code-en","tag-email","tag-macro","tag-macros","tag-microsoft-en","tag-microsoft-office-en","tag-office-en","tag-outlook-en","tag-programming","tag-vba-en","tag-vba-code-en","tag-visual-basic-for-application-en","tag-windows-en"],"_links":{"self":[{"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/posts\/62792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/comments?post=62792"}],"version-history":[{"count":0,"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/posts\/62792\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/media\/6532"}],"wp:attachment":[{"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/media?parent=62792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/categories?post=62792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ekiwi-blog.de\/en\/wp-json\/wp\/v2\/tags?post=62792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}