<!doctype html>
<head>
	<script>
    var gdprValue = 'false';
    dataLayer = [{
      'gdprPrivacy': gdprValue,
    }];
  </script><script>
    function getMax(object){
      // Alternative for Object.values for IE
      function objectValues(obj) {
          var res = [];
          for (var i in obj) {
              if (obj.hasOwnProperty(i)) {
                  res.push(obj[i]);
              }
          }
          return res;
      }
      return Object.keys(object).filter(function(x){
        return object[x] == Math.max.apply(null,
          objectValues(object));
      });
    };
    var section = 'blog';
    var topic = 'property-management';
    var dataLayerArray = {
      'dimSection' : section,
      'dimTopic' : topic
    };
    if (window['Storage']) {
      if (sessionStorage.getItem('dimBrand') == null) {
        sessionStorage.setItem('dimBrand', 'nonbrand');
        var brand = 'nonbrand';
        dataLayerArray['dimBrand'] = brand;
      }
    }
    dataLayer = dataLayer.concat([dataLayerArray]);

    // Topic Preference
    if (JSON.parse(localStorage.getItem('topicPreference')) != null) {
      topicPreferenceArray = JSON.parse(localStorage.getItem('topicPreference'));
    } else {
      var topicPreferenceArray = {};
    }
    if (topicPreferenceArray[topic] != undefined) {
      topicPreferenceArray[topic] = topicPreferenceArray[topic] + 1;
    } else if(topic != '') {
      topicPreferenceArray[topic] = 1;
    }
    localStorage.setItem('topicPreference', JSON.stringify(topicPreferenceArray));

    // Section Preference
    if (JSON.parse(localStorage.getItem('sectionPreference')) != null) {
      sectionPreferenceArray = JSON.parse(localStorage.getItem('sectionPreference'));
    } else {
      sectionPreferenceArray = {};
    }
    if (sectionPreferenceArray[section] != undefined) {
      sectionPreferenceArray[section] = sectionPreferenceArray[section] + 1;
    } else if(section != '') {
      sectionPreferenceArray[section] = 1;
    }
    localStorage.setItem('sectionPreference', JSON.stringify(sectionPreferenceArray));

    // Pass to GTM
    dataLayer.push({
      'topsection' : getMax(sectionPreferenceArray)[0],
      'toptopic' : getMax(topicPreferenceArray)[0]
    });
  </script>  <!-- Google Tag Manager -->
  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  })(window,document,'script','dataLayer','GTM-THVSN3P');</script>
  <!-- End Google Tag Manager -->

  <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"><script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={licenseKey:"NRJS-be519e8c57b1f5bbc71",applicationID:"621917445"};window.NREUM||(NREUM={}),__nr_require=function(e,t,n){function r(n){if(!t[n]){var i=t[n]={exports:{}};e[n][0].call(i.exports,function(t){var i=e[n][1][t];return r(i||t)},i,i.exports)}return t[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var i=0;i<n.length;i++)r(n[i]);return r}({1:[function(e,t,n){function r(){}function i(e,t,n){return function(){return o(e,[u.now()].concat(c(arguments)),t?null:this,n),t?void 0:this}}var o=e("handle"),a=e(6),c=e(7),f=e("ee").get("tracer"),u=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var d=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],p="api-",l=p+"ixn-";a(d,function(e,t){s[t]=i(p+t,!0,"api")}),s.addPageAction=i(p+"addPageAction",!0),s.setCurrentRouteName=i(p+"routeName",!0),t.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,t){var n={},r=this,i="function"==typeof t;return o(l+"tracer",[u.now(),e,n],r),function(){if(f.emit((i?"":"no-")+"fn-start",[u.now(),r,i],n),i)try{return t.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],n),e}finally{f.emit("fn-end",[u.now()],n)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,t){m[t]=i(l+t)}),newrelic.noticeError=function(e,t){"string"==typeof e&&(e=new Error(e)),o("err",[e,u.now(),!1,t])}},{}],2:[function(e,t,n){function r(){return c.exists&&performance.now?Math.round(performance.now()):(o=Math.max((new Date).getTime(),o))-a}function i(){return o}var o=(new Date).getTime(),a=o,c=e(8);t.exports=r,t.exports.offset=a,t.exports.getLastTimestamp=i},{}],3:[function(e,t,n){function r(e,t){var n=e.getEntries();n.forEach(function(e){"first-paint"===e.name?d("timing",["fp",Math.floor(e.startTime)]):"first-contentful-paint"===e.name&&d("timing",["fcp",Math.floor(e.startTime)])})}function i(e,t){var n=e.getEntries();n.length>0&&d("lcp",[n[n.length-1]])}function o(e){e.getEntries().forEach(function(e){e.hadRecentInput||d("cls",[e])})}function a(e){if(e instanceof m&&!g){var t=Math.round(e.timeStamp),n={type:e.type};t<=p.now()?n.fid=p.now()-t:t>p.offset&&t<=Date.now()?(t-=p.offset,n.fid=p.now()-t):t=p.now(),g=!0,d("timing",["fi",t,n])}}function c(e){d("pageHide",[p.now(),e])}if(!("init"in NREUM&&"page_view_timing"in NREUM.init&&"enabled"in NREUM.init.page_view_timing&&NREUM.init.page_view_timing.enabled===!1)){var f,u,s,d=e("handle"),p=e("loader"),l=e(5),m=NREUM.o.EV;if("PerformanceObserver"in window&&"function"==typeof window.PerformanceObserver){f=new PerformanceObserver(r);try{f.observe({entryTypes:["paint"]})}catch(v){}u=new PerformanceObserver(i);try{u.observe({entryTypes:["largest-contentful-paint"]})}catch(v){}s=new PerformanceObserver(o);try{s.observe({type:"layout-shift",buffered:!0})}catch(v){}}if("addEventListener"in document){var g=!1,y=["click","keydown","mousedown","pointerdown","touchstart"];y.forEach(function(e){document.addEventListener(e,a,!1)})}l(c)}},{}],4:[function(e,t,n){function r(e,t){if(!i)return!1;if(e!==i)return!1;if(!t)return!0;if(!o)return!1;for(var n=o.split("."),r=t.split("."),a=0;a<r.length;a++)if(r[a]!==n[a])return!1;return!0}var i=null,o=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var c=navigator.userAgent,f=c.match(a);f&&c.indexOf("Chrome")===-1&&c.indexOf("Chromium")===-1&&(i="Safari",o=f[1])}t.exports={agent:i,version:o,match:r}},{}],5:[function(e,t,n){function r(e){function t(){e(a&&document[a]?document[a]:document[i]?"hidden":"visible")}"addEventListener"in document&&o&&document.addEventListener(o,t,!1)}t.exports=r;var i,o,a;"undefined"!=typeof document.hidden?(i="hidden",o="visibilitychange",a="visibilityState"):"undefined"!=typeof document.msHidden?(i="msHidden",o="msvisibilitychange"):"undefined"!=typeof document.webkitHidden&&(i="webkitHidden",o="webkitvisibilitychange",a="webkitVisibilityState")},{}],6:[function(e,t,n){function r(e,t){var n=[],r="",o=0;for(r in e)i.call(e,r)&&(n[o]=t(r,e[r]),o+=1);return n}var i=Object.prototype.hasOwnProperty;t.exports=r},{}],7:[function(e,t,n){function r(e,t,n){t||(t=0),"undefined"==typeof n&&(n=e?e.length:0);for(var r=-1,i=n-t||0,o=Array(i<0?0:i);++r<i;)o[r]=e[t+r];return o}t.exports=r},{}],8:[function(e,t,n){t.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,t,n){function r(){}function i(e){function t(e){return e&&e instanceof r?e:e?f(e,c,o):o()}function n(n,r,i,o){if(!p.aborted||o){e&&e(n,r,i);for(var a=t(i),c=v(n),f=c.length,u=0;u<f;u++)c[u].apply(a,r);var d=s[w[n]];return d&&d.push([b,n,r,a]),a}}function l(e,t){h[e]=v(e).concat(t)}function m(e,t){var n=h[e];if(n)for(var r=0;r<n.length;r++)n[r]===t&&n.splice(r,1)}function v(e){return h[e]||[]}function g(e){return d[e]=d[e]||i(n)}function y(e,t){u(e,function(e,n){t=t||"feature",w[n]=t,t in s||(s[t]=[])})}var h={},w={},b={on:l,addEventListener:l,removeEventListener:m,emit:n,get:g,listeners:v,context:t,buffer:y,abort:a,aborted:!1};return b}function o(){return new r}function a(){(s.api||s.feature)&&(p.aborted=!0,s=p.backlog={})}var c="nr@context",f=e("gos"),u=e(6),s={},d={},p=t.exports=i();p.backlog=s},{}],gos:[function(e,t,n){function r(e,t,n){if(i.call(e,t))return e[t];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!1}),r}catch(o){}return e[t]=r,r}var i=Object.prototype.hasOwnProperty;t.exports=r},{}],handle:[function(e,t,n){function r(e,t,n,r){i.buffer([e],r),i.emit(e,t,n)}var i=e("ee").get("handle");t.exports=r,r.ee=i},{}],id:[function(e,t,n){function r(e){var t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===window?0:a(e,o,function(){return i++})}var i=1,o="nr@id",a=e("gos");t.exports=r},{}],loader:[function(e,t,n){function r(){if(!E++){var e=b.info=NREUM.info,t=p.getElementsByTagName("script")[0];if(setTimeout(u.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&t))return u.abort();f(h,function(t,n){e[t]||(e[t]=n)});var n=a();c("mark",["onload",n+b.offset],null,"api"),c("timing",["load",n]);var r=p.createElement("script");r.src="https://"+e.agent,t.parentNode.insertBefore(r,t)}}function i(){"complete"===p.readyState&&o()}function o(){c("mark",["domContent",a()+b.offset],null,"api")}var a=e(2),c=e("handle"),f=e(6),u=e("ee"),s=e(4),d=window,p=d.document,l="addEventListener",m="attachEvent",v=d.XMLHttpRequest,g=v&&v.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:v,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var y=""+location,h={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1184.min.js"},w=v&&g&&g[l]&&!/CriOS/.test(navigator.userAgent),b=t.exports={offset:a.getLastTimestamp(),now:a,origin:y,features:{},xhrWrappable:w,userAgent:s};e(1),e(3),p[l]?(p[l]("DOMContentLoaded",o,!1),d[l]("load",r,!1)):(p[m]("onreadystatechange",i),d[m]("onload",r)),c("mark",["firstbyte",a.getLastTimestamp()],null,"api");var E=0},{}],"wrap-function":[function(e,t,n){function r(e){return!(e&&e instanceof Function&&e.apply&&!e[a])}var i=e("ee"),o=e(7),a="nr@original",c=Object.prototype.hasOwnProperty,f=!1;t.exports=function(e,t){function n(e,t,n,i){function nrWrapper(){var r,a,c,f;try{a=this,r=o(arguments),c="function"==typeof n?n(r,a):n||{}}catch(u){p([u,"",[r,a,i],c])}s(t+"start",[r,a,i],c);try{return f=e.apply(a,r)}catch(d){throw s(t+"err",[r,a,d],c),d}finally{s(t+"end",[r,a,f],c)}}return r(e)?e:(t||(t=""),nrWrapper[a]=e,d(e,nrWrapper),nrWrapper)}function u(e,t,i,o){i||(i="");var a,c,f,u="-"===i.charAt(0);for(f=0;f<t.length;f++)c=t[f],a=e[c],r(a)||(e[c]=n(a,u?c+i:i,o,c))}function s(n,r,i){if(!f||t){var o=f;f=!0;try{e.emit(n,r,i,t)}catch(a){p([a,n,r,i])}f=o}}function d(e,t){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(e);return n.forEach(function(n){Object.defineProperty(t,n,{get:function(){return e[n]},set:function(t){return e[n]=t,t}})}),t}catch(r){p([r])}for(var i in e)c.call(e,i)&&(t[i]=e[i]);return t}function p(t){try{e.emit("internal-error",t)}catch(n){}}return e||(e=i),n.inPlace=u,n.flag=a,n}},{}]},{},["loader"]);</script>
  <meta name="generator" content="WordPress 5.4.2" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  <link media="all" href="https://www.onecallnow.com/wp-content/uploads/autoptimize/css/autoptimize_5ce367306e034edc000725efe7d40639.css" rel="stylesheet" /><link media="screen" href="https://www.onecallnow.com/wp-content/uploads/autoptimize/css/autoptimize_adc9aed7f16edb69f8dcd07ecf32da81.css" rel="stylesheet" /><title>Blog | One Call Now</title>

  <link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://www.onecallnow.com/feed/" />
	<link rel="pingback" href="https://www.onecallnow.com/xmlrpc.php" />
	<link rel="shortcut icon" href="https://www.onecallnow.com/wp-content/themes/onecallnow/images/favicon.ico" />

  
	<!-- This site is optimized with the Yoast SEO plugin v14.3 - https://yoast.com/wordpress/plugins/seo/ -->
	<meta name="description" content="One Call Now Blog. Read our blog posts to learn more about services, real-world uses and tips on better communication." />
	<meta name="robots" content="index, follow" />
	<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
	<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
	<link rel="canonical" href="https://www.onecallnow.com/blog/" />
	<link rel="next" href="https://www.onecallnow.com/blog/page/2/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Blog | One Call Now" />
	<meta property="og:description" content="One Call Now Blog. Read our blog posts to learn more about services, real-world uses and tips on better communication." />
	<meta property="og:url" content="https://www.onecallnow.com/blog/" />
	<meta property="og:site_name" content="One Call Now" />
	<meta name="twitter:card" content="summary" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.onecallnow.com/#website","url":"https://www.onecallnow.com/","name":"One Call Now","description":"When Messages Matter We Deliver","potentialAction":[{"@type":"SearchAction","target":"https://www.onecallnow.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"CollectionPage","@id":"https://www.onecallnow.com/blog/#webpage","url":"https://www.onecallnow.com/blog/","name":"Blog | One Call Now","isPartOf":{"@id":"https://www.onecallnow.com/#website"},"datePublished":"2015-04-14T12:55:10+00:00","dateModified":"2017-11-15T16:04:10+00:00","description":"One Call Now Blog. Read our blog posts to learn more about services, real-world uses and tips on better communication.","inLanguage":"en-US"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.onecallnow.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="One Call Now &raquo; Feed" href="https://www.onecallnow.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="One Call Now &raquo; Comments Feed" href="https://www.onecallnow.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.onecallnow.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.4.2"}};
			/*! This file is auto-generated */
			!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	

