{"id":16640,"date":"2024-11-06T09:55:09","date_gmt":"2024-11-06T09:55:09","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=16640"},"modified":"2024-11-06T11:00:35","modified_gmt":"2024-11-06T11:00:35","password":"","slug":"how-to-schedule-server-downtime-notifications-with-wall-command","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/","title":{"rendered":"How to Schedule Server Downtime Notifications with Wall Command"},"content":{"rendered":"\n<p>The <code>wall<\/code> command in Linux is used to send broadcast messages to all logged-in users. <\/p>\n\n\n\n<p>It can be very useful for notifying users about upcoming server downtime, maintenance activities, or other urgent issues. <\/p>\n\n\n\n<p>Please see <a href=\"https:\/\/truehost.com\/support\/knowledge-base\/understanding-how-to-use-the-wall-command-in-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">this article <\/a>on the command before you can use it to send notifications<\/p>\n\n\n\n<p>In this article we will look at the following;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the <code>wall<\/code> command to send a basic notification.<\/li>\n\n\n\n<li>Schedule notifications for downtime using <code>cron<\/code>.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">1. Using the <code>wall<\/code> Command<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The syntax of the command is quite direct as illustrated <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/understanding-how-to-use-the-wall-command-in-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a><\/strong>. The wall command need to be run by a <strong>sudo user<\/strong> or by user <strong>root<\/strong>.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wall \"Put your message here\"<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For example<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wall \"We have scheduled a transfer from this server from 6 PM\"<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This message will be sent to all logged-in users, displaying immediately on their terminals.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"521\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png\" alt=\"\" class=\"wp-image-16665\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62-300x153.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62-768x391.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">2. Scheduling Notifications with <code>cron<\/code><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To automate notifications, you can schedule <code>wall<\/code> messages using <code>cron<\/code>. This allows you to set up recurring or one-time notifications, ideal for planned maintenance reminders.<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 1: Open Your Crontab<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To edit your crontab, use the following command:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>crontab -e<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This opens the crontab file for the current user.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"201\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-64-1024x201.png\" alt=\"\" class=\"wp-image-16681\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-64-1024x201.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-64-300x59.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-64-768x151.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-64.png 1146w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 2: Add a <code>wall<\/code> Notification<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Each cron job has the following structure:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>* * * * command_to_execute<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The five asterisks represent the <strong>minute<\/strong>, <strong>hour<\/strong>, <strong>day<\/strong> of the <strong>month<\/strong>, month, and <strong>day<\/strong> of the <strong>week<\/strong> (in that order). <\/li>\n\n\n\n<li>For example, to schedule a message for 2:45 PM on the 6th of each month, you\u2019d add the following line:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>45 14 06 * * sudo wall \"Reminder: Server maintenance will begin at 3:00 PM. Please save your work.\"<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"170\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-63-1024x170.png\" alt=\"\" class=\"wp-image-16679\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-63-1024x170.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-63-300x50.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-63-768x128.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-63.png 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The above command will run at 2:45 PM on the 6th of every month, sending a reminder message to all logged-in users. <\/li>\n\n\n\n<li>You can adjust the time and message as needed for your specific downtime schedule. Please check <strong><a href=\"https:\/\/crontab.guru\/\" target=\"_blank\" rel=\"noreferrer noopener\">this platform<\/a><\/strong> to help you with determining the time correctly<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 3: Save and Close<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once you\u2019ve added your message, save and close the crontab file. Your scheduled message will now run at the specified time.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note that you can also have your message saved to a file, then you put a cron to run the file, instead of the message itself,  at your preferred times. Details about this are explained in <a href=\"https:\/\/truehost.com\/support\/knowledge-base\/understanding-how-to-use-the-wall-command-in-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">this article.<\/a><\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Example Use Cases for Scheduled Downtime Notifications<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can have your message schedules daily, weekly, monthly or art specific times according to your need. Again check <strong><a href=\"https:\/\/crontab.guru\/\" target=\"_blank\" rel=\"noreferrer noopener\">this tool <\/a><\/strong>for guidance.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Daily Reminders<\/strong>: Notify users daily of a recurring maintenance window.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>0 22 * * * sudo wall \"Reminder: Server maintenance window is from 11:00 PM to 12:00 AM.\"<\/code><\/pre>\n\n\n\n<p>   2.  <strong>Weekly Notifications<\/strong>: Send a message every Monday morning to remind users of weekly updates.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>0 9 * * MON sudo wall \"Weekly updates will occur today at 10:00 AM. Brief downtime may be expected.\"<\/code><\/pre>\n\n\n\n<p>3. <strong>One-Time Notifications<\/strong>: For a specific date, such as December 15 at 5:00 PM.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>0 17 15 12 * sudo wall \"Server maintenance scheduled for December 15 at 5:00 PM.\"<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Author&#8217;s Final Word<\/h2>\n\n\n\n<p>Using the <code>wall<\/code> command with <code>cron<\/code> makes it easy to automate and schedule server downtime notifications, ensuring users are always informed about upcoming maintenance. By setting up scheduled notifications, administrators can improve communication with users and reduce potential disruption during server maintenance windows.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The wall command in Linux is used to send broadcast messages to all logged-in users. It can be very useful for notifying users about upcoming server downtime, maintenance activities, or other urgent issues. Please see this article on the command before you can use it to send notifications In this article we will look at [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1820,1824,1879],"doc_tag":[],"class_list":["post-16640","docs","type-docs","status-publish","hentry","doc_category-cloud-servers-in-kenya","doc_category-dedicated-servers","doc_category-servers"],"year_month":"2026-07","word_count":513,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Schedule Server Downtime Notifications with Wall Command -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Schedule Server Downtime Notifications with Wall Command -\" \/>\n<meta property=\"og:description\" content=\"The wall command in Linux is used to send broadcast messages to all logged-in users. It can be very useful for notifying users about upcoming server downtime, maintenance activities, or other urgent issues. Please see this article on the command before you can use it to send notifications In this article we will look at [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-06T11:00:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/\",\"name\":\"How to Schedule Server Downtime Notifications with Wall Command -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-62.png\",\"datePublished\":\"2024-11-06T09:55:09+00:00\",\"dateModified\":\"2024-11-06T11:00:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-62.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-62.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-schedule-server-downtime-notifications-with-wall-command\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Schedule Server Downtime Notifications with Wall Command\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Schedule Server Downtime Notifications with Wall Command -","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:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/","og_locale":"en_US","og_type":"article","og_title":"How to Schedule Server Downtime Notifications with Wall Command -","og_description":"The wall command in Linux is used to send broadcast messages to all logged-in users. It can be very useful for notifying users about upcoming server downtime, maintenance activities, or other urgent issues. Please see this article on the command before you can use it to send notifications In this article we will look at [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/","article_modified_time":"2024-11-06T11:00:35+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/","name":"How to Schedule Server Downtime Notifications with Wall Command -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png","datePublished":"2024-11-06T09:55:09+00:00","dateModified":"2024-11-06T11:00:35+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-62.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-schedule-server-downtime-notifications-with-wall-command\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Schedule Server Downtime Notifications with Wall Command"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=16640"}],"version-history":[{"count":20,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16640\/revisions"}],"predecessor-version":[{"id":16683,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16640\/revisions\/16683"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=16640"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=16640"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=16640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}