{"id":425,"date":"2026-03-21T00:36:00","date_gmt":"2026-03-21T00:36:00","guid":{"rendered":"https:\/\/www.greminders.com\/articles\/?p=425"},"modified":"2026-03-28T23:49:11","modified_gmt":"2026-03-28T23:49:11","slug":"getting-fancy-with-templates","status":"publish","type":"post","link":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/","title":{"rendered":"Getting Fancy with Reminder Templates"},"content":{"rendered":"\n<p>GReminders allows you to create various types of notifications.   Both from a method such as Email, SMS or Text, or Phone Calls, AND then from a timing standpoint such as Initial Appointment Creations, Reminders prior to an Event or Appointment, and Follow Ups after the Event Ends.<\/p>\n\n\n\n<p>All this is done by going to Client Reminders and editing or creating new reminder templates.<\/p>\n\n\n\n<p>First let&#8217;s discuss the different Methods.   <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SMS \/ Text (the most popular)<\/h3>\n\n\n\n<p>Everyone loves SMS or Text Messages because they have SUPER high attention and engagement rates.<\/p>\n\n\n\n<p>The most basic template looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Reminder, you have an appointment with {{user.firstname}} {{user.lastname}} at {{event.time}} on {{event.date}}.  Please Reply YES to confirm or call {{user.phone}} to reschedule.<\/code><\/pre>\n\n\n\n<p>and gets translated into <\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"479\" height=\"361\" src=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/basic-sms-template.png\" alt=\"\" class=\"wp-image-443\" srcset=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/basic-sms-template.png 479w, https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/basic-sms-template-300x226.png 300w\" sizes=\"(max-width: 479px) 100vw, 479px\" \/><\/figure>\n\n\n\n<p>The words surrounded with the {{ }} brackets are called &#8220;Fields&#8221;.<\/p>\n\n\n\n<p>Note the fields are replaced with your name, phone number and the proper meeting dates and times.<\/p>\n\n\n\n<p>There are a bunch of custom fields that you can use including title, location, etc&#8230; <a href=\"https:\/\/app.greminders.com\/support\/variables\">Visit the Fields Guide<\/a> for more information (you must be logged into the application to see this).<\/p>\n\n\n\n<p>You can also include rescheduling links, like so:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Reminder, you have an appointment with {{user.firstname}} {{user.lastname}} at {{event.time}} on {{event.date}}. Please Reply YES to confirm or go to {{event.reschedulelink}} or call {{user.phone}} to reschedule.<\/code><\/pre>\n\n\n\n<p>This translates to:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"477\" height=\"402\" src=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/sms-text-rescheduling.png\" alt=\"\" class=\"wp-image-444\" srcset=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/sms-text-rescheduling.png 477w, https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/sms-text-rescheduling-300x253.png 300w\" sizes=\"(max-width: 477px) 100vw, 477px\" \/><\/figure>\n\n\n\n<p>The rescheduling link (in blue above) will automatically allow your customers to reschedule themselves! If the appointment was booked via a GReminders booking link, the availability that the invitee sees is the same as when they originally booked. If the appointment was manually scheduled, the invitee will see the scheduled that is marked as your Primary schedule in your <a href=\"https:\/\/www.greminders.com\/articles\/working-hours\/\">Working Hours<\/a>.  It&#8217;s a Super easy way for your customers to reschedule with you with a few clicks. <a href=\"https:\/\/www.greminders.com\/articles\/automated-rescheduling-for-any-meetings\/\">Read more on this here.<\/a><\/p>\n\n\n\n<p>Ok now that we understand the basics of SMS Templating, let&#8217;s talk about Email Templates<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Email Templates<\/h3>\n\n\n\n<p>Email templates don&#8217;t have quite as high of an engagement rate as SMS&#8217;s do, but sometimes you don&#8217;t need that. For example, if you just want to notify your client that a meeting or appointment was booked, just use Email Templates.<\/p>\n\n\n\n<p>Email allows for quite a bit of customization.   GReminders allows for HTML markup (but don&#8217;t go crazy).<\/p>\n\n\n\n<p>Email HTML is a complex topic so we limit the customization to the most common HTML attributes.   Don&#8217;t know any HTML?   HTML is super easy.  For example, if you want to bold something in your HTML you can do:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><meta charset=\"utf-8\"><code>&lt;strong&gt;This is Bold&lt;\/strong&gt;<\/code><\/code><\/pre>\n\n\n\n<p>Turns into:  <strong>This is Bold<\/strong><\/p>\n\n\n\n<p>Watch this <a href=\"https:\/\/www.khanacademy.org\/computing\/hour-of-code\/hour-of-code-lessons\/hour-of-html\/pt\/html-lists\">super basic Khan Academy video<\/a> for some basic instructions.<\/p>\n\n\n\n<p>We also support Images and other simple markup.   <\/p>\n\n\n\n<p>So a template such as this one:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div style=\"text-align: center;\"&gt; &lt;img src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9c\/Dunder_Mifflin,_Inc.svg\/1200px-Dunder_Mifflin,_Inc.svg.png\" style=\"width: 200px; height: 100px;\" \/&gt; &lt;\/div&gt; \n\nHi,\n\nReminder, you have an appointment with {{user.firstname}} {{user.lastname}} at {{event.time}} on {{event.date}}.   \n\nIf you cant make it please go to &lt;a href=\"{{event.reschedulelink}}\"&gt;{{event.reschedulelink}}&lt;\/a&gt; or call {{user.phone}} to reschedule. \n\nWe appreciate your Business, \n\n{{user.firstname}} {{user.lastname}} \n&lt;a href=\"#\"&gt;Dunder Mifflin&lt;\/a&gt; \n\nTel: {{user.phone}}<\/code><\/pre>\n\n\n\n<p>converts into:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"535\" height=\"393\" src=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/email-template.png\" alt=\"\" class=\"wp-image-446\" srcset=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/email-template.png 535w, https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/email-template-300x220.png 300w\" sizes=\"(max-width: 535px) 100vw, 535px\" \/><\/figure>\n\n\n\n<p>Now I am sure you can get more advanced with the templates.  But this should give you a good idea of how this works.  <\/p>\n\n\n\n<p>You can also embed Web Meeting Links into templates such as <a href=\"https:\/\/www.greminders.com\/articles\/zoom-meeting-scheduler\/\">Zoom<\/a>, <a href=\"https:\/\/www.greminders.com\/articles\/gotomeeting-meeting-scheduler\/\">GoToMeeting<\/a>, <a href=\"https:\/\/www.greminders.com\/articles\/webex-meeting-scheduler\/\">Webex<\/a>, <a href=\"https:\/\/www.greminders.com\/how-to\/automated-scheduling-google-meet\">Google Meet<\/a>, <a href=\"https:\/\/www.greminders.com\/articles\/schedule-meetings-with-microsoft-teams-or-skype\/\">Microsoft Teams or Skype<\/a>.<\/p>\n\n\n\n<p>We auto-detect web meeting links and you can use them in your templates.   Now not all meetings have web meeting links, so it doesn&#8217;t make sense to include them in all your meetings.   You can actually do IF THEN logic in your Templates.<\/p>\n\n\n\n<p>GReminders uses the <a href=\"https:\/\/shopify.github.io\/liquid\/\">Liquid Templating Library<\/a> to render Templates.  So all the functionality that comes with it is automatically embedded in GReminders Templating.<\/p>\n\n\n\n<p>So if you want to include a Zoom link in your Reminder you would do something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{% if event.zoomlink %} Join my Zoom Meeting at: {{event.zoomlink}} {% endif %}<\/code><\/pre>\n\n\n\n<p>Basically what this says is that if we see a Zoom link then render &#8220;Join my Zoom meeting at: https:\/\/zoom.us\/j\/xxxxxxx&#8221;.  If we don&#8217;t see a Zoom link then don&#8217;t include this in the Notification.   <\/p>\n\n\n\n<p>Putting it all Together.   With a SMS Template like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><meta charset=\"utf-8\">Reminder, you have an appointment with {{user.firstname}} {{user.lastname}} at {{event.time}} on {{event.date}}. <meta charset=\"utf-8\">{% if event.zoomlink %}Join here: {{event.zoomlink}}{% endif %} Reply YES to confirm<\/code><\/pre>\n\n\n\n<p>And assuming you had a Zoom Meeting associated with your Appointment\/Event the Reminder would look like:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"355\" src=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/join-zoom-meeting.png\" alt=\"\" class=\"wp-image-447\" srcset=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/join-zoom-meeting.png 478w, https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/join-zoom-meeting-300x223.png 300w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/><\/figure>\n\n\n\n<p>If it didn&#8217;t it would automatically pull out the &#8220;join here https:\/\/zoom&#8230;.&#8221; part and just show:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"479\" height=\"336\" src=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/wo-join-zoom-meeting.png\" alt=\"\" class=\"wp-image-448\" srcset=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/wo-join-zoom-meeting.png 479w, https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/wo-join-zoom-meeting-300x210.png 300w\" sizes=\"(max-width: 479px) 100vw, 479px\" \/><\/figure>\n\n\n\n<p>Pretty simple right?<\/p>\n\n\n\n<p>How about Follow ups?<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Follow up Templates<\/h3>\n\n\n\n<p>Appointment follow up notifications are great to collect feedback, remind clients to schedule their next appointment or collect reviews!  Here is a sample HTML email template for you:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Thanks for coming in today. Our business thrives on Online Reviews.  \n\nIf you had a great experience we would love a Review on &lt;a href=\"https:\/\/www.yelp.com\"&gt;Yelp&lt;\/a&gt; or &lt;a href=\"https:\/\/www.google.com\"&gt;Google&lt;\/a&gt;.    \n\nYou might also consider signing up for our mailing list to get special promotions and hear about our latest Events. \n\nThanks Again, \nMichael Scott\nDunder Mifflin<\/code><\/pre>\n\n\n\n<p>This email looks something like:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"204\" src=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/follow-up-sms-review.png\" alt=\"\" class=\"wp-image-449\" srcset=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/follow-up-sms-review.png 686w, https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/follow-up-sms-review-300x89.png 300w\" sizes=\"(max-width: 686px) 100vw, 686px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Special Date \/ Time Syntax<\/h3>\n\n\n\n<p>If you want to use a special date or time syntax that is not out of the box you can formulate your own date\/time structure using some &#8220;code&#8221;.   <\/p>\n\n\n\n<p>You can use the<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{event.date_time_advanced | date: \"%A %b %e, %l:%M%P\"}}<\/code><\/pre>\n\n\n\n<p> where the %A %b %e, %l:&amp;M&amp;P will get converted into Sunday May 30, 3:30pm.    You can learn more about <a href=\"https:\/\/app.greminders.com\/support\/advanced-date-time-format\">these codes here<\/a>.<\/p>\n\n\n\n<p>You can also force a Timezone via code that looks like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><meta charset=\"utf-8\"><code>{{event.date_time_advanced | datetz: \"America\/Los_Angeles\", \"%A %b %e, %l:%M%P\"}}<\/code><\/code><\/pre>\n\n\n\n<p> Where you specify the Timezone.   <a href=\"https:\/\/app.greminders.com\/support\/timezones\">View valid Timezones here<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Answers to Questions in Event Types in Templates<\/h3>\n\n\n\n<p>If you use <a href=\"https:\/\/www.greminders.com\/how-it-works-meetings\">Event Types to Schedule Meetings<\/a> and want to use the answers to <a href=\"https:\/\/www.greminders.com\/articles\/custom-fields-for-appointment-scheduling\/\">custom questions<\/a> in your Templates you can do so by selecting the Question Variable from the Insert a Variable drop-down when editing your Event Type.<\/p>\n\n\n\n<p>You can also use this variable in the Location field.   So for example if one of your <a href=\"https:\/\/www.greminders.com\/articles\/custom-fields-for-appointment-scheduling\/\">custom questions<\/a> was &#8220;House Address&#8221; you could then insert this variable into the &#8220;Location&#8221; field of the Event Type so that your Event Location on the Meeting Invite would contain the answer to this question.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">In Conclusion<\/h3>\n\n\n\n<p>We hope this helps you create wonderful personalized and customized notifications for Initial Appointment Bookings, Reminder Notifications and Followup Notifications. <\/p>\n\n\n\n<p>If you need help with any of this stuff our team is standing by.  Just email to support@greminders.com<\/p>\n\n\n\n<p>Happy Scheduling!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GReminders allows you to create various types of notifications. Both from a method such as Email, SMS or Text, or Phone Calls, AND then from a timing standpoint such as Initial Appointment Creations, Reminders prior to an Event or Appointment, and Follow Ups after the Event Ends. All this is done by going to Client [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":451,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[65],"tags":[],"class_list":["post-425","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-reminder-templates"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Getting Fancy with Reminder Templates - End to End Meeting Management Platform - SMS Reminders - AI Notetaker<\/title>\n<meta name=\"description\" content=\"GReminders allows you to create various types of notifications. Everyone loves SMS or Text Messages because have SUPER high attention and engagement rates.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Fancy with Reminder Templates - End to End Meeting Management Platform - SMS Reminders - AI Notetaker\" \/>\n<meta property=\"og:description\" content=\"GReminders allows you to create various types of notifications. Everyone loves SMS or Text Messages because have SUPER high attention and engagement rates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/\" \/>\n<meta property=\"og:site_name\" content=\"End to End Meeting Management Platform - SMS Reminders - AI Notetaker\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/greminders\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-21T00:36:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-28T23:49:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sarah Mitchell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sarah Mitchell\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/\",\"url\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/\",\"name\":\"Getting Fancy with Reminder Templates - End to End Meeting Management Platform - SMS Reminders - AI Notetaker\",\"isPartOf\":{\"@id\":\"https:\/\/www.greminders.com\/articles\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg\",\"datePublished\":\"2026-03-21T00:36:00+00:00\",\"dateModified\":\"2026-03-28T23:49:11+00:00\",\"author\":{\"@id\":\"https:\/\/www.greminders.com\/articles\/#\/schema\/person\/66d470bd275ecb9976129c8fd4f37b5c\"},\"description\":\"GReminders allows you to create various types of notifications. Everyone loves SMS or Text Messages because have SUPER high attention and engagement rates.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#primaryimage\",\"url\":\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg\",\"contentUrl\":\"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg\",\"width\":960,\"height\":540,\"caption\":\"SMS Reminder Templates\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.greminders.com\/articles\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Fancy with Reminder Templates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.greminders.com\/articles\/#website\",\"url\":\"https:\/\/www.greminders.com\/articles\/\",\"name\":\"End to End Meeting Management Platform - SMS Reminders - AI Notetaker\",\"description\":\"GReminders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.greminders.com\/articles\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.greminders.com\/articles\/#\/schema\/person\/66d470bd275ecb9976129c8fd4f37b5c\",\"name\":\"Sarah Mitchell\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greminders.com\/articles\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/73447d573800be149535f95a3b5b4a42?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/73447d573800be149535f95a3b5b4a42?s=96&d=mm&r=g\",\"caption\":\"Sarah Mitchell\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Fancy with Reminder Templates - End to End Meeting Management Platform - SMS Reminders - AI Notetaker","description":"GReminders allows you to create various types of notifications. Everyone loves SMS or Text Messages because have SUPER high attention and engagement rates.","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.greminders.com\/articles\/getting-fancy-with-templates\/","og_locale":"en_US","og_type":"article","og_title":"Getting Fancy with Reminder Templates - End to End Meeting Management Platform - SMS Reminders - AI Notetaker","og_description":"GReminders allows you to create various types of notifications. Everyone loves SMS or Text Messages because have SUPER high attention and engagement rates.","og_url":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/","og_site_name":"End to End Meeting Management Platform - SMS Reminders - AI Notetaker","article_publisher":"https:\/\/www.facebook.com\/greminders\/","article_published_time":"2026-03-21T00:36:00+00:00","article_modified_time":"2026-03-28T23:49:11+00:00","og_image":[{"width":960,"height":540,"url":"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg","type":"image\/jpeg"}],"author":"Sarah Mitchell","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sarah Mitchell","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/","url":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/","name":"Getting Fancy with Reminder Templates - End to End Meeting Management Platform - SMS Reminders - AI Notetaker","isPartOf":{"@id":"https:\/\/www.greminders.com\/articles\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#primaryimage"},"image":{"@id":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg","datePublished":"2026-03-21T00:36:00+00:00","dateModified":"2026-03-28T23:49:11+00:00","author":{"@id":"https:\/\/www.greminders.com\/articles\/#\/schema\/person\/66d470bd275ecb9976129c8fd4f37b5c"},"description":"GReminders allows you to create various types of notifications. Everyone loves SMS or Text Messages because have SUPER high attention and engagement rates.","breadcrumb":{"@id":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#primaryimage","url":"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg","contentUrl":"https:\/\/www.greminders.com\/articles\/wp-content\/uploads\/2020\/10\/template-code.jpg","width":960,"height":540,"caption":"SMS Reminder Templates"},{"@type":"BreadcrumbList","@id":"https:\/\/www.greminders.com\/articles\/getting-fancy-with-templates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.greminders.com\/articles\/"},{"@type":"ListItem","position":2,"name":"Getting Fancy with Reminder Templates"}]},{"@type":"WebSite","@id":"https:\/\/www.greminders.com\/articles\/#website","url":"https:\/\/www.greminders.com\/articles\/","name":"End to End Meeting Management Platform - SMS Reminders - AI Notetaker","description":"GReminders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.greminders.com\/articles\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.greminders.com\/articles\/#\/schema\/person\/66d470bd275ecb9976129c8fd4f37b5c","name":"Sarah Mitchell","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greminders.com\/articles\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/73447d573800be149535f95a3b5b4a42?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/73447d573800be149535f95a3b5b4a42?s=96&d=mm&r=g","caption":"Sarah Mitchell"}}]}},"_links":{"self":[{"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/posts\/425"}],"collection":[{"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=425"}],"version-history":[{"count":28,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/posts\/425\/revisions"}],"predecessor-version":[{"id":10967,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/posts\/425\/revisions\/10967"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=\/wp\/v2\/media\/451"}],"wp:attachment":[{"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greminders.com\/articles\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}