<link rel='stylesheet' id='voom_style-css'  href='https://www.onecallnow.com/wp-content/uploads/autoptimize/css/autoptimize_single_3808675c03bcb2591ccd64c9f6cc8918.css?ver=5.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='ocn_css-css'  href='https://www.onecallnow.com/wp-content/uploads/autoptimize/css/autoptimize_single_cc756434f378e55700925ffccb5cd0d6.css?ver=5.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='google_open-css'  href='https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C700&#038;ver=5.4.2' type='text/css' media='all' />
<script type='text/javascript' src='https://www.onecallnow.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>


<script type='text/javascript' src='https://www.onecallnow.com/wp-content/uploads/autoptimize/js/autoptimize_single_6d8dd95fc688ae23f1a8fcaa640fdfd2.js?ver=5.4.2'></script>
<link rel='https://api.w.org/' href='https://www.onecallnow.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.onecallnow.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.onecallnow.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.4.2" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
    <script type="application/ld+json">{"@context":"http:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.onecallnow.com\/blog\/09\/from-dread-to-delightful-how-to-communicate-with-tenants\/","name":"From Dread To Delightful. How To Communicate With Tenants"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/www.onecallnow.com\/blog\/09\/from-dread-to-delightful-how-to-communicate-with-tenants\/","name":"From Dread To Delightful. How To Communicate With Tenants"}}]}]}</script>

</head>
<body class="blog">

  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-THVSN3P"
  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->

<div id="wrapper"><!-- wrapper --><div class="ocn-overaly"></div>
<header>
	<div id="header" class="clearfix">
	<div class="header-meta dkblue clearfix">
		<div class="container">
			<form action="https://www.onecallnow.com/" class="search-form">
	<fieldset>
		<input type="text" class="search-form-input text" name="s" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" value="" placeholder="Search"/>
<!-- 		<input type="submit" value="Search" class="submit button search-button" /> -->
		<button type="submit" class="btn btn-success">
            <i class="fa fa-search"></i>
        </button>
	</fieldset>
</form>			<div class="menu-meta-container"><ul id="meta-nav" class="meta-nav"><li id="menu-item-1284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1284"><a href="https://www.onecallnow.com/free-trial-create-account/">Free Trial</a></li>
<li id="menu-item-1283" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1283"><a href="https://www.onecallnow.com/wp-content/themes/onecallnow/conversion/login-transition.php">Login</a></li>
<li id="menu-item-1282" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1282"><a href="https://www.onecallnow.com/wp-content/themes/onecallnow/conversion/help-support-transition.php">Help &#038; Support</a></li>
<li id="menu-item-11445" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11445"><a href="https://www.onecallnow.com/contact-us/">Contact Us</a></li>
</ul></div>		</div>
	</div>


	<div id="slider" class="clearfix">
		<div class="header-menu clearfix">
			<div class="container">
				<!-- logo -->
				<a id="cd-logo" href="/"><img width="181" height="46" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20181%2046'%3E%3C/svg%3E" class="attachment-full size-full" alt="One Call Now Logo - The words One Call are in white, the word Now is contained in a green message bubble" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2016/07/OCN-Logo-REVERSE-with-green-181x46.png" /><noscript><img width="181" height="46" src="https://www.onecallnow.com/wp-content/uploads/2016/07/OCN-Logo-REVERSE-with-green-181x46.png" class="attachment-full size-full" alt="One Call Now Logo - The words One Call are in white, the word Now is contained in a green message bubble" /></noscript></a>
				<!-- nav -->
				<nav id="cd-top-nav">
					<div class="menu-header-container"><ul id="header-nav" class="header-nav"><li id="menu-item-483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-483"><a href="https://www.onecallnow.com/how-it-works/">How It Works</a></li>
<li id="menu-item-484" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-484"><a href="https://www.onecallnow.com/solutions/">Solutions</a></li>
<li id="menu-item-485" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-485"><a href="https://www.onecallnow.com/who-we-serve/">Who We Serve</a></li>
<li id="menu-item-486" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-174 current_page_item current_page_parent menu-item-486"><a href="https://www.onecallnow.com/blog/" aria-current="page">Blog</a></li>
<li id="menu-item-11443" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11443"><a href="https://www.onecallnow.com/how-it-works/pricing-process/">Request Pricing</a></li>
</ul></div>				</nav>
				<!-- menu -->
				<a id="cd-menu-trigger" href="#0">
					<span class="cd-menu-text">Menu</span><span class="cd-menu-icon"></span>
				</a>
			</div>
		</div>
		</div>

	</div>
</header>
<style>
select#cat {
    background: url("https://www.onecallnow.com/wp-content/themes/onecallnow/images/down.png") no-repeat right #FFF !important;
}
body #wrapper {
	-webkit-transform: inherit !important;
    -webkit-backface-visibility: visible !important;
}
.button-ghost-navy {
	padding: 10px 5%;
}
.post-info {
  margin-bottom: 5px;
  font-size: 14px;
}
.entry-title, .entry-title a {
  margin-bottom: 0px;
}
#blog-content .feeding {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
	.one-fourth, .one-half, .meta-contanct {
	    float: left;
	    display: block;
	    margin-right: 2.3576515979%;
	    width: 100%;
	    margin: 0px;
	}
	.one-half img {
		width: 75%;
		display:block;
	}
	#sidebar-container {
		display:none;
	}
}
</style>

