{"id":22845,"date":"2023-03-23T07:42:42","date_gmt":"2023-03-23T07:42:42","guid":{"rendered":"https:\/\/www.gmass.co\/blog\/?p=22845"},"modified":"2023-03-27T18:21:42","modified_gmt":"2023-03-27T18:21:42","slug":"add-needs-reply-label","status":"publish","type":"post","link":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/","title":{"rendered":"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)"},"content":{"rendered":"<p>Want to track down every single email in your inbox that\u2019s waiting on <em>you<\/em>\u00a0for a reply?<\/p>\n<p>It\u2019s easy to overlook one or two dangling threads. Between the way Gmail threads messages and your inbox filling up throughout the day, it can feel <strong>too<\/strong>\u00a0easy to forget there\u2019s a message still waiting on you.<\/p>\n<p>We recently rolled out <a href=\"https:\/\/www.gmass.co\/reply\">The Reply Project<\/a>\u00a0here at GMass, which is a <strong>tool to help you blaze through your inbox and get through your replies 10x faster<\/strong>\u00a0than you ever have before.<\/p>\n<p>But if your inbox has tons of emails in it\u2026 it can sometimes be intimidating to get through it. Even at 10x speed.<\/p>\n<p>So I thought it would be great to figure out a way <strong>we could find and label every email in your inbox that\u2019s waiting on your response<\/strong>. That way, you could search by that label in Gmail or in The Reply Project to <strong>focus solely on emails that need your attention<\/strong>.<\/p>\n<p>Unfortunately, there\u2019s <strong>no built in way to search for those emails in Gmail<\/strong>. None of their <a href=\"https:\/\/support.google.com\/mail\/answer\/7190?hl=en\">search operators<\/a>\u00a0will surface only message threads where the last message came from someone other than you.<\/p>\n<p>So we\u2019ll need to use a Google Apps Script to pull this off.<\/p>\n<p>In this tutorial, I\u2019ll show you how to set it up. (Don\u2019t worry, it\u2019s <strong>all cut-and-paste; no coding know-how required<\/strong>.)<\/p>\n<p>Here\u2019s how to have Gmail automatically label any threads waiting on you for a reply \u2014 and then how to respond to those messages faster than you ever have before with The Reply Project.<\/p>\n<h2>Add Needs Reply Labels: Table of Contents<\/h2>\n<ul>\n<li><a href=\"#step-1-preparing-the-brsr\">Step 1: Preparing the Google Apps Script<\/a><\/li>\n<li id=\"step-1-preparing-the-brsr\"><a href=\"#step-2-automating-th-smjg\">Step 2: Automating the Process<\/a><\/li>\n<li><a href=\"#step-3-using-your-ne-tgdt\">Step 3: Using Your New Label to Streamline Replies in The Reply Project<\/a><\/li>\n<li><a href=\"#you-re-all-set-afnl\">You\u2019re All Set!<\/a><\/li>\n<\/ul>\n<h2>Step 1: Preparing the Google Apps Script<\/h2>\n<p>Head to the <a href=\"https:\/\/script.google.com\/home\/start?pli=1\">Google Apps Script home page<\/a>\u00a0and click the <strong>New project<\/strong>\u00a0button on the sidebar.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-newproject-tinified.png\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-newproject-tinified.png\" alt=\"Start a new project in Google Apps Script\" width=\"1600\" height=\"757\" \/><\/a><\/figure>\n<p>You can replace the title (<strong>Untitled project<\/strong>) with whatever name you\u2019d like. I went with <strong>Add reply labels<\/strong>.<\/p>\n<p>Then click into the main scripting area and delete everything in there (<code>function myFunction () {}<\/code>).<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-deletedefault-tinified.png\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-deletedefault-tinified.png\" alt=\"Delete the current code\" width=\"1600\" height=\"757\" \/><\/a><\/figure>\n<p>Copy all the code here.<\/p>\n<p class=\"codepen\" style=\"height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;\" data-height=\"300\" data-default-tab=\"js\" data-slug-hash=\"vYzQdBZ\" data-user=\"samgmass1\">See the Pen <a href=\"https:\/\/codepen.io\/samgmass1\/pen\/vYzQdBZ\"><br \/>\nUntitled<\/a> by Sam G (<a href=\"https:\/\/codepen.io\/samgmass1\">@samgmass1<\/a>)<br \/>\non <a href=\"https:\/\/codepen.io\">CodePen<\/a>.<\/p>\n<p><script async src=\"https:\/\/cpwebassets.codepen.io\/assets\/embed\/ei.js\"><\/script><\/p>\n<p>Then paste it into the Google Apps scripting area.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-pastedcode-tinified.png\" data-rel=\"lightbox-image-2\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-pastedcode-tinified.png\" alt=\"Paste in this code\" width=\"1600\" height=\"1094\" \/><\/a><\/figure>\n<p>Click on the <strong>floppy disk icon<\/strong>\u00a0to save.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-savecode-tinified.png\" data-rel=\"lightbox-image-3\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-savecode-tinified.png\" alt=\"Save the code\" width=\"1600\" height=\"1094\" \/><\/a><\/figure>\n<p>Click on <strong>Run<\/strong>.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-run-tinified.png\" data-rel=\"lightbox-image-4\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-run-tinified.png\" alt=\"Run the script\" width=\"1600\" height=\"1100\" \/><\/a><\/figure>\n<p>Google will think for a moment, then you\u2019ll need to give the script permission to run. Click <strong>Review permissions.<\/strong><\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-reviewpermissions-tinified.png\" data-rel=\"lightbox-image-5\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-reviewpermissions-tinified.png\" alt=\"Review permissions for Google\" width=\"1600\" height=\"1100\" \/><\/a><\/figure>\n<p>Choose your account. Then click <strong>Allow<\/strong>.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-allowscript-tinified.png\" data-rel=\"lightbox-image-6\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-allowscript-tinified.png\" alt=\"Give the script permissions to run\" width=\"1304\" height=\"1452\" \/><\/a><\/figure>\n<p><strong>Note<\/strong>: You may get a warning that the script is unsafe, if you\u2019re running it from a regular @gmail.com account. In that case, proceed and give it permissions anyway. You\u2019re the only one running this script so it\u2019s not risky, Google is just being extra cautious.<\/p>\n<p>Assuming all went well, you should see the triumphant <strong>Execution completed<\/strong>\u00a0in the Apps Script log.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-executioncompleted-tinified.png\" data-rel=\"lightbox-image-7\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-executioncompleted-tinified.png\" alt=\"Wait for a successful completion\" width=\"1600\" height=\"877\" \/><\/a><\/figure>\n<p>Head over to Gmail and refresh the window.<\/p>\n<p>You\u2019ll see that the script created the <strong>Needs Reply<\/strong>\u00a0label and applied it to the correct threads in your inbox.<\/p>\n<p>Now every email in your inbox where someone other than you was last to reply now has the <strong>Needs Reply<\/strong>\u00a0label. Any emails where <em>you<\/em>\u00a0were the most recent one to reply in the thread will not have the label. And the <strong>Needs Reply<\/strong>\u00a0label is also on your sidebar.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-ininbox-tinified.png\" data-rel=\"lightbox-image-8\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" id=\"step-2-automating-th-smjg\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-ininbox-tinified.png\" alt=\"Check your inbox to see the Needs Reply labels now applied\" width=\"1600\" height=\"930\" \/><\/a><\/figure>\n<h2>Step 2: Automating the Process<\/h2>\n<p>You can manually run this script any time by going back to the main Apps Script page, clicking into the script, and hitting <strong>Run<\/strong>.<\/p>\n<p>But for the sake of convenience, we want this script to <strong>process the emails in our inbox automatically<\/strong>.<\/p>\n<p>Go back to the Apps Script tab and click on the <strong>stopwatch icon<\/strong>\u00a0on the left sidebar.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-stopwatch-tinified.png\" data-rel=\"lightbox-image-9\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-stopwatch-tinified.png\" alt=\"Hit the stopwatch for a trigger\" width=\"1600\" height=\"930\" \/><\/a><\/figure>\n<p>Now click on the <strong>Add Trigger<\/strong>\u00a0button.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-addtrigger-tinified.png\" data-rel=\"lightbox-image-10\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-addtrigger-tinified.png\" alt=\"Add a new trigger\" width=\"1600\" height=\"930\" \/><\/a><\/figure>\n<p>Here are the settings:<\/p>\n<ul>\n<li><strong>Choose which function to run<\/strong>\u00a0&#8211; labelNeedsReply<\/li>\n<li><strong>Choose which deployment should run<\/strong>\u00a0&#8211; Head<\/li>\n<li><strong>Select event source<\/strong>\u00a0&#8211; Time-driven<\/li>\n<li><strong>Select type of time based trigger<\/strong>\u00a0&#8211; Hour timer<\/li>\n<li><strong>Select hour interval<\/strong>\u00a0&#8211; Up to you. I am having this run <strong>Every 6 hours<\/strong>; feels like four times a day is about right.<\/li>\n<li><strong>Failure notification settings<\/strong>\u00a0&#8211; Notify me daily.<\/li>\n<\/ul>\n<p>Then click <strong>Save<\/strong>. (You may need to give Google permissions again.)<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-triggersettings-tinified.png\" data-rel=\"lightbox-image-11\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-triggersettings-tinified.png\" alt=\"Configure the trigger settings\" width=\"1600\" height=\"1373\" \/><\/a><\/figure>\n<p>Assuming all went well, you should now see your script in your Triggers list. It will now run automatically in the background at whatever interval you specified.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-triggerlist-tinified.png\" data-rel=\"lightbox-image-12\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-triggerlist-tinified.png\" alt=\"See the trigger in your list\" width=\"1600\" height=\"652\" \/><\/a><\/figure>\n<p><strong>Optional step:<\/strong>\u00a0You can delete lines 2 through 9 from the script if you want to make it a tiny bit faster and more efficient. Now that you\u2019ve created the <strong>Needs Reply<\/strong>\u00a0label, you don\u2019t need the script to check for it every time.<\/p>\n<p>But if you think you might mess with the label one day\u2026 or you just don\u2019t feel good about messing with the code <em>at all<\/em>\u2026 you can leave it in place.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-deleteportion-tinified.png\" data-rel=\"lightbox-image-13\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" id=\"step-3-using-your-ne-tgdt\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-deleteportion-tinified.png\" alt=\"You can optionally delete the label search and creation\" width=\"1600\" height=\"964\" \/><\/a><\/figure>\n<h2>Step 3: Using Your New Label to Streamline Replies in The Reply Project<\/h2>\n<p>Now that you\u2019ve flagged every email in your inbox waiting on your response, you can use that to <strong>streamline your flow in The Reply Project<\/strong>.<\/p>\n<p>Go to <a href=\"https:\/\/www.gmass.co\/reply\">The Reply Project page<\/a>\u00a0and sign in with your Gmail account. If this is your first time using it, you\u2019ll need to give it permissions (even if you\u2019re already a GMass user).<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-signinreplyproject-tinified.png\" data-rel=\"lightbox-image-14\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-signinreplyproject-tinified.png\" alt=\"Sign in to The Reply Project\" width=\"1600\" height=\"994\" \/><\/a><\/figure>\n<p>The Reply Project brings up every email in your inbox by default.<\/p>\n<p>However, the search bar at the top works exactly like the Gmail search bar. So in that box, type in <strong>label:needs-reply <\/strong>and hit Enter\/Return.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-searchinreplyproject-tinified.png\" data-rel=\"lightbox-image-15\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-searchinreplyproject-tinified.png\" alt=\"Search in the Reply Project box for the needs reply label\" width=\"1600\" height=\"994\" \/><\/a><\/figure>\n<p>The Reply Project will now <strong>only show you the messages with the Needs Reply label, meaning they\u2019re waiting on a reply from you<\/strong>.<\/p>\n<p>And you can respond ultra fast by typing in replies or using templates or ChatGPT.<\/p>\n<figure style=\"text-align: center;\"><a href=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-replyprojectreponses-tinified.png\" data-rel=\"lightbox-image-16\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" id=\"you-re-all-set-afnl\" class=\"aligncenter\" src=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/replylabel-replyprojectreponses-tinified.png\" alt=\"Write quick responses in The Reply Project\" width=\"1600\" height=\"723\" \/><\/a><\/figure>\n<h2>You\u2019re All Set!<\/h2>\n<p>The Apps Script will <strong>continue running in the background<\/strong>\u00a0(without you even knowing it!) and labeling the appropriate email threads with <strong>Needs Reply<\/strong>.<\/p>\n<p>Also, when it runs, it will detect threads that have the label where you\u2019ve since responded and it will remove the <strong>Needs Reply<\/strong>\u00a0label. And that will work even if you\u2019re using The Reply Project\u2019s <strong>Archive after sending<\/strong>\u00a0feature (or if you manually archive the messages).<\/p>\n<p>Hope this script serves you well and <strong>helps you get into a reply flow with The Reply Project even <\/strong><em><strong>faster<\/strong><\/em><strong>\u00a0than before<\/strong>.<\/p>\n<p>And finally, for more about the all the great features of The Reply Project, check out our blog post on <a href=\"https:\/\/www.gmass.co\/blog\/the-reply-project-fast-replies\/\">using it for fast replies<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Want to track down every single email in your inbox that\u2019s waiting on you\u00a0for a reply? It\u2019s easy to overlook one or two dangling threads. Between the way\u2026<\/p>\n","protected":false},"author":29,"featured_media":22851,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[4254,35],"tags":[],"class_list":["post-22845","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gmail-tips-and-tricks","category-reply-management"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)\" \/>\r\n<meta property=\"og:description\" content=\"Want to track down every single email in your inbox that\u2019s waiting on you\u00a0for a reply? It\u2019s easy to overlook one or two dangling threads. Between the way\u2026\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/\" \/>\r\n<meta property=\"og:site_name\" content=\"GMass Blog\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GmailMailMerge\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2023-03-23T07:42:42+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2023-03-27T18:21:42+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/add-needs-reply-label-feat-tinified.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"2002\" \/>\r\n\t<meta property=\"og:image:height\" content=\"934\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"Sam Greenspan\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@GMassForGmail\" \/>\r\n<meta name=\"twitter:site\" content=\"@GMassForGmail\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sam Greenspan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/\"},\"author\":{\"name\":\"Sam Greenspan\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/#\\\/schema\\\/person\\\/de82c1ac2f78713b569bb57bfb313c98\"},\"headline\":\"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)\",\"datePublished\":\"2023-03-23T07:42:42+00:00\",\"dateModified\":\"2023-03-27T18:21:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/\"},\"wordCount\":1096,\"commentCount\":16,\"image\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/add-needs-reply-label-feat-tinified.png\",\"articleSection\":[\"Gmail Tips and Tricks\",\"Reply Management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/\",\"url\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/\",\"name\":\"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/add-needs-reply-label-feat-tinified.png\",\"datePublished\":\"2023-03-23T07:42:42+00:00\",\"dateModified\":\"2023-03-27T18:21:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/#\\\/schema\\\/person\\\/de82c1ac2f78713b569bb57bfb313c98\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/add-needs-reply-label-feat-tinified.png\",\"contentUrl\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/add-needs-reply-label-feat-tinified.png\",\"width\":2002,\"height\":934},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/add-needs-reply-label\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/\",\"name\":\"GMass Blog\",\"description\":\"Tips and tricks for sending mail merge and mass email campaigns directly from Gmail\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/#\\\/schema\\\/person\\\/de82c1ac2f78713b569bb57bfb313c98\",\"name\":\"Sam Greenspan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/544dc4a3d6b96b537586cdde9d818feb8f0de187faed221fdb0dee3a356bf41a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/544dc4a3d6b96b537586cdde9d818feb8f0de187faed221fdb0dee3a356bf41a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/544dc4a3d6b96b537586cdde9d818feb8f0de187faed221fdb0dee3a356bf41a?s=96&d=mm&r=g\",\"caption\":\"Sam Greenspan\"},\"url\":\"https:\\\/\\\/www.gmass.co\\\/blog\\\/author\\\/sam_greenspan\\\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)","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:\/\/www.gmass.co\/blog\/add-needs-reply-label\/","og_locale":"en_US","og_type":"article","og_title":"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)","og_description":"Want to track down every single email in your inbox that\u2019s waiting on you\u00a0for a reply? It\u2019s easy to overlook one or two dangling threads. Between the way\u2026","og_url":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/","og_site_name":"GMass Blog","article_publisher":"https:\/\/www.facebook.com\/GmailMailMerge\/","article_published_time":"2023-03-23T07:42:42+00:00","article_modified_time":"2023-03-27T18:21:42+00:00","og_image":[{"width":2002,"height":934,"url":"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/add-needs-reply-label-feat-tinified.png","type":"image\/png"}],"author":"Sam Greenspan","twitter_card":"summary_large_image","twitter_creator":"@GMassForGmail","twitter_site":"@GMassForGmail","twitter_misc":{"Written by":"Sam Greenspan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#article","isPartOf":{"@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/"},"author":{"name":"Sam Greenspan","@id":"https:\/\/www.gmass.co\/blog\/#\/schema\/person\/de82c1ac2f78713b569bb57bfb313c98"},"headline":"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)","datePublished":"2023-03-23T07:42:42+00:00","dateModified":"2023-03-27T18:21:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/"},"wordCount":1096,"commentCount":16,"image":{"@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/add-needs-reply-label-feat-tinified.png","articleSection":["Gmail Tips and Tricks","Reply Management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/","url":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/","name":"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)","isPartOf":{"@id":"https:\/\/www.gmass.co\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#primaryimage"},"image":{"@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/add-needs-reply-label-feat-tinified.png","datePublished":"2023-03-23T07:42:42+00:00","dateModified":"2023-03-27T18:21:42+00:00","author":{"@id":"https:\/\/www.gmass.co\/blog\/#\/schema\/person\/de82c1ac2f78713b569bb57bfb313c98"},"breadcrumb":{"@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#primaryimage","url":"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/add-needs-reply-label-feat-tinified.png","contentUrl":"https:\/\/www.gmass.co\/blog\/wp-content\/uploads\/2023\/03\/add-needs-reply-label-feat-tinified.png","width":2002,"height":934},{"@type":"BreadcrumbList","@id":"https:\/\/www.gmass.co\/blog\/add-needs-reply-label\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gmass.co\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Find Every Email Thread Waiting on Your Reply (+Add Gmail Labels)"}]},{"@type":"WebSite","@id":"https:\/\/www.gmass.co\/blog\/#website","url":"https:\/\/www.gmass.co\/blog\/","name":"GMass Blog","description":"Tips and tricks for sending mail merge and mass email campaigns directly from Gmail","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gmass.co\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gmass.co\/blog\/#\/schema\/person\/de82c1ac2f78713b569bb57bfb313c98","name":"Sam Greenspan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/544dc4a3d6b96b537586cdde9d818feb8f0de187faed221fdb0dee3a356bf41a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/544dc4a3d6b96b537586cdde9d818feb8f0de187faed221fdb0dee3a356bf41a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/544dc4a3d6b96b537586cdde9d818feb8f0de187faed221fdb0dee3a356bf41a?s=96&d=mm&r=g","caption":"Sam Greenspan"},"url":"https:\/\/www.gmass.co\/blog\/author\/sam_greenspan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/posts\/22845","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/comments?post=22845"}],"version-history":[{"count":3,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/posts\/22845\/revisions"}],"predecessor-version":[{"id":22848,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/posts\/22845\/revisions\/22848"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/media\/22851"}],"wp:attachment":[{"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/media?parent=22845"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/categories?post=22845"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gmass.co\/blog\/wp-json\/wp\/v2\/tags?post=22845"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}