<div id="main"><!-- main -->
	<div class="header-fade-bg"></div>
  <div class="section-lg headline-container">
    <div class="container" style="position: relative;">
      <h1>Blog</h1>
      <h3>Learn more about our services, real-world uses and tips on better communication.</h3>
    </div>
  </div>
		<div id="blog-banner">
		<div class="section-sm white" style="padding-bottom: 5px;">
			<div class="container">
				<h3 style="font-size: 14px;">Featured Post</h3></div>
				<div class="hentry container featuredContainer blogCTA">
																<div class="one-third featuredImage">
							<img width="940" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20940%20450'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="Photo of a woman working at a desk holding a dog" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home.jpg 940w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home-768x368.jpg 768w" data-lazy-sizes="(max-width: 940px) 100vw, 940px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home.jpg" /><noscript><img width="940" height="450" src="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home.jpg" class="attachment-large size-large wp-post-image" alt="Photo of a woman working at a desk holding a dog" srcset="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home.jpg 940w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Working-from-home-768x368.jpg 768w" sizes="(max-width: 940px) 100vw, 940px" /></noscript>						</div>
						<div class="two-third">
							<h3 style="line-height: normal; font-size: 22px;" id="blogcta-title" class="entry-title"><a href="https://www.onecallnow.com/blog/08/how-to-maximize-productivity-with-remote-work/">How to Maximize Productivity with Remote Work</a></h3>
              <div class="post-info">
                <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                <span>on </span><span class="updated">August 23rd, 2019</span>
              </div>
              <p>More companies are offering remote or flexible work arrangements than ever before, and it’s predicted that by 2020, 30 percent of employees will either be […]</p>
							<p><a class="button-ghost-navy" href="https://www.onecallnow.com/blog/08/how-to-maximize-productivity-with-remote-work/">Continue Reading</a></p>
						</div>
					 				</div>
		</div>
			</div>



	<div id="blog-content" class="main-content" role="main">
		<!-- Blog Post Fee -->
		<div class="white">
			<div class="section-sm white">
			<div class="container">
				<hr style="margin-bottom: 15px;">
				<div class="two-third">
				<h3 style="font-size: 14px;">What's New</h3>

												
						
												<div data-id="post-16426" class="clearfix feeding one-half " style="min-height: 505px;">
							<div class="post-16426 post type-post status-publish format-standard has-post-thumbnail hentry category-property-management tag-rent-reminders topic-property-management">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="A graphic of a finger with a string tied around it as a reminder" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="A graphic of a finger with a string tied around it as a reminder" srcset="https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/12/OCN-Rent-Reminder-Blog-Graphic_2021.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/property-management/" rel="category tag">Property Management</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/09/from-dread-to-delightful-how-to-communicate-with-tenants/" title="From Dread To Delightful. How To Communicate With Tenants">From Dread To Delightful. How To Communicate With Tenants</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">One Call Now</span></span>
                    <span>on </span><span class="updated">September 2nd, 2020</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											We hear from numerous property managers that there are few aspects of their jobs that are more challenging than dealing with tenants who are always late with their […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/09/from-dread-to-delightful-how-to-communicate-with-tenants/" title="From Dread To Delightful. How To Communicate With Tenants">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-16260" class="clearfix feeding one-half last" style="min-height: 505px;">
							<div class="post-16260 post type-post status-publish format-standard has-post-thumbnail hentry category-business tag-business-communication tag-employee-communication tag-employee-notification topic-employee">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="Photo of three women working in an office" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="Photo of three women working in an office" srcset="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Employee-Productivity.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/business/" rel="category tag">Business</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/08/how-to-improve-the-productivity-of-your-employees/" title="How to Improve the Productivity of Your Employees">How to Improve the Productivity of Your Employees</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">August 29th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											Guest post by Harsha Reddy of&nbsp;MedAlertHelp.org If there’s one universal truth about business management, it’s this: a business is only as good as its workers. You can have […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/08/how-to-improve-the-productivity-of-your-employees/" title="How to Improve the Productivity of Your Employees">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-16233" class="clearfix feeding one-half " style="min-height: 505px;">
							<div class="post-16233 post type-post status-publish format-standard has-post-thumbnail hentry category-general tag-emergency-communication-plan tag-emergency-communications tag-emergency-notification tag-severe-weather tag-weather tag-weather-alert topic-weather">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="Radar image of a hurricane with overlaid arrows indicating rotation." data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="Radar image of a hurricane with overlaid arrows indicating rotation." srcset="https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/08/940x450_Hurricane-Preparation.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/general/" rel="category tag">General</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/08/emergency-communication-plan-hurricane-zone/" title="There’s no escaping it: If your organization is located in a hurricane zone, you need an effective emergency communication plan.">There’s no escaping it: If your organization is located in a hurricane zone, you need an effective emergency communication plan.</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">August 9th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											The National Oceanic and Atmospheric Association (NOAA) predicts that we could see nine to fifteen named storms in 2019. Though hurricane predictions vary, one thing is certain &#8211; […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/08/emergency-communication-plan-hurricane-zone/" title="There’s no escaping it: If your organization is located in a hurricane zone, you need an effective emergency communication plan.">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-16212" class="clearfix feeding one-half last" style="min-height: 505px;">
							<div class="post-16212 post type-post status-publish format-standard has-post-thumbnail hentry category-education tag-education-2 tag-emergency-notification tag-school-notification-2 tag-school-safety tag-school-security topic-education">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="A busy mother with two children using a laptop while on the phone" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="A busy mother with two children using a laptop while on the phone" srcset="https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/07/940x450_Parent-notification-2.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/education/" rel="category tag">Education</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/07/think-your-mass-notification-system-is-only-for-school-emergencies-think-again/" title="Think your mass notification system is only for school emergencies?  Think again.">Think your mass notification system is only for school emergencies?  Think again.</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">July 26th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											These day-to-day uses for your automated communications will keep pupils safe, drive parent engagement, and save vital funds. With further funding cuts an ever-present risk, the need for […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/07/think-your-mass-notification-system-is-only-for-school-emergencies-think-again/" title="Think your mass notification system is only for school emergencies?  Think again.">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
													<div data-id="post-7818" class="clearfix feeding span-ten blogCTA" style="width: 100%;" >
								<h3 style="font-size: 14px;">Featured Content</h3>
								<article>
									<div class="featuredImage" style="background: url(https://www.onecallnow.com/wp-content/uploads/2016/01/940x450_shopping-cart.jpg) no-repeat; width: 100%; background-position: center; background-size: cover; min-height: 190px; max-height: 300px; margin-bottom: 20px;">
									</div>
									<div class="post-header">
										<h2 id="blogcta-title"><a href="https://www.onecallnow.com/blog/01/shopping-for-a-notification-service/" title="8 Benefits of Technology for Seniors and their Caregivers">Shopping For A Notification Service</a></h2>
									</div>
									<section class="post-section" style="margin-bottom: 25px;">
										<div class="entry-content">
											From terrorism to tornados, there’s been no shortage recently of high-profile crisis situations in the news. Talk to those who have been affected by the tragedies and you hear the same thing over and over – I didn’t think it would happen to us; I wish we would have had a plan in place.										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/01/shopping-for-a-notification-service/" title="Shopping For A Notification Service">Read The Post</a>
									</footer>
								</article>
							</div>
						
												<div data-id="post-15703" class="clearfix feeding one-half " style="min-height: 505px;">
							<div class="post-15703 post type-post status-publish format-standard has-post-thumbnail hentry category-healthcare-business-notification category-property-management tag-senior-living tag-senior-living-facilities-2 tag-senior-living-facility-communication topic-healthcare">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="A photo of two seniors on a couch smiling and using a tablet" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="A photo of two seniors on a couch smiling and using a tablet" srcset="https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/05/940x450_Senior-Technology.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/healthcare-business-notification/" rel="category tag">Healthcare</a>, <a href="https://www.onecallnow.com/blog/category/property-management/" rel="category tag">Property Management</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/05/8-benefits-of-technology-for-seniors-and-their-caregivers/" title="8 Benefits of Technology for Seniors and their Caregivers">8 Benefits of Technology for Seniors and their Caregivers</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">May 6th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											Special thanks go to guest blogger Annabelle Short for this post. Aging often causes deterioration of the physical and mental capabilities of an individual. Such conditions pose a […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/05/8-benefits-of-technology-for-seniors-and-their-caregivers/" title="8 Benefits of Technology for Seniors and their Caregivers">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-15687" class="clearfix feeding one-half last" style="min-height: 505px;">
							<div class="post-15687 post type-post status-publish format-standard has-post-thumbnail hentry category-religion tag-church-communication tag-church-notification tag-church-technology tag-religious tag-vacation-bible-school topic-religious">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="Photo of a group of children standing in a circle putting their hands together in the center" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="Photo of a group of children standing in a circle putting their hands together in the center" srcset="https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/04/940x450_VBS.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/religion/" rel="category tag">Religion</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/04/its-time-to-start-planning-and-promoting-this-summers-vbs/" title="It’s time to start planning and promoting this summer’s VBS!">It’s time to start planning and promoting this summer’s VBS!</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">April 8th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											VBS is a more than just fun and games, it requires a lot of planning and promotion. For most churches, VBS is the largest outreach event of the […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/04/its-time-to-start-planning-and-promoting-this-summers-vbs/" title="It’s time to start planning and promoting this summer’s VBS!">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-15663" class="clearfix feeding one-half " style="min-height: 505px;">
							<div class="post-15663 post type-post status-publish format-standard has-post-thumbnail hentry category-general tag-automated-calling tag-automated-messaging tag-automated-phone-messaging tag-group-messaging tag-robocalls topic-robo">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="Photo of a line of humanoid robots using computers and phones at a business" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="Photo of a line of humanoid robots using computers and phones at a business" srcset="https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/03/940x450_robocalls.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/general/" rel="category tag">General</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/03/mass-messaging-and-robocalling-understanding-the-differences/" title="Mass Messaging and Robocalling &#8211; Understanding the Differences">Mass Messaging and Robocalling &#8211; Understanding the Differences</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">March 20th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											For millions of Americans, robocalls have become an all too common occurrence. Automatic dialing technology enables companies to send tens, hundreds, even thousands of messages at once without […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/03/mass-messaging-and-robocalling-understanding-the-differences/" title="Mass Messaging and Robocalling &#8211; Understanding the Differences">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-7925" class="clearfix feeding one-half last" style="min-height: 505px;">
							<div class="post-7925 post type-post status-publish format-standard hentry category-image topic-weather">
								<article>
									<div class="blog-feature">
																				<a href="https://www.onecallnow.com/blog/category/image/" rel="category tag">Image</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/03/image-tornado-infographic/" title="Infographic: Inside A Tornado &#8211; Facts About Turbulent Twisters">Infographic: Inside A Tornado &#8211; Facts About Turbulent Twisters</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Lisa Eifert</span></span>
                    <span>on </span><span class="updated">March 14th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											To learn more about how you can be prepared for tornado season, check out One Call Now Severe Weather Notification Solutions or read our blog post, Hurricanes, Fires, Tornadoes&#8230; […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/03/image-tornado-infographic/" title="Infographic: Inside A Tornado &#8211; Facts About Turbulent Twisters">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-15599" class="clearfix feeding one-half " style="min-height: 505px;">
							<div class="post-15599 post type-post status-publish format-standard has-post-thumbnail hentry category-healthcare-business-notification tag-senior-living tag-senior-living-communities tag-senior-living-facilities-2 topic-healthcare">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="Photo of a group of elderly people smiling." data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="Photo of a group of elderly people smiling." srcset="https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2019/02/940x450_Senior-engagement.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/healthcare-business-notification/" rel="category tag">Healthcare</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/02/communication-leads-to-greater-engagement-for-seniors/" title="Communication Leads to Greater Engagement for Seniors">Communication Leads to Greater Engagement for Seniors</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">February 4th, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											There are countless reasons why someone chooses to leave their home and enter a senior living community. Some may be trying to avoid the isolation of living alone, […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/02/communication-leads-to-greater-engagement-for-seniors/" title="Communication Leads to Greater Engagement for Seniors">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

					
						
												<div data-id="post-15346" class="clearfix feeding one-half last" style="min-height: 505px;">
							<div class="post-15346 post type-post status-publish format-standard has-post-thumbnail hentry category-business tag-employee-communication tag-employee-notification tag-severe-weather tag-weather-alert topic-weather">
								<article>
									<div class="blog-feature">
										<img width="300" height="144" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20144'%3E%3C/svg%3E" class="attachment-medium size-medium wp-post-image" alt="Photo of a computer screen with a weather report showing very cold temperatures" data-lazy-srcset="https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather-300x144.jpg" /><noscript><img width="300" height="144" src="https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather-300x144.jpg" class="attachment-medium size-medium wp-post-image" alt="Photo of a computer screen with a weather report showing very cold temperatures" srcset="https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather-300x144.jpg 300w, https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather-768x368.jpg 768w, https://www.onecallnow.com/wp-content/uploads/2018/11/940x450_Inclement-Weather.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>										<a href="https://www.onecallnow.com/blog/category/business/" rel="category tag">Business</a>									</div>
									<div class="post-header">
										<h3 class="entry-title">
											<a href="https://www.onecallnow.com/blog/01/when-weather-strikes-keep-employees-informed-and-safe/" title="When Weather Strikes, Keep Employees Informed and Safe">When Weather Strikes, Keep Employees Informed and Safe</a>
										</h3>
									</div>
                  <div class="post-info">
                    <span>by </span><span class="vcard author"><span class="fn">Hillary Bowling</span></span>
                    <span>on </span><span class="updated">January 23rd, 2019</span>
                  </div>
									<section class="post-section" style="overflow: hidden; margin-bottom: 15px;">
										<div class="entry-content">
											2018 was dramatic in terms of weather for the United States. Just after New Year’s, Winter Storm Grayson blanketed parts of Florida with more snow and ice than they […]										</div>
									</section>
									<footer class="post-footer">
										<a class="button-ghost-navy" href="https://www.onecallnow.com/blog/01/when-weather-strikes-keep-employees-informed-and-safe/" title="When Weather Strikes, Keep Employees Informed and Safe">Read More</a>
									</footer>
								</article>
							</div><!-- post class -->
						</div><!-- data id -->

										<div class="page_nav"  style="clear: both;"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://www.onecallnow.com/blog//page/2">2</a>
<a class="page-numbers" href="https://www.onecallnow.com/blog//page/3">3</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://www.onecallnow.com/blog//page/30">30</a>
<a class="next page-numbers" href="https://www.onecallnow.com/blog//page/2">Next</a></div>				
				</div>
				<div id="sidebar-container" class="one-third">
					<script>
function sticky_relocate() {
    var window_top = jQuery(document).scrollTop();
    // console.log("Window Top: " + window_top );
    var div_top = jQuery('#sticky-anchor').offset().top;
    // console.log("Div Top: " + div_top );
    var window_bottom = jQuery('#footer-inner').offset().top;
    var height = jQuery('#sidebar-container').height();
    if ( (window_top > div_top) && (window_bottom > height) ) {
        jQuery('.sticky').addClass('stick');
        jQuery('#sticky-anchor').height(jQuery('.sticky').outerHeight());
        jQuery('.sticky').innerWidth( jQuery('#sticky-anchor').width() );
    } else {
        jQuery('.sticky').removeClass('stick');
        jQuery('#sticky-anchor').height(0);
    }
}
jQuery( window ).resize(function() {
    jQuery('.sticky').innerWidth( jQuery('#sticky-anchor').width() );
});
jQuery(document).ready(function($) {
    $("body").scroll(sticky_relocate);
    sticky_relocate();
});
</script>
<style>
#blogSidebar .blogCTA h3 {
    margin: 0px;
}
#blogSidebar .blogCTA a {
    width: auto;
    text-align: left;
    display: block;
    margin: 0px;
    letter-spacing: normal;
}
</style>
<div id="sticky-anchor" style="width: 100%;"></div>
<div id="blogSidebar" class="sticky">
			<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
			<div id="search-3" class="widget widget_search"><form action="https://www.onecallnow.com/" class="search-form">
	<fieldset>
		<input type="text" class="search-form-input text" name="s" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" value="" placeholder="Search"/>
<!-- 		<input type="submit" value="Search" class="submit button search-button" /> -->
		<button type="submit" class="btn btn-success">
            <i class="fa fa-search"></i>
        </button>
	</fieldset>
</form><div class="text-fade"></div></div><div id="categories-2" class="widget widget_categories"><h2 class="widgettitle">Categories</h2>
<form action="https://www.onecallnow.com" method="get"><label class="screen-reader-text" for="cat">Categories</label><select  name='cat' id='cat' class='postform' >
	<option value='-1'>Select Category</option>
	<option class="level-0" value="90">Business</option>
	<option class="level-0" value="8">Case Studies</option>
	<option class="level-0" value="10">Education</option>
	<option class="level-0" value="51">Features</option>
	<option class="level-0" value="364">General</option>
	<option class="level-0" value="502">Healthcare</option>
	<option class="level-0" value="1244">Image</option>
	<option class="level-0" value="1069">International</option>
	<option class="level-0" value="9">News</option>
	<option class="level-0" value="1254">Non Profit Organizations</option>
	<option class="level-0" value="37">Property Management</option>
	<option class="level-0" value="820">Religion</option>
	<option class="level-0" value="1">Uncategorized</option>
</select>
</form>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
	var dropdown = document.getElementById( "cat" );
	function onCatChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {
			dropdown.parentNode.submit();
		}
	}
	dropdown.onchange = onCatChange;
})();
/* ]]> */
</script>

			<div class="text-fade"></div></div>		</div>
    <div style="margin: 0px -30px;"><hr style="width: 100%; border-color: #EEE; margin: 20px 0px;"></div>
    <div class="blogCTA">
      <p><span style="display: inline-block; border-radius: 30px; padding: 1px 2px 1px 5px;margin-right: 5px;">&#x27A4;</span>Improve your ability to communicate.  It’s easier than you think, and you can start right now.</p>
      <a style="margin: 15px 0px;" href="https://www.onecallnow.com/free-trial-create-account/">Click Here To Try Our Free&nbsp;Trial&nbsp;&#187;</a>
      <p style="display: block;">Or find out more with the How It Works Guide.<br><a style="display: inline;" href="https://hs.onecallnow.com/how-it-works-account-setup-and-message-creation">Download the PDF &#187;</a></p>
    </div>
    <div style="margin: 0px -30px;"><hr style="width: 100%; margin-top: 20px;"></div>
    <div style="margin-top: 20px;">
                    <h4 class="widgettitle" style="margin-bottom: 5px;">Stay Updated</h4>
            <ul class="socialcons clearfix">

	<!--Facebook-->
	<li><a target="_blank" href="http://www.facebook.com/OneCallNow"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Facebook Icon" title="Facebook" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_facebook.png"/><noscript><img src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_facebook.png" alt="Facebook Icon" title="Facebook"/></noscript></a></li>
	<!--Twitter-->
	<li><a  target="_blank" href="http://twitter.com/onecallnow"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Twitter Icon" title="Twitter" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_twitter.png"/><noscript><img src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_twitter.png" alt="Twitter Icon" title="Twitter"/></noscript></a></li>
	<!--Linkedin-->
	<li><a target="_blank" href="https://www.linkedin.com/company/105622?trk=tyah"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="LinkedIn Icon" title="LinkedIn" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_linkedin.png"/><noscript><img src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_linkedin.png" alt="LinkedIn Icon" title="LinkedIn"/></noscript></a></li>
	<!--Youtube-->
	<li><a target="_blank" href="https://www.youtube.com/user/OneCallNow"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Youtube Icon" title="YouTube" data-lazy-src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_youtube.png"/><noscript><img src="https://www.onecallnow.com/wp-content/uploads/2016/06/social_youtube.png" alt="Youtube Icon" title="YouTube"/></noscript></a></li>

</ul>
            </div>
	</div>
				</div>
			</div>
			</div>
		</div>
	</div>

</div><!-- main -->
</div>
<!-- Side-Out Nav -->
<nav id="cd-lateral-nav">
  <!-- menu -->
  <div class="closing-time">
    <a id="cd-menu-trigger" href="#0" class="is-clicked closing-tim">
      <span class="cd-menu-text"></span><span class="cd-menu-icon"></span>
    </a>
  </div>
  <div class="menu-main-container"><ul id="main-nav" class="cd-navigation"><li id="menu-item-489" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-489"><a href="https://www.onecallnow.com/solutions/">Solutions</a>
<ul class="sub-menu">
	<li id="menu-item-1127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1127"><a href="https://www.onecallnow.com/solutions/">Overview</a></li>
	<li id="menu-item-1246" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1246"><a href="https://www.onecallnow.com/solutions/staffing/">Staffing Notification</a></li>
	<li id="menu-item-1247" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1247"><a href="https://www.onecallnow.com/solutions/routine-alerts/">Routine Alerts</a></li>
	<li id="menu-item-6505" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6505"><a href="https://www.onecallnow.com/solutions/emergency-notification/">Emergency Notification System</a></li>
	<li id="menu-item-1250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1250"><a href="https://www.onecallnow.com/solutions/customer-notification/">Customer Communication</a></li>
	<li id="menu-item-5486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5486"><a href="https://www.onecallnow.com/solutions/business-continuity/">Business Continuity Notification</a></li>
	<li id="menu-item-5487" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5487"><a href="https://www.onecallnow.com/solutions/employee-communication/">Employee Communication</a></li>
</ul>
</li>
<li id="menu-item-495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-495"><a href="https://www.onecallnow.com/who-we-serve/">Who We Serve</a>
<ul class="sub-menu">
	<li id="menu-item-1129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1129"><a href="https://www.onecallnow.com/who-we-serve/">Overview</a></li>
	<li id="menu-item-499" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-499"><a href="https://www.onecallnow.com/who-we-serve/education/">Education</a></li>
	<li id="menu-item-8108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8108"><a href="https://www.onecallnow.com/who-we-serve/college-and-university-notification-system/">College and University</a></li>
	<li id="menu-item-498" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-498"><a href="https://www.onecallnow.com/who-we-serve/emergency-services/">Emergency Services</a></li>
	<li id="menu-item-496" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-496"><a href="https://www.onecallnow.com/who-we-serve/business/">Business Notification System</a></li>
	<li id="menu-item-500" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-500"><a href="https://www.onecallnow.com/who-we-serve/religious/">Notification Solutions for Faith-Based Communities</a></li>
	<li id="menu-item-501" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-501"><a href="https://www.onecallnow.com/who-we-serve/non-profit/">Non-Profit</a></li>
	<li id="menu-item-502" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-502"><a href="https://www.onecallnow.com/who-we-serve/healthcare-and-social-services/">Healthcare</a></li>
	<li id="menu-item-503" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-503"><a href="https://www.onecallnow.com/who-we-serve/property-management/">Property Management</a></li>
	<li id="menu-item-6297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6297"><a href="https://www.onecallnow.com/who-we-serve/financial-services/">Financial Services</a></li>
	<li id="menu-item-6298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6298"><a href="https://www.onecallnow.com/who-we-serve/legal/">Legal</a></li>
	<li id="menu-item-6295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6295"><a href="https://www.onecallnow.com/who-we-serve/manufacturing/">Manufacturing</a></li>
	<li id="menu-item-6294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6294"><a href="https://www.onecallnow.com/who-we-serve/utilities/">Utilities</a></li>
	<li id="menu-item-6296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6296"><a href="https://www.onecallnow.com/who-we-serve/warehouse-logistics/">Warehouse &#038; Logistics</a></li>
</ul>
</li>
<li id="menu-item-492" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-492"><a href="https://www.onecallnow.com/how-it-works/">How It Works</a>
<ul class="sub-menu">
	<li id="menu-item-2902" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2902"><a href="https://www.onecallnow.com/how-it-works/">Overview</a></li>
	<li id="menu-item-2896" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2896"><a href="https://www.onecallnow.com/how-it-works/mobile-app/">Mobile App</a></li>
	<li id="menu-item-2899" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2899"><a href="https://www.onecallnow.com/how-it-works/security-delivery/">Secure Delivery</a></li>
</ul>
</li>
<li id="menu-item-10475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10475"><a href="https://www.onecallnow.com/resources/">Downloads &#038; Resources</a></li>
<li id="menu-item-494" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-494"><a href="https://www.onecallnow.com/how-it-works/pricing-process/">Request Pricing</a></li>
<li id="menu-item-512" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-174 current_page_item current_page_parent menu-item-512"><a href="https://www.onecallnow.com/blog/" aria-current="page">Blog</a></li>
<li id="menu-item-505" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-505"><a href="https://www.onecallnow.com/features/">Features</a></li>
<li id="menu-item-488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-488"><a href="https://www.onecallnow.com/faq/">FAQ</a></li>
<li id="menu-item-468" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-468"><a href="https://www.onecallnow.com/contact-us/">Contact Us</a></li>
<li id="menu-item-8197" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8197"><a href="#">Additional Pages</a>
<ul class="sub-menu">
	<li id="menu-item-8198" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8198"><a href="#">Voice / Dialing</a>
	<ul class="sub-menu">
		<li id="menu-item-3017" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3017"><a href="https://www.onecallnow.com/how-it-works/group-messaging/">Group Messaging</a></li>
		<li id="menu-item-1444" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1444"><a href="https://www.onecallnow.com/terms-and-definitions/phone-message-system/">Phone Message System</a></li>
		<li id="menu-item-7538" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7538"><a href="https://www.onecallnow.com/how-it-works/phone-messaging-service/">Phone Messaging Service</a></li>
		<li id="menu-item-3034" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3034"><a href="https://www.onecallnow.com/how-it-works/phone-calling-tree/">Replace Manual Phone Trees</a></li>
		<li id="menu-item-6410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6410"><a href="https://www.onecallnow.com/how-it-works/voice-messaging/">Voice Messaging and Broadcasting</a></li>
		<li id="menu-item-6291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6291"><a href="https://www.onecallnow.com/how-it-works/automated-dialing/">Automated Phone Call System</a></li>
		<li id="menu-item-2901" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2901"><a href="https://www.onecallnow.com/how-it-works/automated-notification/">Automated Notifications</a></li>
		<li id="menu-item-1446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1446"><a href="https://www.onecallnow.com/terms-and-definitions/group-calling-service/">Group Calling Service</a></li>
		<li id="menu-item-2644" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2644"><a href="https://www.onecallnow.com/terms-and-definitions/team-communication/">Team Communication</a></li>
	</ul>
</li>
	<li id="menu-item-8200" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8200"><a href="#">Text / Mobile</a>
	<ul class="sub-menu">
		<li id="menu-item-1443" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1443"><a href="https://www.onecallnow.com/terms-and-definitions/mass-text-messaging/">Mass Text Messaging</a></li>
		<li id="menu-item-6292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6292"><a href="https://www.onecallnow.com/how-it-works/mobile-notification/">Mobile Notification and Group Text Messaging</a></li>
		<li id="menu-item-2894" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2894"><a href="https://www.onecallnow.com/how-it-works/automated-text-messaging/">Automated Text Messaging</a></li>
		<li id="menu-item-2645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2645"><a href="https://www.onecallnow.com/terms-and-definitions/voice-text-messaging/">Voice Text Messaging</a></li>
	</ul>
</li>
	<li id="menu-item-8201" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8201"><a href="#">Automated Services</a>
	<ul class="sub-menu">
		<li id="menu-item-6293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6293"><a href="https://www.onecallnow.com/terms-and-definitions/auto-dialer/">Auto Dialer Software</a></li>
		<li id="menu-item-7382" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7382"><a href="https://www.onecallnow.com/terms-and-definitions/call-tree/">Call Tree</a></li>
		<li id="menu-item-7547" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7547"><a href="https://www.onecallnow.com/terms-and-definitions/robo-call-service/">Robo Calling Service</a></li>
		<li id="menu-item-2646" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2646"><a href="https://www.onecallnow.com/terms-and-definitions/emergency-notification-service/">Emergency Notification Service</a></li>
	</ul>
</li>
</ul>
</li>
</ul></div>  <hr>
  <ul class="meta-meta-icon">
    <li><a target="_blank" href="https://www.onecallnow.com/wp-content/themes/onecallnow/conversion/help-support-transition.php"><i class="fa  fa-phone"></i> Support</a></li>
    <li><a target="_blank" href="https://www.onecallnow.com/wp-content/themes/onecallnow/conversion/login-transition.php"><i class="fa fa-sign-in"></i> Login</a></li>
    <li><a href="/free-trial-create-account/"><i class="fa  fa-user"></i> Free Trial</a></li>
  </ul>
  <hr>
  <div class="menu-main-sub-menu-container"><ul id="menu-main-sub-menu" class="cd-navigation main-sub"><li id="menu-item-469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-469"><a href="https://www.onecallnow.com/about-us/">About Us</a></li>
<li id="menu-item-16461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16461"><a href="https://www.onecallnow.com/corporate/terms-and-conditions/">Terms and Conditions</a></li>
<li id="menu-item-1481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1481"><a href="https://www.onecallnow.com/opt-out/">Opt Out</a></li>
</ul></div>  <hr>
  <div class="social-nav">
    <h4>Social</h4>
    <ul class="socialcons clearfix">
	<!--Facebook-->
	<li><a target="_blank" href="http://www.facebook.com/OneCallNow"><i class="fa fa-facebook"></i> <span>Facebook</span> </a></li>

	<!--Twitter-->
	<li><a  target="_blank" href="http://twitter.com/onecallnow"><i class="fa fa-twitter"></i> <span>Twitter</span> </a></li>

	<!--Linkedin-->
	<li><a target="_blank" href="https://www.linkedin.com/company/105622?trk=tyah"><i class="fa fa-linkedin-square"></i> <span>Linkedin</span> </a></li>

	<!--Youtube-->
	<li><a target="_blank" href="https://www.youtube.com/user/OneCallNow"><i class="fa fa-youtube"></i> <span>Youtube</span> </a></li>

</ul>
  </div>
  <ul class="meta-meta">
    <li><a href="https://www.onecallnow.com/service-agreements/">Legal</a></li>
    <li><a href="https://www.onsolve.com/privacy-statement/">Privacy Policy</a></li>
    <li><a href="https://www.onecallnow.com/site-map/">Site Map</a></li>
  </ul> <!-- cd-single-item-wrapper -->
</nav>

<!-- Begin Footer -->
<div id="footer-inner" class="clearfix">
  <div class="footer-nav section-sm dkgreen" style="padding: 13px 0px;">
    <div class="container">
      <div class="menu-footer-container"><ul id="menu-footer" class="footer"><li id="menu-item-476" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://www.onecallnow.com/about-us/">About Us</a><li class="menu-divider">|</li></li>
<li id="menu-item-16460" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16460"><a href="https://www.onecallnow.com/corporate/terms-and-conditions/">Terms and Conditions</a><li class="menu-divider">|</li></li>
<li id="menu-item-16526" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16526"><a href="https://www.onsolve.com/privacy-statement/">Privacy Policy</a><li class="menu-divider">|</li></li>
<li id="menu-item-16452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16452"><a href="https://www.onecallnow.com/corporate/cookie-policy/">Cookie Policy</a><li class="menu-divider">|</li></li>
<li id="menu-item-15031" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15031"><a href="https://hs.onecallnow.com/ocn-privacy-settings">Privacy Preferences</a><li class="menu-divider">|</li></li>
<li id="menu-item-482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-482"><a href="https://www.onecallnow.com/site-map/">Site Map</a><li class="menu-divider">|</li></li>
</ul></div>    </div>
  </div>
  <div class="section-lg navy iefooter" style="padding-bottom: 20px;">
    <div class="container">
      <div class="one-third">
				<strong>Sign Up to our Mailing List</strong>
      <div id="mail-footer-2">
      <script>
      jQuery(document).ready(function(){
        var fields = attributionFields();
        //console.log(fields);
        hbspt.forms.create({
          css: "",
          portalId: "214969",
          formId: "4c0200ee-e5dc-4969-a077-c82d75ac3fab",
          target: "#mail-footer-2",
          onFormReady: function($form) {
            for (var k in fields) {
              var key = k;
              var val = fields[k];
              jQuery("#mail-footer-2 form").append('<input class="hidden" name="' + key + '" type="hidden" value="' + val + '">');
            }
          },
          
        });
      });
      </script>
      </div>      </div>
      <div class="two-third last">
        <div class="span-two-of-six">
					<h3><a href="https://www.onecallnow.com/how-it-works/">How It Works</a></h3>
					<h3><a href="https://www.onecallnow.com/who-we-serve/">Who We Serve</a></h3>
					<h3><a href="https://www.onecallnow.com/solutions/">Solutions</a></h3>
					<hr style="width: 100%; border-bottom: 1px solid #1e4a6b; margin: 20px 0;" />
					<h3><a href="https://www.onecallnow.com/blog/">Blog</a></h3>
					<h3><a href="https://www.onecallnow.com/resources/">Downloads & Resources</a></h3>
        </div>
        <div class="span-two-of-six">
					<div vocab="http://schema.org/" typeof="Organization" style="margin-bottom: 10px;">
						<h3>Address</h3>
						<span property="name">One Call Now</span>
						<div property="address" typeof="PostalAddress">
							<span property="streetAddress">6450 Poe Avenue, Suite 500<br>
Dayton, Ohio 45414</span><br>
						</div>
						<span style="display: none;">Telephone:<span property="tel">937-335-3336</span></span>
						<span style="display: none;"><a property="url" href="/" style="text-transform: none;">www.onecallnow.com</a></span>
					</div>
          <span>Toll Free: 877-698-3262</span><br>
          <span property="telephone">Telephone: 937-335-3336</span><br>
          <span>Fax: 937-335-3887</span>
                  </div>
        <div class="span-two-of-six last">
                      <h3>Social</h3>
    				<ul class="socialcons clearfix">
	<!--Facebook-->
	<li><a target="_blank" href="http://www.facebook.com/OneCallNow"><i class="fa fa-facebook"></i> <span>Facebook</span> </a></li>

	<!--Twitter-->
	<li><a  target="_blank" href="http://twitter.com/onecallnow"><i class="fa fa-twitter"></i> <span>Twitter</span> </a></li>

	<!--Linkedin-->
	<li><a target="_blank" href="https://www.linkedin.com/company/105622?trk=tyah"><i class="fa fa-linkedin-square"></i> <span>Linkedin</span> </a></li>

	<!--Youtube-->
	<li><a target="_blank" href="https://www.youtube.com/user/OneCallNow"><i class="fa fa-youtube"></i> <span>Youtube</span> </a></li>

</ul>
                  </div>
      </div>
    </div>
  </div>
</div>

</div><!-- end wrapper -->
<!-- Popups Loaded Here -->
  <script type="text/javascript">
// on Window load to allow to GA to load first
jQuery(window).ready(function( $ ) {
  // Tracking Impression
  var popupPageTitle = document.title;
  var popupType = "Blog";
  var popupEventCat = "Popup - Blog";
  var popupEventLabel = "Popup - " + popupType + " - Title: " + popupPageTitle + " - From URL: " + window.location.href;

  // Tracking Close
  jQuery( "#blog-popup .close" ).click(function() {
      var popupEventAction = "Close";
      eventTracker( popupEventCat, popupEventAction, popupEventLabel);
  });
  // Tracking Form Submission
  jQuery( ".window .hs-form" ).submit(function() {
      var popupEventAction = "Form Submission";
      eventTracker( popupEventCat, popupEventAction, popupEventLabel);
  });
  $('#blog-popup').slickModals({
      popupType: 'delayed',
      delayTime: 2000,
      setCookie: true,
      cookieDays: 0,
      cookieTriggerClass: 'setCookie-blog-1',
      cookieName: 'blog-popup-1',
      cookieScope: 'domain',
      overlayVisible: false,
      popupWidth: '100%',
      popupHeight: 'auto',
      popupLocation: 'bottomLeft',
      popupAnimationDuration: '0.5',
      popupAnimationEffect: 'slideBottom',
      popupBoxShadow: 'none',
      popupBackground: 'rgba(0,0,0,0.87)',
      popupPadding: '25px 15px',
      mobileBreakPoint: '560px',
      mobileLocation: 'bottomCenter',
      mobileWidth: '100%',
      mobileHeight: 'auto',
      mobilePadding: '15px 0px',
      buttonStyle: '',
      addCloseButton: true,
      buttonStyle: 'icon',
      reopenClass: 'openSlickModal-1'
  });

});
</script>

<!--  Blog Popup -->
<style>
#blog-popup input[type=submit]{
  margin:0px;
}
</style>
<div id="blog-popup" class="slickModal cookieNotice2">
  <div class="section slickWindow">
    <div id="blog-popup-container">
        <div class="blog-header" style="margin-bottom: 10px;">
           <h3>Would you like to be notified when new blog content is available?</h3>
        </div>
        <div id="popup-form-block" class="span-all">
        <script>
          jQuery(document).ready(function(){
            var fields = attributionFields();
            hbspt.forms.create({
                css: "",
                portalId: "214969",
                formId: "ac46bb04-9f9a-4955-be95-4114115e5b88",
                inlineMessage: "<h3>Thank you for your subscription.</h3>",
                target: "#popup-form-block",
                onFormReady: function () {
                  jQuery("#blog-popup .hs-form select option:disabled").text("Country");
                  for (var k in fields) {
                    var key = k;
                    var val = fields[k];
                    jQuery("#popup-form-block form").append('<input class="hidden" name="' + key + '" type="hidden" value="' + val + '">');
                  }
                },
                onFormSubmit: function () {
                    jQuery(".blog-header h3").toggle();
                    jQuery("#submitClosePopup").toggle();
                }
            });
          });
        </script>
    </div>    </div>
  </div>
</div>

<script type="text/javascript">
  document.domain = "onecallnow.com";
  function setCookie(cname, cvalue, exdays) {
      var d = new Date();
      d.setTime(d.getTime() + (exdays*24*60*60*1000));
      var expires = "expires="+ d.toUTCString();
      document.cookie = cname + "=" + cvalue + ";" + expires + "; path=/;domain=.onecallnow.com;";
  }

  function getCookie(cname) {
      var name = cname + "=";
      var decodedCookie = decodeURIComponent(document.cookie);
      var ca = decodedCookie.split(';');
      for(var i = 0; i <ca.length; i++) {
          var c = ca[i];
          while (c.charAt(0) == ' ') {
              c = c.substring(1);
          }
          if (c.indexOf(name) == 0) {
              return c.substring(name.length, c.length);
          }
      }
      return "";
  }
</script>






<script type='text/javascript' src='https://js.hsforms.net/forms/v2.js?ver=5.4.2'></script>
<script type='text/javascript' src='https://js.hsforms.net/forms/v2-legacy.js?ver=5.4.2'></script>

<script>window.lazyLoadOptions = {
                elements_selector: "img[data-lazy-src],.rocket-lazyload",
                data_src: "lazy-src",
                data_srcset: "lazy-srcset",
                data_sizes: "lazy-sizes",
                class_loading: "lazyloading",
                class_loaded: "lazyloaded",
                threshold: 300,
                callback_loaded: function(element) {
                    if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) {
                        if (element.classList.contains("lazyloaded") ) {
                            if (typeof window.jQuery != "undefined") {
                                if (jQuery.fn.fitVids) {
                                    jQuery(element).parent().fitVids();
                                }
                            }
                        }
                    }
                }};
        window.addEventListener('LazyLoad::Initialized', function (e) {
            var lazyLoadInstance = e.detail.instance;

            if (window.MutationObserver) {
                var observer = new MutationObserver(function(mutations) {
                    var image_count = 0;
                    var iframe_count = 0;
                    var rocketlazy_count = 0;

                    mutations.forEach(function(mutation) {
                        for (i = 0; i < mutation.addedNodes.length; i++) {
                            if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') {
                                return;
                            }

                           if (typeof mutation.addedNodes[i].getElementsByClassName !== 'function') {
                                return;
                            }

                            images = mutation.addedNodes[i].getElementsByTagName('img');
                            is_image = mutation.addedNodes[i].tagName == "IMG";
                            iframes = mutation.addedNodes[i].getElementsByTagName('iframe');
                            is_iframe = mutation.addedNodes[i].tagName == "IFRAME";
                            rocket_lazy = mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');

                            image_count += images.length;
			                iframe_count += iframes.length;
			                rocketlazy_count += rocket_lazy.length;

                            if(is_image){
                                image_count += 1;
                            }

                            if(is_iframe){
                                iframe_count += 1;
                            }
                        }
                    } );

                    if(image_count > 0 || iframe_count > 0 || rocketlazy_count > 0){
                        lazyLoadInstance.update();
                    }
                } );

                var b      = document.getElementsByTagName("body")[0];
                var config = { childList: true, subtree: true };

                observer.observe(b, config);
            }
        }, false);</script><script defer src="https://www.onecallnow.com/wp-content/uploads/autoptimize/js/autoptimize_43b88dcb5c8efb1380d70487b946ce8c.js"></script><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"NRJS-be519e8c57b1f5bbc71","applicationID":"621917445","transactionName":"Y1JVY0YHChIEAkddX1oYdlRADwsPSghdUFVM","queueTime":0,"applicationTime":799,"atts":"TxVWFQ4dGRw=","errorBeacon":"bam.nr-data.net","agent":""}</script></body>
</html>
