At Attentive, we've built our infrastructure from the ground up with one principle: expect failure at every level and handle it gracefully. Here’s how we do it.
When enterprise brands choose a messaging platform, they're not just selecting software. They're choosing a mission-critical partner for their biggest revenue moments. During flash sales, product launches, and seasonal peaks, your messaging infrastructure can't just work most of the time. It has to work every time.
The difference between a platform that achieves zero downtime and one that buckles comes down to architecture. It's about the decisions made long before traffic spikes, the redundancies built into every layer, and the assumption that something will always go wrong. The question isn't if components will fail, it's whether your platform can handle those failures smoothly and quickly without customers ever noticing.
What “zero downtime” actually means
When we talk about zero downtime, we are not talking about whether a page loads. We mean the platform stays fully operational and accessible 24/7, regardless of what is happening behind the scenes.
From a customer perspective, zero downtime is straightforward. Messages are delivered on time. Events are captured and processed reliably. Customer profiles update in real time. Analytics dashboards remain available. Campaigns and automations can be created, launched, and monitored without interruption.
Achieving this requires more than preventing crashes. True zero downtime means there are no unplanned outages and no planned maintenance windows. Deployments, updates, and infrastructure changes happen without interrupting service or degrading performance, even during peak traffic or partial system failures.
This distinction matters because customers do not care why something is not working. A message that fails due to a bug is no different from one that fails during a deployment. If a core function is unavailable, the experience is broken.
Zero downtime is therefore about functional reliability, not just uptime. Every critical capability must work as expected at all times. When it does, customers never notice maintenance, upgrades, or failures because nothing ever stops working.
Why most platforms struggle with reliability
Single points of failure
Think of it like having only one bridge across a river. If that bridge breaks, everyone is stuck. Robust platforms are like having multiple bridges: if one fails, traffic automatically reroutes to the others.
Synchronous processing
Imagine a restaurant where each order must be completely finished before starting the next one. Platforms that process requests one-by-one create bottlenecks that cascade into failures under load. Smart platforms quickly acknowledge a request and process the work in the background.
Missing circuit breakers
Like a house without circuit breakers, when electrical demand gets too high, the whole house loses power. Platforms need “circuit breakers” that can gracefully disable less critical features to keep core functionality running when overwhelmed.
Misconfigured auto-scaling
It's like having a restaurant that automatically adds more servers during busy periods, but forgets the kitchen can only handle so many orders. The database becomes overwhelmed when too many new servers all try to connect simultaneously.
Poor observability
Without proper monitoring, it's like driving at night with broken headlights. Platforms need real-time visibility focused on the metrics that matter: measuring system outcomes, not just system behavior.
Never testing at scale
Many platforms work fine with 100 users but break with 10,000. Without load testing at expected peak volumes, platforms fail when they encounter real-world traffic spikes.
The common thread: platforms become vulnerable when they're not designed to expect and gracefully handle failure at every level.
How we built Attentive differently
Resilient architecture
Our event-driven architecture and containerized microservice design means single component failures won't cascade into platform-wide outages. If one service instance fails, traffic automatically routes to healthy instances. When traffic spikes dramatically, we horizontally scale out and queue events for asynchronous processing, allowing for temporary latency over system failures. Read replicas, caching layers, and purpose-built data stores mean no single database becomes a chokepoint.
Real-time observability
We don't just measure system metrics; we measure customer outcomes. Real-time monitoring tracks message delivery success, and we scale proactively based on predictive signals. Per-client anomaly detection surfaces problems before they escalate. When metrics fall outside expected thresholds, automated alerts kick off immediately.
Fault tolerance
Prioritized data queues and configurable throttling ensure we can optimize for critical delivery during extreme system pressure. Automated retries, circuit breakers, and graceful fallback logic allow us to bypass isolated failures and maintain overall system health.
Zero-downtime deployments
We deploy continuously using blue-green deployments and canary releases. Feature flags let us roll out changes incrementally and instantly disable anything that shows signs of trouble.
Rigorous load testing
Every year before peak seasons, we run structured load tests at projected volumes using realistic traffic captured from production systems. We test sudden spikes, sustained high load, and failure recovery under pressure.
Handling traffic spikes
Our event-driven design queues massive amounts of data without creating bottlenecks. Intelligent auto-scaling expands capacity based on predictive signals. Throttling of event queues ensures downstream services don't get overloaded, preferring temporary latency over full system failure.
Proven at scale
This architecture consistently holds during the biggest test of the year for us: Black Friday and Cyber Monday. During Black Friday and Cyber Monday 2025, we processed 4.36 billion messages, 42.5 million new subscribers, and over 10 billion events with no significant technical issues.
When one customer launched a flash sale that instantly spiked our traffic to more than double our normal volume, our API architecture absorbed the surge, our event stream backpressured exactly as designed, and events continued processing with a maximum four-second delay. The system bent under extreme, unexpected pressure, but it didn't break.
Built in partnership, not in isolation
We don't build this infrastructure in a dark room, disconnected from the real needs of our customers. Our architecture decisions are informed by ongoing conversations with brands about their business goals, upcoming moments, and what they need to succeed.
We act as a proactive, strategic partner long before traffic spikes. Preparation begins early in the year, when our Customer Success team works with brands to understand revenue targets and promotional moments, then translates those objectives into a clear plan for peak execution. This includes forecasting expected volume, identifying growth opportunities, and aligning on how programs should be structured across channels to perform at scale.
Program changes, such as campaign schedules, journey updates, list growth initiatives, are proactively sequenced and implemented according to proven best practices, ensuring nothing critical is left to the last minute. During high-volume windows, our account teams actively monitor performance and stay closely connected to customers in real time, while Product, Engineering, and Operations teams maintain heightened monitoring protocols.
The result is a partnership built on anticipation, not reaction. Customers enter peak moments with a clear strategy, programs already in motion, and a dedicated team focused on helping them execute with confidence.
Our year-round reliability philosophy
BFCM is just one moment. Reliability is a foundational expectation of our customers year-round. Sending campaigns or triggered messages should be a “fire-and-forget” task; customers should never have to think about whether our platform is operational.
Beyond BFCM, messaging platforms face high-volume stress throughout the year: Memorial Day and Labor Day sales, Back-to-School surges, product launches that create sudden 10x traffic spikes, influencer-driven sales, and time-limited promotions. Downtime most commonly occurs when multiple stressors align: a flash sale launches during high organic traffic, right after a deployment, on a system that hasn't been load-tested for that pattern.
We maintain a minimum 99.9% uptime, though our target is always 100%. Unexpected problems do occasionally occur, but we continuously learn from them. We follow a mantra of “never waste a good crisis.” In post-mortem exercises, we identify technical improvements, process adjustments, and how to communicate more effectively.
Don’t chalk it up to luck
Zero downtime is the result of deliberate architectural decisions, continuous investment, and a team that expects things to go wrong and builds accordingly.
When you choose a messaging platform, you're choosing whether your biggest revenue moments will be supported by infrastructure that can handle the pressure, or whether you'll be watching helplessly as your platform crumbles under load.
At Attentive, we've built for the former. And we're just getting started.
<!DOCTYPE html><!-- Last Published: Wed Feb 18 2026 15:19:05 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.attentive.com" data-wf-page="684da8fb149b8ff5ccd65ce2" data-wf-site="684306b795a2c402456e92ba" data-wf-intellimize-customer-id="117310846" lang="en" data-wf-collection="684da8fb149b8ff5ccd65cde" data-wf-item-slug="engineering-zero-downtime-at-attentive"><head><meta charset="utf-8"/><title>Zero Downtime Isn’t Luck. It’s Engineered. — Blog | Attentive</title><meta content="Zero downtime isn’t luck—it’s engineered. Learn how Attentive designs resilient messaging infrastructure that performs at scale, even during peak demand." name="description"/><meta content="Zero Downtime Isn’t Luck. It’s Engineered. — Blog | Attentive" property="og:title"/><meta content="Zero downtime isn’t luck—it’s engineered. Learn how Attentive designs resilient messaging infrastructure that performs at scale, even during peak demand." property="og:description"/><meta content="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png" property="og:image"/><meta content="Zero Downtime Isn’t Luck. It’s Engineered. — Blog | Attentive" property="twitter:title"/><meta content="Zero downtime isn’t luck—it’s engineered. Learn how Attentive designs resilient messaging infrastructure that performs at scale, even during peak demand." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/css/attentive-dev-revamp-2025.shared.a9faef8ec.min.css" rel="stylesheet" type="text/css" integrity="sha384-qfrvjsKl763KlHJILXP/pkMr1n9jOIRvGq1x1IvGD7//tpoNQUnIyp+06PpLykcR" crossorigin="anonymous"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68ca2e64ae46fe3b4e3e3b6c_Favicon%20Attentive.ico" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68ca2e6c606533d7226b1000_Webclip%20Attentive.png" rel="apple-touch-icon"/><link href="https://www.attentive.com/blog/engineering-zero-downtime-at-attentive" rel="canonical"/><style>.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}</style><style>[data-wf-hidden-variation], [data-wf-hidden-variation] * {
display: none !important;
}</style><script type="text/javascript">if (localStorage.getItem('intellimize_data_tracking_type') !== 'optOut') { localStorage.removeItem('intellimize_opt_out_117310846'); } if (localStorage.getItem('intellimize_data_tracking_type') !== 'optOut') { localStorage.setItem('intellimize_data_tracking_type', 'optOut'); }</script><script type="text/javascript">(function(e){var s={r:[]};e.wf={r:s.r,ready:t=>{s.r.push(t)}}})(window)</script><script type="text/javascript">(function(e,t,p){var n=document.documentElement,s={p:[],r:[]},u={p:s.p,r:s.r,push:function(e){s.p.push(e)},ready:function(e){s.r.push(e)}};e.intellimize=u,n.className+=" "+p,setTimeout(function(){n.className=n.className.replace(RegExp(" ?"+p),"")},t)})(window, 4000, 'anti-flicker')</script><link href="https://cdn.intellimize.co/snippet/117310846.js" rel="preload" as="script"/><script type="text/javascript">var wfClientScript=document.createElement("script");wfClientScript.src="https://cdn.intellimize.co/snippet/117310846.js",wfClientScript.async=!0,wfClientScript.onerror=function(){document.documentElement.className=document.documentElement.className.replace(RegExp(" ?anti-flicker"),"")},document.head.appendChild(wfClientScript);</script><link href="https://api.intellimize.co" rel="preconnect" crossorigin="true"/><link href="https://log.intellimize.co" rel="preconnect" crossorigin="true"/><link href="https://117310846.intellimizeio.com" rel="preconnect"/><!-- 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-TK3VW6S');</script>
<!-- End Google Tag Manager -->
<!-- Mutiny -->
<script defer>
(function(){var a=window.mutiny=window.mutiny||{};if(!window.mutiny.client){a.client={_queue:{}};var b=["identify","trackConversion"];var c=[].concat(b,["defaultOptOut","optOut","optIn"]);var d=function factory(c){return function(){for(var d=arguments.length,e=new Array(d),f=0;f<d;f++){e[f]=arguments[f]}a.client._queue[c]=a.client._queue[c]||[];if(b.includes(c)){return new Promise(function(b,d){a.client._queue[c].push({args:e,resolve:b,reject:d})})}else{a.client._queue[c].push({args:e})}}};c.forEach(function(b){a.client[b]=d(b)})}})();
</script>
<!-- End Mutiny -->
<script>
(function() {
function syncConsent() {
if (!window.Cookiebot || !Cookiebot.consent) return;
const hasDecision = Cookiebot.consent.method !== null;
const consentGiven = Cookiebot.consent.statistics === true;
wf.ready(function() {
const trackingState = wf.getUserTrackingChoice(); // 'allow' | 'deny' | 'none'
if (!hasDecision) return;
if (consentGiven && trackingState === 'deny') {
wf.allowUserTracking({ activate: true });
} else if (!consentGiven && trackingState !== 'deny') {
wf.denyUserTracking();
}
});
}
['CookiebotOnConsentReady', 'CookiebotOnAccept', 'CookiebotOnDecline']
.forEach(ev => window.addEventListener(ev, syncConsent));
if (window.Cookiebot && typeof Cookiebot.consent !== 'undefined') {
syncConsent();
}
})();
</script>
<script defer data-cfasync="false" src="https://client-registry.mutinycdn.com/personalize/client/6308a4e66449798f.js"></script>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="pinterest" content="nopin" />
<meta name="facebook-domain-verification" content="0lqpeuk188jgviib0js1zdochyveul" />
<meta name="theme-color" content="#fff382" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#1a1e22" media="(prefers-color-scheme: dark)">
<style>
.u-custom-classes{
display:none;
}
</style><!-- Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"@id": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive/#webpage",
"url": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive/",
"name": "Zero Downtime Isn’t Luck. It’s Engineered.",
"isPartOf": {
"@id": "https://www.attentive.com/#website"
},
"about": {
"@id": "https://www.attentive.com/#organization"
},
"description": "Zero downtime isn’t luck—it’s engineered. Learn how Attentive designs resilient messaging infrastructure that performs at scale, even during peak demand.",
"breadcrumb": {
"@id": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive/#breadcrumb"
},
"inLanguage": "en-US"
},
{
"@type": "BreadcrumbList",
"@id": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://www.attentive.com/",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://www.attentive.com/blog/",
"name": "Blog"
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive/",
"name": "Zero Downtime Isn’t Luck. It’s Engineered."
}
}
]
},
{
"@type": "BlogPosting",
"headline": "Zero Downtime Isn’t Luck. It’s Engineered.",
"description": "Zero downtime isn’t luck—it’s engineered. Learn how Attentive designs resilient messaging infrastructure that performs at scale, even during peak demand.",
"image": {
"@type": "ImageObject",
"url": "https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png"
},
"keywords": ["SMS Marketing", "Bank Holiday", "Marketing Ideas", "Seasonal Marketing", "SMS Marketing Basics"],
"author": {
"@type": "Person",
"name": "Michael Tucker"
},
"publisher": {
"@id": "https://www.attentive.com/#organization"
},
"datePublished": "Feb 05, 2026",
"dateModified": "Feb 05, 2026",
"mainEntityOfPage": {
"@id": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive/#webpage"
},
"articleSection": "Product News",
"articleBody": "Explore all posts in the Product News category of the Attentive blog, Text Talk."
},
{
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"url": "https://www.attentive.com/blog/april-campaigns",
"name": "April Campaigns Bring May Conversions: How to Optimize Your Marketing This Month"
},
{
"@type": "ListItem",
"position": 2,
"url": "https://www.attentive.com/blog/sms-vs-rcs",
"name": "SMS vs. RCS: Understanding the Differences in the Next Generation of Mobile Messaging"
},
{
"@type": "ListItem",
"position": 3,
"url": "https://www.attentive.com/blog/autumn-winter-marketing-trends-australia",
"name": "Autumn/Winter Marketing Trends and Moments to Capture Australian Shoppers"
}
]
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.attentive.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Blog",
"item": "https://www.attentive.com/blog"
},
{
"@type": "ListItem",
"position": 3,
"name": "Zero Downtime Isn’t Luck. It’s Engineered.",
"item": "https://www.attentive.com/blog/engineering-zero-downtime-at-attentive"
}
]
},
{
"@type": "Person",
"@id": "https://www.attentive.com/authors/michael-tucker#author",
"name": "Michael Tucker",
"url": "https://www.attentive.com/authors/michael-tucker",
"jobTitle": "VP Engineering",
"worksFor": {
"@type": "Organization",
"@id": "https://www.attentive.com/#org"
},
"sameAs": [
"https://www.linkedin.com/company/attentive-mobile/",
"https://twitter.com/attentivehq"
]
}
]
}
</script>
<!-- Meta Tags -->
<meta name="twitter:title" content=""/>
<meta name="twitter:image" content="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta property="og:url" content="/attentivemobile.com/blog/engineering-zero-downtime-at-attentive"/>
<meta property="og:title" content="Zero Downtime Isn’t Luck. It’s Engineered."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png"/>
<meta property="og:description" content="Zero downtime isn’t luck—it’s engineered. Learn how Attentive designs resilient messaging infrastructure that performs at scale, even during peak demand."/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="628"/>
<!-- Form Styling -->
<style>
.blog__rich-text ol li{
list-style-type:number;
}
/* Base Styling for Blog CMS Form Embed */
.blog-cms-form-embed .hubspot-form-mp {
opacity: 0;
}
.blog-cms-form-embed .hs-form-field {
margin-bottom: 0px;
}
.blog-cms-form-embed a {
color: #1A1E22;
border-bottom: 1px solid #1A1E22;
font-size: 7.5px;
line-height: 0;
}
.blog-cms-form-embed .hs-richtext {
display: flex;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
font-weight: 300 !important;
text-align: center;
font-size: 19px;
margin-bottom: 0px;
}
.blog-cms-form-embed .hs-richtext p {
margin-top: 10px;
margin-bottom: 5px;
font-size: 7.5px;
line-height: normal;
color: #1A1E22;
text-align: left;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
font-weight: 300 !important;
}
.blog-cms-form-embed .hs-richtext p a {
font-size: 7.5px;
line-height: 1.5;
}
.blog-cms-form-embed .hubForm {
padding-top: 20px;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
font-weight: 300 !important;
font-size: 20px;
color: #1A1E22;
line-height: 28px;
}
.blog-cms-form-embed label {
display:none;
margin: 14px 0 -2px;
font-size: 14px;
font-weight: 300 !important;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
color: #1A1E22;
line-height: normal;
}
.blog-cms-form-embed .hs-field-desc {
display:none;
font-family: 'Maison Neue Extended', sans-serif !important;
font-weight: 300 !important;
font-size: 8px;
line-height: normal;
color: #8C8E90;
margin: 2px 0 4px;
}
.blog-cms-form-embed .hs-error-msg {
font-family: 'Maison Neue Extended', sans-serif !important;
font-weight: 400;
font-size: 8px;
line-height: 11px;
color: #FA5000;
margin: -9px 0 0;
}
.blog-cms-form-embed li {
list-style-type: none;
font-size: 9px;
line-height: 105%;
}
.blog-cms-form-embed ul {
margin: 12px 0 0;
padding-left: 2px;
}
.blog-cms-form-embed .hs-input {
margin: 1px 0 0;
margin-bottom: 0px;
width: 100%;
font-size: 14px;
padding: 7px 8px;
min-height: 27px;
border: 1px solid #C6C7C8;
border-radius: 0px;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
box-sizing: border-box;
}
.blog-cms-form-embed .hs-input:hover,
.blog-cms-form-embed .hs-input:active {
border: 1px solid #1A1E22;
border-radius: 0px;
}
/* Button Styling */
.blog-cms-form-embed .hs-button {
display: block;
width: 100%;
padding: 13px 26px;
margin: 9px auto 0;
background: #1A1E22;
border: 1px solid #1A1E22;
color: #ffffff;
font-size: 13px;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
font-weight: 300;
text-align: center;
line-height: 16px;
border-radius: 4px;
cursor: pointer;
}
.blog-cms-form-embed .hs-button:hover,
.blog-cms-form-embed .hs-button:active {
background: #FFFFFF;
border-color: #1A1E22;
color: #1A1E22;
}
/* Submitted Message Styling */
.blog-cms-form-embed .submitted-message,
.blog-cms-form-embed .submitted-message * {
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
font-weight: 300 !important;
padding-top: 8px;
font-size: 14px;
line-height: 140%;
color: #1A1E22 !important;
text-align: left;
width: 100%;
}
.blog-cms-form-embed .submitted-message strong {
font-weight: bold;
}
/* Checkbox Styling */
.blog-cms-form-embed .hs-form-booleancheckbox-display {
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
font-size: 8px;
color: #1A1E22;
margin-bottom: 25px;
display: inline;
}
.blog-cms-form-embed .hs-input[type="checkbox"] {
width: 9px !important;
height: 9px;
margin-right: 4px;
padding-right: 35px;
min-height: auto;
margin-bottom: auto;
}
.blog-cms-form-embed .hs-form-booleancheckbox {
padding-bottom: 0px;
}
/* Autofill Override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #1A1E22 !important;
}
/* Form Layout - Columns */
fieldset {
max-width: 800px !important;
padding-left: 0% !important;
}
fieldset input,
fieldset select,
fieldset textarea {
width: 100% !important;
box-sizing: border-box;
}
fieldset.form-columns-2 .hs-form-field {
padding-right: 0px;
}
/* Responsive */
@media screen and (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 767px) {
.form-columns-3 .hs-form-field {
float: left !important;
}
.hs-button {
border-radius: 4px;
}
input[type="button"],
input[type="submit" i] {
appearance: none;
border-radius: 4px;
}
}
/* External Styling - Desktop Link Styling */
@media screen and (min-width: 768px) {
.blog__rich-text h1 a,
.blog__rich-text h2 a,
.blog__rich-text h3 a {
border-width: 2px !important;
}
.blog__rich-text blockquote a {
border-width: 1px !important;
}
}
/* Rich Text */
figure a {
text-decoration: none;
border: none !important;
}
/* Table of Contents Styling */
.tocitem {
padding: 12px;
margin-bottom: 10px;
border-radius: 4px;
background: #f4f4f4;
text-decoration: none !important;
border: none !important;
transition: 0.1s;
}
.tocitem:hover {
background: #E8E9E9;
}
.blog-table.is-centered {
display: flex;
justify-content: center;
}
</style></head><body><div class="page_wrap"><div class="page_code_wrap"><div class="page_code_base w-embed"><style>
/*
:root {
--grid-breakout: [full-start] minmax(0, 1fr) [content-start] repeat(var(--site--column-count), minmax(0, var(--site--column-width))) [content-end] minmax(0, 1fr) [full-end];
--grid-breakout-single: [full-start] minmax(0, 1fr) [content-start] minmax(0, var(--container--main)) [content-end] minmax(0, 1fr) [full-end];
}*/
/*
* {
vertical-align: bottom;
}
*/
::before, ::after {
box-sizing: border-box;
}
html {
background-color: var(--_theme---background);
}
button {
background-color: unset;
padding: unset;
text-align: inherit;
}
button:not(:disabled) {
cursor: pointer;
}
video {
width: 100%;
object-fit: cover;
}
/* remove padding of empty element */
.wf-empty {
padding: 0;
}
svg {
max-width: 100%;
}
section, header, footer {
position: relative;
}
@media (prefers-color-scheme: light) {
option { color: black; }
}
img::selection {
background: transparent;
}
/* Typography */
body {
/*text-transform: var(--_text-style---text-transform);*/
/*
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;*/
}
/* Clear Defaults */
a:not([class]) {
text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p,blockquote,label {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
text-wrap: inherit;
margin-top: 0;
margin-bottom: 0;
}
/* Selection Color */
::selection {
background-color: #FFE600;
color: var(--_theme---selection--text);
}
/* Margin Trim */
:is(.u-margin-trim, .u-rich-text) > :not(:not(.w-condition-invisible) ~ :not(.w-condition-invisible)) {
margin-top: 0;
}
:is(.u-margin-trim, .u-rich-text) > :not(:has(~ :not(.w-condition-invisible))) {
margin-bottom: 0;
}
/* Line Height Trim */
:is([class*="u-text-style-"],h1,h2,h3,h4,h5,h6,p):not(.w-richtext,.u-text-trim-off)::before {
content: "";
display: table;
margin-bottom: calc(-0.5lh + var(--_text-style---trim-top));
}
:is([class*="u-text-style-"],h1,h2,h3,h4,h5,h6,p):not(.w-richtext,.u-text-trim-off)::after {
content: "";
display: table;
margin-bottom: calc(-0.5lh + var(--_text-style---trim-bottom));
}
/* Rich Text Links */
.w-richtext a {
position: relative;
z-index: 4;
}
/* Line Clamp */
.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.u-line-clamp-2 { -webkit-line-clamp: 2; }
.u-line-clamp-3 { -webkit-line-clamp: 3; }
.u-line-clamp-4 { -webkit-line-clamp: 4; }
/* Child Contain */
.u-child-contain > * {
width: 100%;
max-width: inherit !important;
margin-inline: 0 !important;
margin-top: 0 !important;
}
/* Hide */
.u-hide-if-empty:empty,
.u-hide-if-empty:not(:has(> :not(.w-condition-invisible))),
.u-hide-if-empty-cms:not(:has(.w-dyn-item)),
.u-embed-js,
.u-embed-css {
display: none !important;
}
/* Focus State */
a, button, :where([tabindex]) {
outline-offset: var(--focus--offset-outer);
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
outline-color: var(--_theme---text);
outline-width: var(--focus--width);
outline-style: solid;
}
/* Global / Clickable Component */
.wf-design-mode .g_clickable_wrap {
z-index: 0;
}
.g_clickable_wrap a[href="#"] {
display: none;
}
.g_clickable_wrap a[href="#"] ~ button {
display: block;
}
section:has([data-wf--global-background-color--background-color="background-black"]) {
color: white;
}
header:has([data-wf--global-background-color--background-color="background-black"]) {
color: white;
}
</style></div><div class="page_code_custom w-embed"><style>
@media (max-width: 991px) {
[data-hidebr="tablet"] br {
display: none;
}
}
@media (max-width: 768px) {
[data-hidebr="landscape"] br {
display: none!important;
}
}
@media (max-width: 551px) {
[data-hidebr="mobile"] br {
display: none!important;
}
}
</style></div></div><div class="nav_attentive"><div class="navbar attentive-navbar"><div class="navbar__overlay hide-overlay"></div><div class="navbar__attentive-reveal"><div class="w-layout-hflex navbar__atententive-container"><a href="/" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8aa85" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8aa85" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" class="navbar__atententive-link w-inline-block"><img loading="eager" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787867d_Attentive%20icon.svg" alt="Attentive Logo" class="navbar__logo"/></a><link rel="prefetch" href="/"/><div class="navbar__main"><div class="navbar__nav-links-wrap"><div class="navbar__nav-mega-menu"><div id="menu-1" class="mega-menu-container is-left hide-menu w-node-_0b3ad4f4-08f3-2870-b708-953ee75092d8-bab49ad8"><div class="mega-menu-column-wrap-2"><div class="mega-menu-link-column-2 is-larger"><a href="/why-choose-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e774c371-6bc8-8176-c1b3-af8b5dff27a4:e774c371-6bc8-8176-c1b3-af8b5dff277d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e774c371-6bc8-8176-c1b3-af8b5dff277d" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff277b%22%2C%22instanceId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff27a4%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Why Choose Attentive?</div><p class="mega-menu-subtext">Elevate your marketing with real-time, AI-powered data activation</p></div></a><link rel="prefetch" href="/why-choose-attentive"/><a href="/customer-success" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e774c371-6bc8-8176-c1b3-af8b5dff27a4:e774c371-6bc8-8176-c1b3-af8b5dff2783" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e774c371-6bc8-8176-c1b3-af8b5dff2783" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff277b%22%2C%22instanceId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff27a4%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Customer Support</div><p class="mega-menu-subtext">Build and scale with unparalleled guidance and support</p></div></a><link rel="prefetch" href="/customer-success"/></div><div class="mega-menu-link-column-2 is-larger"><a href="/signal-identity-solution" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e774c371-6bc8-8176-c1b3-af8b5dff27a4:e774c371-6bc8-8176-c1b3-af8b5dff278a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e774c371-6bc8-8176-c1b3-af8b5dff278a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff277b%22%2C%22instanceId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff27a4%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Attentive Signal</div><p class="mega-menu-subtext">Identify, understand, and engage more website visitors</p></div></a><link rel="prefetch" href="/signal-identity-solution"/><a href="/compliance" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e774c371-6bc8-8176-c1b3-af8b5dff27a4:e774c371-6bc8-8176-c1b3-af8b5dff2790" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e774c371-6bc8-8176-c1b3-af8b5dff2790" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff277b%22%2C%22instanceId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff27a4%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Superior Compliance</div><p class="mega-menu-subtext">Run your program with tools designed to protect you from potential risk</p></div></a><link rel="prefetch" href="/compliance"/></div><div class="mega-menu-link-column-2 is-no-right-margin"><a href="/sms-email-deliverability" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e774c371-6bc8-8176-c1b3-af8b5dff27a4:e774c371-6bc8-8176-c1b3-af8b5dff2797" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e774c371-6bc8-8176-c1b3-af8b5dff2797" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff277b%22%2C%22instanceId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff27a4%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Reliable Deliverability</div><p class="mega-menu-subtext">Send messages knowing they’ll be delivered, even during peak periods</p></div></a><link rel="prefetch" href="/sms-email-deliverability"/><a href="/integrations" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e774c371-6bc8-8176-c1b3-af8b5dff27a4:e774c371-6bc8-8176-c1b3-af8b5dff279d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e774c371-6bc8-8176-c1b3-af8b5dff279d" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff277b%22%2C%22instanceId%22%3A%22e774c371-6bc8-8176-c1b3-af8b5dff27a4%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">100+ Integrations</div><p class="mega-menu-subtext">Connect seamlessly with flexible integrations that drive growth</p></div></a><link rel="prefetch" href="/integrations"/></div></div></div><div id="menu-2" class="mega-menu-container hide-menu"><div class="mega-menu-column-wrap-2"><div class="mega-menu-link-column-2"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878688_Mobile%20Display.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">Channels</div></div><a href="/messaging" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e1c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e1c" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">SMS</div><p class="mega-menu-subtext">Engage customers with text messages that drive loyalty and revenue</p></div></a><link rel="prefetch" href="/messaging"/><a href="/email-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e22" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e22" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Email</div><p class="mega-menu-subtext">Boost revenue and save time with personalized emails that convert</p></div></a><link rel="prefetch" href="/email-marketing"/><a href="/rcs-for-business" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e28" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e28" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">RCS for Business</div><p class="mega-menu-subtext">Turn every text into a branded, media-rich conversation</p></div></a><link rel="prefetch" href="/rcs-for-business"/><a href="/push-waitlist" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e2e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e2e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Push</div><p class="mega-menu-subtext">Keep customers coming back with timely push notifications</p></div></a><link rel="prefetch" href="/push-waitlist"/></div><div class="mega-menu-line-border"></div><div class="mega-menu-link-column-2"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878689_Magic.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">AI AGENTS</div></div><a href="/ai-marketing-campaign-automation" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e3a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e3a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Attentive AI™</div><p class="mega-menu-subtext">Create and send top-performing campaigns in a fraction of the time</p></div></a><link rel="prefetch" href="/ai-marketing-campaign-automation"/><a href="/ai-pro" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e46" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e46" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">AI Pro</div><p class="mega-menu-subtext">Automatically analyze every customer interaction, behavior, and data point</p></div></a><link rel="prefetch" href="/ai-pro"/><a href="/ai-grow" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e4c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e4c" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">AI Grow</div><p class="mega-menu-subtext">Increase high-quality subscribers with AI-powered sign-up experiences</p></div></a><link rel="prefetch" href="/ai-grow"/></div><div class="mega-menu-line-border"></div><div id="w-node-b81fe4fd-95c1-0259-b028-24314bf53e53-4bf53e16" class="mega-menu-inner-wrapper"><div class="mega-menu-inner-wrapper-three-column"><div id="w-node-b81fe4fd-95c1-0259-b028-24314bf53e55-4bf53e16" class="mega-menu-link-column-2"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868a_Home.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">Core Platform</div></div><a href="/growth" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e5a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e5a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">List Growth</div><p class="mega-menu-subtext">Collect SMS and Email subscribers quickly with easy sign-up units</p></div></a><link rel="prefetch" href="/growth"/><a href="/integrations" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e60" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e60" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Integrations</div><p class="mega-menu-subtext">Connect seamlessly with flexible integrations that drive growth</p></div></a><link rel="prefetch" href="/integrations"/><a href="/signal-identity-solution" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e66" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e66" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Attentive Signal</div><p class="mega-menu-subtext">Identify, understand, and engage more website visitors</p></div></a><link rel="prefetch" href="/signal-identity-solution"/><a href="/sms-email-deliverability" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e6c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e6c" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Deliverability</div><p class="mega-menu-subtext">Send messages knowing they’ll be delivered, even during peak periods</p></div></a><link rel="prefetch" href="/sms-email-deliverability"/></div><div class="mega-menu-link-column-2 is-no-right-margin is-blog"><div class="menu---desktop-spacer-block"></div><a href="/sms-analytics-and-reporting" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e74" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e74" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Analytics</div><p class="mega-menu-subtext">Make data-driven decisions with detailed, customizable reports</p></div></a><link rel="prefetch" href="/sms-analytics-and-reporting"/><a href="/compliance" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e7a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e7a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Compliance</div><p class="mega-menu-subtext">Run your program with tools designed to protect you from potential risk</p></div></a><link rel="prefetch" href="/compliance"/><a href="/audience-segmentation-manager" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e80" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b81fe4fd-95c1-0259-b028-24314bf53e80" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Audience Manager</div><p class="mega-menu-subtext">Reach the right audiences with precise targeting and dynamic segmentation</p></div></a><link rel="prefetch" href="/audience-segmentation-manager"/></div><div id="w-node-b81fe4fd-95c1-0259-b028-24314bf53e86-4bf53e16" class="mega-menu-link-column-2 is-blog-wrapper is-first"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:b81fe4fd-95c1-0259-b028-24314bf53e8d:b81fe4fd-95c1-0259-b028-24314bf53e87:d624db0f-4cc2-f31e-efc7-a82eaae61eea" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="d624db0f-4cc2-f31e-efc7-a82eaae61eea" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e16%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e8d%22%7D%2C%7B%22componentId%22%3A%22d624db0f-4cc2-f31e-efc7-a82eaae61eea%22%2C%22instanceId%22%3A%22b81fe4fd-95c1-0259-b028-24314bf53e87%22%7D%5D" href="/new-releases/driving-results-in-new-mobile-era" class="menu-desktop-card w-inline-block"><img id="w-node-d624db0f-4cc2-f31e-efc7-a82eaae61eeb-aae61eea" sizes="(max-width: 1000px) 100vw, 1000px" alt="" loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/697bb3a797f033ba9577e060_Nav%20Spotlight%20(Bundle%20Q4)_opt2.png" srcset="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/697bb3a797f033ba9577e060_Nav%20Spotlight%20(Bundle%20Q4)_opt2-p-500.png 500w, https://cdn.prod.website-files.com/684306b795a2c402456e92ba/697bb3a797f033ba9577e060_Nav%20Spotlight%20(Bundle%20Q4)_opt2-p-800.png 800w, https://cdn.prod.website-files.com/684306b795a2c402456e92ba/697bb3a797f033ba9577e060_Nav%20Spotlight%20(Bundle%20Q4)_opt2.png 1000w" class="menu-desktop-blog-image"/><div class="menu-desktop-blog-content-structure"><div class="menu-image-tag-wrapper blog-card-tag-7"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878688_Mobile%20Display.svg" alt="" class="menu-tag__image blog-card-tag-8"/><div class="mega__column is-menu-label blog-card-tag-3">New releases</div></div><div class="menu-desktop-blog-title-text">Stay visible. Boost performance.</div><div class="menu-desktop---blog-text---arrow-wrapper"><div class="menu-desktop-blog-title-text is-light is-top">See what's new →</div><div class="menu-desktop-blog-title-text is-light is-bottom">See what’s new →</div></div></div></a><link rel="prefetch" href="/new-releases/driving-results-in-new-mobile-era"/></div></div></div></div></div><div id="menu-3" class="mega-menu-container hide-menu"><div class="mega-menu-column-wrap-2"><div class="mega-menu-link-column-2"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868d_Growth.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">REAL RESULTS</div></div><a href="https://www.attentive.com/case-studies/victoria-beckham" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd4434816e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd4434816e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Victoria Beckham</div><p class="mega-menu-subtext">30X total AI program ROI</p></div></a><link rel="prefetch" href="https://www.attentive.com/case-studies/victoria-beckham"/><a href="/case-studies/steve-madden" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd44348174" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd44348174" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Steve Madden</div><p class="mega-menu-subtext">20X total program ROI</p></div></a><link rel="prefetch" href="/case-studies/steve-madden"/><a href="/case-studies/how-cozy-earth-boosted-growth-with-attentives-sms-email-and-ai-solutions" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd4434817a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd4434817a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Cozy Earth</div><p class="mega-menu-subtext">192% boost in email revenue</p></div></a><link rel="prefetch" href="/case-studies/how-cozy-earth-boosted-growth-with-attentives-sms-email-and-ai-solutions"/><a href="/case-studies/how-the-vitamin-shoppe-prioritizes-subscriber-quality-and-retention-in-a-volume-driven-market" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd44348180" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd44348180" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">The Vitamin Shoppe</div><p class="mega-menu-subtext">28X program ROI</p></div></a><link rel="prefetch" href="/case-studies/how-the-vitamin-shoppe-prioritizes-subscriber-quality-and-retention-in-a-volume-driven-market"/></div><div class="mega-menu-link-column-2"><div class="menu---desktop-spacer-block"></div><a href="/blog/olly-marketing-strategy" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd44348188" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd44348188" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Olly</div><p class="mega-menu-subtext">40% revenue increase from emails</p></div></a><link rel="prefetch" href="/blog/olly-marketing-strategy"/><a href="/case-studies/how-kendra-scott-blended-style-and-strategy-to-craft-personalized-holiday-shopping-experiences-with-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd4434818e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd4434818e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Kendra Scott</div><p class="mega-menu-subtext">48X ROI on gifting recommendations</p></div></a><link rel="prefetch" href="/case-studies/how-kendra-scott-blended-style-and-strategy-to-craft-personalized-holiday-shopping-experiences-with-attentive"/><a href="/case-studies/how-reservebar-uses-attentive-to-increase-both-engagement-and-aov" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd44348194" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd44348194" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">ReserveBar</div><p class="mega-menu-subtext">$4.5M SMS-attributable revenue</p></div></a><link rel="prefetch" href="/case-studies/how-reservebar-uses-attentive-to-increase-both-engagement-and-aov"/><a href="/case-studies/how-studio-movie-grill-produced-a-blockbuster-49x-roi-after-launching-sms-with-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd4434819a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd4434819a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Studio Movie Grill</div><p class="mega-menu-subtext">88X welcome journey ROI</p></div></a><link rel="prefetch" href="/case-studies/how-studio-movie-grill-produced-a-blockbuster-49x-roi-after-launching-sms-with-attentive"/></div><div class="mega-menu-line-border"></div><div class="mega-menu-link-column-2 is-no-right-margin is-blog"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868e_Star.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">DISCOVER MORE</div></div><a href="/texts-we-love" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd443481a6" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd443481a6" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Texts We Love</div><p class="mega-menu-subtext">Real SMS examples to inspire your next campaign</p></div></a><link rel="prefetch" href="/texts-we-love"/><a href="/case-studies" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd443481ac" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd443481ac" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Case Studies</div><p class="mega-menu-subtext">Proven strategies and results from leading brands</p></div></a><link rel="prefetch" href="/case-studies"/><a href="/blog-category/success-stories" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd443481b2" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0d79b6d2-6f2b-1b27-77f1-abfd443481b2" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Success Stories</div><p class="mega-menu-subtext">See how our customers turn personalized interactions into revenue</p></div></a><link rel="prefetch" href="/blog-category/success-stories"/></div><div class="mega-menu-link-column-2 is-blog-wrapper"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:0d79b6d2-6f2b-1b27-77f1-abfd443481bb:0d79b6d2-6f2b-1b27-77f1-abfd443481b9:53caf317-534d-d089-2fef-b1bb3272159d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="53caf317-534d-d089-2fef-b1bb3272159d" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd44348168%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481bb%22%7D%2C%7B%22componentId%22%3A%2253caf317-534d-d089-2fef-b1bb3272159d%22%2C%22instanceId%22%3A%220d79b6d2-6f2b-1b27-77f1-abfd443481b9%22%7D%5D" href="/case-studies/little-sleepies-uses-attentive-ai-pro-to-identify-and-target-43-more-visitors" class="menu-desktop-card w-inline-block"><img id="w-node-_53caf317-534d-d089-2fef-b1bb3272159e-3272159d" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68f77dff5ddfa25f9dc64b8a_68c7f39e24ac0da127878690_Blog%202.avif" alt="" loading="lazy" class="menu-desktop-blog-image"/><div class="menu-desktop-blog-content-structure"><div class="menu-image-tag-wrapper blog-card-tag-7"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878688_Mobile%20Display.svg" alt="" class="menu-tag__image blog-card-tag-8"/><div class="mega__column is-menu-label blog-card-tag-3">SUCCESS SPOTLIGHT</div></div><div class="menu-desktop-blog-title-text">Little Sleepies reached 43% more buyers</div><div class="menu-desktop---blog-text---arrow-wrapper"><div class="menu-desktop-blog-title-text is-light is-top">Read blog post →</div><div class="menu-desktop-blog-title-text is-light is-bottom">Read blog post →</div></div></div></a><link rel="prefetch" href="/case-studies/little-sleepies-uses-attentive-ai-pro-to-identify-and-target-43-more-visitors"/></div></div></div><div id="menu-4" class="mega-menu-container hide-menu"><div class="mega-menu-column-wrap-2 is-five"><div class="mega-menu-inner-wrapper"><div class="mega-menu-inner-wrapper-two-column"><div class="mega-menu-link-column-2"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878695_Post%20Purchase.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">Industry</div></div><a href="/retail-ecommerce-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189aed" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189aed" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Retail & E-commerce</div><p class="mega-menu-subtext">Engage customers with messages that drive loyalty and revenue</p></div></a><link rel="prefetch" href="/retail-ecommerce-marketing"/><a href="/food-beverage-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189af3" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189af3" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Food & Beverage</div><p class="mega-menu-subtext">Boost revenue and save time with personalized emails that convert</p></div></a><link rel="prefetch" href="/food-beverage-marketing"/><a href="/entertainment-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189af9" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189af9" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Entertainment & Media</div><p class="mega-menu-subtext">Instantly connect with your audience in real time to drive more revenue</p></div></a><link rel="prefetch" href="/entertainment-marketing"/></div><div class="mega-menu-link-column-2"><div class="menu---desktop-spacer-block"></div><a href="/travel-hospitality-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189b01" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189b01" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Travel & Hospitality</div><p class="mega-menu-subtext">Reach more customers, drive loyalty, and boost revenue with SMS and email</p></div></a><link rel="prefetch" href="/travel-hospitality-marketing"/><a href="/fitness-wellness-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189b07" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189b07" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Fitness & Wellness</div><p class="mega-menu-subtext">Engage more customers and boost bookings with personalized messages</p></div></a><link rel="prefetch" href="/fitness-wellness-marketing"/></div></div></div><div class="mega-menu-line-border"></div><div class="mega-menu-link-column-2 is-no-right-margin is-blog"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878694_Attentive%20Logo.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">ATTENTIVE FOR</div></div><a href="/partners" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189b19" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189b19" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Partners</div><p class="mega-menu-subtext">Exceed growth goals with guidance from our agency partners</p></div></a><link rel="prefetch" href="/partners"/><a href="/developers" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189b1f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189b1f" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Developers</div><p class="mega-menu-subtext">Unlock features, personalization, and data with flexible APIs</p></div></a><link rel="prefetch" href="/developers"/><a href="/global-sms-and-email-services" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189b25" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="9405e8ea-f385-039a-da29-6eb02b189b25" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">International</div><p class="mega-menu-subtext">Deliver the right messages to the right customers across 20+ countries</p></div></a><link rel="prefetch" href="/global-sms-and-email-services"/></div><div class="mega-menu-link-column-2 is-blog-wrapper"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:9405e8ea-f385-039a-da29-6eb02b189b46:9405e8ea-f385-039a-da29-6eb02b189b44:c93fc59f-c6e8-b4a6-84a9-3a4b31639f6f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c93fc59f-c6e8-b4a6-84a9-3a4b31639f6f" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%229405e8ea-f385-039a-da29-6eb02b189ae5%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b46%22%7D%2C%7B%22componentId%22%3A%22c93fc59f-c6e8-b4a6-84a9-3a4b31639f6f%22%2C%22instanceId%22%3A%229405e8ea-f385-039a-da29-6eb02b189b44%22%7D%5D" href="/blog/attentive-named-yotpos-preferred-sms-and-email-partner" class="menu-desktop-card w-inline-block"><img id="w-node-c93fc59f-c6e8-b4a6-84a9-3a4b31639f70-31639f6f" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68f77f68cc363327e7386c1f_68c7f39e24ac0da1278786a4_solutions%20image.avif" alt="" loading="lazy" class="menu-desktop-blog-image"/><div class="menu-desktop-blog-content-structure"><div class="menu-image-tag-wrapper blog-card-tag-7"><img src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878688_Mobile%20Display.svg" loading="lazy" alt="" class="menu-tag__image blog-card-tag-8"/><div class="mega__column is-menu-label blog-card-tag-3">News</div></div><div class="menu-desktop-blog-title-text">Attentive Named Yotpo's Preferred SMS and Email Partner</div><div class="menu-desktop---blog-text---arrow-wrapper"><div class="menu-desktop-blog-title-text is-light is-top">See why →</div><div class="menu-desktop-blog-title-text is-light is-bottom">See why →</div></div></div></a><link rel="prefetch" href="/blog/attentive-named-yotpos-preferred-sms-and-email-partner"/></div></div></div><div id="menu-5" class="mega-menu-container hide-menu"><div class="mega-menu-column-wrap-2 is-six"><div class="mega-menu-inner-wrapper"><div class="mega-menu-inner-wrapper-two-column"><div class="mega-menu-link-column-2 is-wider"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868f_Heart.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">LEARN & GROW</div></div><a href="/resources" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e1378" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e1378" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Resource Hub</div><p class="mega-menu-subtext">Guides, reports, videos, and more to help you build and grow your program</p></div></a><link rel="prefetch" href="/resources"/><a href="/blog" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e137e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e137e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Blog</div><p class="mega-menu-subtext">Strategies, trends, and insights to help you become an industry expert</p></div></a><link rel="prefetch" href="/blog"/><a href="/videos" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e1384" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e1384" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Video Library</div><p class="mega-menu-subtext">Quick tips, tutorials, and insights to maximize your program's potential</p></div></a><link rel="prefetch" href="/videos"/><a href="/events-webinars" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e138a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e138a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Webinars</div><p class="mega-menu-subtext">Live and on-demand recordings to keep learning</p></div></a><link rel="prefetch" href="/events-webinars"/></div><div class="mega-menu-link-column-2 is-wider"><div class="menu---desktop-spacer-block"></div><a href="/guides" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e1392" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e1392" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Guides</div><p class="mega-menu-subtext">Strategic guides for SMS, RCS, email, and push</p></div></a><link rel="prefetch" href="/guides"/><a href="/blog-category/trends-insights" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e1398" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e1398" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Trends & Insights</div><p class="mega-menu-subtext">Research and insights from industry leaders</p></div></a><link rel="prefetch" href="/blog-category/trends-insights"/></div></div></div><div class="mega-menu-line-border"></div><div class="mega-menu-link-column-2 is-wider"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868c_Box.svg" alt="" class="menu-tag__image"/><div class="mega__column">TOOLS & INSPIRATION</div></div><a href="/case-studies" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13a4" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13a4" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Case Studies</div><p class="mega-menu-subtext">Explore proven strategies and results from innovative brands</p></div></a><link rel="prefetch" href="/case-studies"/><a href="/texts-we-love" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13aa" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13aa" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Texts We Love</div><p class="mega-menu-subtext">Real SMS examples to inspire your next campaign</p></div></a><link rel="prefetch" href="/texts-we-love"/><a href="/marketing-campaign-calendar" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13b0" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13b0" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Marketing Calendar</div><p class="mega-menu-subtext">Top marketing tips and strategies for key dates in 2026</p></div></a><link rel="prefetch" href="/marketing-campaign-calendar"/><a href="/revenue-calculator" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13b6" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13b6" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Revenue Calculator</div><p class="mega-menu-subtext">Instantly calculate your projected revenue and subscriber growth</p></div></a><link rel="prefetch" href="/revenue-calculator"/></div><div class="mega-menu-line-border"></div><div class="mega-menu-link-column-2 is-wider"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868b_Text%20File%20Knockout.svg" alt="" class="menu-tag__image"/><div class="mega__column">SUPPORT & DOCUMENTATION</div></div><a href="https://help.attentivemobile.com/hc/en-us" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13c2" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13c2" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Help Center</div><p class="mega-menu-subtext">Check out our how-to guides, webinars, and more</p></div></a><link rel="prefetch" href="https://help.attentivemobile.com/hc/en-us"/><a href="https://attentive.partnerpage.io/" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13c8" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13c8" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Partner Directory</div><p class="mega-menu-subtext">Enlist the expert guidance of an Attentive agency partner</p></div></a><link rel="prefetch" href="https://attentive.partnerpage.io/"/><a href="https://docs.attentive.com/" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13ce" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13ce" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">API Documentation</div><p class="mega-menu-subtext">APIs for subscription, messaging, and custom integration needs</p></div></a><link rel="prefetch" href="https://docs.attentive.com/"/></div><div class="mega-menu-line-border"></div><div class="mega-menu-link-column-2 is-no-right-margin is-blog is-wider"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878692_Press%20%26%20Events.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">PRODUCTS & UPDATES</div></div><a href="/tags/rcs" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13da" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13da" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">RCS Hub</div><p class="mega-menu-subtext">Elevate customer engagement with rich RCS messaging features</p></div></a><link rel="prefetch" href="/tags/rcs"/><a href="/release-notes" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13e0" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13e0" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Releases and Updates</div><p class="mega-menu-subtext">Get the latest on new products, features, and enhancements</p></div></a><link rel="prefetch" href="/release-notes"/><a href="https://help.attentivemobile.com/hc/en-us/articles/360051737612-Attentive-platform-tour" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13e6" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="7c12dc69-4d13-44ae-09e7-a4cb8a6e13e6" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Platform Tour</div><p class="mega-menu-subtext">Take a video tour of our platform</p></div></a></div><div class="mega-menu-link-column-2 is-blog-wrapper"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f8:7c12dc69-4d13-44ae-09e7-a4cb8a6e13f6:469ee9ba-cbb4-e5ff-c19f-76e57a9fbd6e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="469ee9ba-cbb4-e5ff-c19f-76e57a9fbd6e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e1370%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f8%22%7D%2C%7B%22componentId%22%3A%22469ee9ba-cbb4-e5ff-c19f-76e57a9fbd6d%22%2C%22instanceId%22%3A%227c12dc69-4d13-44ae-09e7-a4cb8a6e13f6%22%7D%5D" href="https://www.attentive.com/ios-26" class="menu-desktop-card w-inline-block"><img id="w-node-_469ee9ba-cbb4-e5ff-c19f-76e57a9fbd6f-7a9fbd6d" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/6965563e2f2cae51edad1f2e_Product%20Dropdown%20Spotlight_ios%2026%20landing%20page_OPT1.png" alt="" loading="lazy" sizes="(max-width: 1080px) 100vw, 1080px" srcset="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/6965563e2f2cae51edad1f2e_Product%20Dropdown%20Spotlight_ios%2026%20landing%20page_OPT1-p-500.png 500w, https://cdn.prod.website-files.com/684306b795a2c402456e92ba/6965563e2f2cae51edad1f2e_Product%20Dropdown%20Spotlight_ios%2026%20landing%20page_OPT1-p-800.png 800w, https://cdn.prod.website-files.com/684306b795a2c402456e92ba/6965563e2f2cae51edad1f2e_Product%20Dropdown%20Spotlight_ios%2026%20landing%20page_OPT1.png 1080w" class="menu-desktop-blog-image"/><div class="menu-desktop-blog-content-structure"><div class="menu-image-tag-wrapper blog-card-tag-7"><img src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878688_Mobile%20Display.svg" loading="lazy" alt="" class="menu-tag__image blog-card-tag-8 hide"/><div class="mega__column is-menu-label blog-card-tag-3">IOS 26 +UPDATE</div></div><div class="menu-desktop-blog-title-text">Stay visible on iOS 26</div><div class="menu-desktop---blog-text---arrow-wrapper"><div class="menu-desktop-blog-title-text is-light is-top">View recap →</div><div class="menu-desktop-blog-title-text is-light is-bottom">View recap →</div></div></div></a><link rel="prefetch" href="https://www.attentive.com/ios-26"/></div></div></div></div><div id="link-1" class="nav__link-wrap is-desktop-menu"><button id="top-1" class="desktop__link is-top">Why Attentive <div id="span-1" class="carrot-span is-down"></div></button><button id="bottom-1" class="desktop__link is-bottom">Why Attentive <div id="span-1" class="carrot-span is-down"></div></button></div><div id="link-2" class="nav__link-wrap"><button id="top-2" class="desktop__link is-top">Products<div id="span-2" class="carrot-span is-down"></div></button><button id="bottom-2" class="desktop__link is-bottom">Products<div id="span-2" class="carrot-span is-down"></div></button></div><div id="link-3" class="nav__link-wrap"><button id="top-3" class="desktop__link is-top">Customers<div id="span-3" class="carrot-span is-down"></div></button><button id="bottom-3" class="desktop__link is-bottom">Customers<div id="span-3" class="carrot-span is-down"></div></button></div><div id="link-4" class="nav__link-wrap"><button id="top-4" class="desktop__link is-top">Solutions<div id="span-4" class="carrot-span is-down"></div></button><button id="bottom-4" class="desktop__link is-bottom">Solutions<div id="span-4" class="carrot-span is-down"></div></button></div><div id="link-5" class="nav__link-wrap"><button id="top-5" class="desktop__link is-top">Resources<div id="span-5" class="carrot-span is-down"></div></button><button id="bottom-5" class="desktop__link is-bottom">Resources<div id="span-5" class="carrot-span is-down"></div></button></div><div class="w-layout-hflex nav__link-wrap"><div data-hover="parent" class="w-layout-hflex z-index-2"><a data-child="top" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f153b02b-86d5-1603-4162-50b47b1793ee" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f153b02b-86d5-1603-4162-50b47b1793ee" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="/pricing" class="nav__link-simple is--top is--link padding-0 w-button">Pricing</a><link rel="prefetch" href="/pricing"/><a data-child="bottom" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:2c823b3b-4db2-0509-2e67-a7e653604707" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="2c823b3b-4db2-0509-2e67-a7e653604707" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="/pricing" class="nav__link-simple is--btm is--link padding-0 w-button">Pricing</a><link rel="prefetch" href="/pricing"/></div></div><div class="nav__link-wrap"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8acc5" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8acc5" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="/search" class="search-link-block search w-inline-block"><img loading="eager" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787867f_search.svg" alt="" class="search-link-nav"/></a></div></div><div class="nav__link-wrap is-menu-tablet-search"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8acc8" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8acc8" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="/search" class="search-link-block search is-mobile-edit w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787867f_search.svg" alt="" class="search-link-nav"/></a></div><a href="/demo" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8acca" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8acca" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" class="nav__demo-btn w-button u-hide-desktop">Get a demo</a><div class="nav-hamburger-wrap"><div data-w-id="70189c9a-fb3a-f151-f0b8-3e805de8accd" data-is-ix2-target="1" class="hamburger-lottie is-second-menu is-mobile-edit" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/5f8dd331b45e61acc8ac985c/64810330abd3deb3ced5a905_lottieflow-menu-nav-09-000000-easey.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="2.5" data-duration="0" data-ix2-initial-state="0"></div></div><div class="navbuttons new-nav-buttons-second is-second-menu"><div data-hover="parent" class="w-layout-hflex new__nav-sign-up-btns"><a data-child="top" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8acd2" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8acd2" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="https://ui.attentivemobile.com/" target="_blank" class="nav__link-simple is--top is--link w-button">Sign in</a><a data-child="bottom" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:3d49c1ad-2341-aa21-75b3-56475fe44e31" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="3d49c1ad-2341-aa21-75b3-56475fe44e31" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="https://ui.attentivemobile.com/" target="_blank" class="nav__link-simple is--btm is--link w-button">Sign in</a></div><a href="/demo" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8acd4" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8acd4" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" data-wf-event-ids="157070446" class="nav__demo-btn w-button">Get a demo</a></div></div></div><div class="hide w-embed"><style>
.mega-menu-link-column-2 .is-blog-wrapper {
align-self: center !important;
}
@media (min-width: 991px) and (max-width: 1280px) {
.desktop-nav-link-2,
.button_black-6.secondary.small.nav-sign-in-second.is-transparent.w-button,
.button_black-6.subtle.small.nav-demo-cta-second.is-yellow.w-button {
font-size: clamp(13px, calc(13px + (3 * ((100vw - 1080px) / 200))), 16px) !important;
}
}
@media screen and (max-width: 1080px) {
.mega-menu-link-column-2.is-wider {
width: 180px;
}
.mega-menu-link-column-2.is-no-right-margin.is-blog.is-wider {
width: 160px;
}
}
/* Default state */
[data-child="top"] {
opacity: 1;
transition: opacity 0.2s ease-in-out;
}
[data-child="bottom"] {
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
/* On hover of parent */
[data-hover="parent"]:hover [data-child="top"] {
opacity: 0;
}
[data-hover="parent"]:hover [data-child="bottom"] {
opacity: 1;
}
</style></div></div><div class="hamburger-menu-wrap-3"><div id="HamburgerTop" class="hamburger-container is-second-menu"><div class="hamburger-menu-item is-second-menu-edit"><button id="" class="hamburger-heading is-second-menu"><h3 class="menu__heading">Why Attentive</h3><div class="hamburger-carrot-text"><span class="carrot-span hamburger-carrot-span"> </span></div></button><div class="hamburger-dropdown is-second-menu is-open"><div class="hamburger-menu-columns"><a href="/why-choose-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:37639831-e306-f268-05fb-58cac6294530:37639831-e306-f268-05fb-58cac629450a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="37639831-e306-f268-05fb-58cac629450a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%2237639831-e306-f268-05fb-58cac6294508%22%2C%22instanceId%22%3A%2237639831-e306-f268-05fb-58cac6294530%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Why Choose Attentive?</div><p class="mega-menu-subtext">Elevate your marketing with real-time, AI-powered data activation</p></div></a><link rel="prefetch" href="/why-choose-attentive"/><a href="/signal-identity-solution" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:37639831-e306-f268-05fb-58cac6294530:37639831-e306-f268-05fb-58cac6294510" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="37639831-e306-f268-05fb-58cac6294510" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%2237639831-e306-f268-05fb-58cac6294508%22%2C%22instanceId%22%3A%2237639831-e306-f268-05fb-58cac6294530%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Attentive Signal<br/></div><p class="mega-menu-subtext">Identify, understand, and engage more website visitors</p></div></a><link rel="prefetch" href="/signal-identity-solution"/><a href="/sms-email-deliverability" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:37639831-e306-f268-05fb-58cac6294530:37639831-e306-f268-05fb-58cac6294517" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="37639831-e306-f268-05fb-58cac6294517" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%2237639831-e306-f268-05fb-58cac6294508%22%2C%22instanceId%22%3A%2237639831-e306-f268-05fb-58cac6294530%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Reliable Deliverability</div><p class="mega-menu-subtext">Send messages knowing they’ll be delivered, even during peak periods</p></div></a><link rel="prefetch" href="/sms-email-deliverability"/><a href="/customer-success" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:37639831-e306-f268-05fb-58cac6294530:37639831-e306-f268-05fb-58cac629451d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="37639831-e306-f268-05fb-58cac629451d" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%2237639831-e306-f268-05fb-58cac6294508%22%2C%22instanceId%22%3A%2237639831-e306-f268-05fb-58cac6294530%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Customer Support</div><p class="mega-menu-subtext">Build and scale with unparalleled guidance and support</p></div></a><link rel="prefetch" href="/customer-success"/><a href="/compliance" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:37639831-e306-f268-05fb-58cac6294530:37639831-e306-f268-05fb-58cac6294523" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="37639831-e306-f268-05fb-58cac6294523" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%2237639831-e306-f268-05fb-58cac6294508%22%2C%22instanceId%22%3A%2237639831-e306-f268-05fb-58cac6294530%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Superior Compliance</div><p class="mega-menu-subtext">Run your program with tools designed to protect you from potential risk</p></div></a><link rel="prefetch" href="/compliance"/><a href="/integrations" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:37639831-e306-f268-05fb-58cac6294530:37639831-e306-f268-05fb-58cac6294529" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="37639831-e306-f268-05fb-58cac6294529" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%2237639831-e306-f268-05fb-58cac6294508%22%2C%22instanceId%22%3A%2237639831-e306-f268-05fb-58cac6294530%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">100+ Integrations</div><p class="mega-menu-subtext">Connect seamlessly with flexible integrations that drive growth</p></div></a><link rel="prefetch" href="/integrations"/></div></div></div><div class="hamburger-menu-item is-second-menu-edit"><button id="" class="hamburger-heading is-second-menu"><h3 class="menu__heading">Products</h3><div class="hamburger-carrot-text"><span class="carrot-span hamburger-carrot-span"> </span></div></button><div class="hamburger-dropdown is-second-menu is-open"><div class="hamburger-menu-columns"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878688_Mobile%20Display.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">Channels</div></div><a href="/messaging" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b453" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b453" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">SMS</div><p class="mega-menu-subtext">Engage customers with text messages that drive loyalty and revenue</p></div></a><link rel="prefetch" href="/messaging"/><a href="/email-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b459" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b459" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Email</div><p class="mega-menu-subtext">Boost revenue and save time with personalized emails that convert </p></div></a><link rel="prefetch" href="/email-marketing"/><a href="/rcs-for-business" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b45f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b45f" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">RCS for Business</div><p class="mega-menu-subtext">Turn every text into a branded, media-rich conversation</p></div></a><a href="/push-waitlist" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b465" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b465" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Push</div><p class="mega-menu-subtext">Keep customers coming back with timely push notifications</p></div></a><link rel="prefetch" href="/push-waitlist"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878689_Magic.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">AI AGENTS</div></div><a href="/ai-marketing-campaign-automation" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b471" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b471" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Attentive AI™</div><p class="mega-menu-subtext">Create and send top-performing campaigns in a fraction of the time</p></div></a><link rel="prefetch" href="/ai-marketing-campaign-automation"/><a href="/ai-pro" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b47d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b47d" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">AI Pro</div><p class="mega-menu-subtext">Automatically analyze every customer interaction, behavior, and data point</p></div></a><link rel="prefetch" href="/ai-pro"/><a href="/ai-grow" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b483" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b483" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">AI Grow</div><p class="mega-menu-subtext">Increase high-quality subscribers with AI-powered sign-up experiences</p></div></a><link rel="prefetch" href="/ai-grow"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868a_Home.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">Core Platform</div></div><a href="/growth" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b48e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b48e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">List Growth<br/></div><p class="mega-menu-subtext">Collect SMS and Email subscribers quickly with easy sign-up units</p></div></a><link rel="prefetch" href="/growth"/><a href="/integrations" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b495" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b495" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Integrations</div><p class="mega-menu-subtext">Connect seamlessly with flexible integrations that drive growth</p></div></a><link rel="prefetch" href="/integrations"/><a href="/signal-identity-solution" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b49b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b49b" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Attentive Signal</div><p class="mega-menu-subtext">Identify, understand, and engage more website visitors</p></div></a><link rel="prefetch" href="/signal-identity-solution"/><a href="/sms-email-deliverability" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b4a1" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b4a1" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Deliverability</div><p class="mega-menu-subtext">Send messages knowing they’ll be delivered, even during peak periods</p></div></a><link rel="prefetch" href="/sms-email-deliverability"/><a href="/sms-analytics-and-reporting" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b4a7" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b4a7" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Analytics</div><p class="mega-menu-subtext">Make data-driven decisions with detailed, customizable reports</p></div></a><link rel="prefetch" href="/sms-analytics-and-reporting"/><a href="/compliance" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b4ad" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b4ad" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Compliance</div><p class="mega-menu-subtext">Run your program with tools designed to protect you from potential risk</p></div></a><link rel="prefetch" href="/compliance"/><a href="/audience-segmentation-manager" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:593777b8-227d-3ab7-7057-c4e6d072b4ba:593777b8-227d-3ab7-7057-c4e6d072b4b3" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="593777b8-227d-3ab7-7057-c4e6d072b4b3" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b44d%22%2C%22instanceId%22%3A%22593777b8-227d-3ab7-7057-c4e6d072b4ba%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Audience Manager</div><p class="mega-menu-subtext">Reach the right audiences with precise targeting and dynamic segmentation</p></div></a><link rel="prefetch" href="/audience-segmentation-manager"/></div></div></div><div class="hamburger-menu-item is-second-menu-edit"><button id="" class="hamburger-heading is-second-menu"><h3 class="menu__heading">Customers</h3><div class="hamburger-carrot-text"><span class="carrot-span hamburger-carrot-span"> </span></div></button><div class="hamburger-dropdown is-second-menu is-open"><div class="hamburger-menu-columns"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868d_Growth.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">REAL RESULTS</div></div><a href="https://www.attentive.com/case-studies/victoria-beckham" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d6093f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d6093f" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Victoria Beckham</div><p class="mega-menu-subtext">30X total AI program ROI</p></div></a><link rel="prefetch" href="https://www.attentive.com/case-studies/victoria-beckham"/><a href="/case-studies/steve-madden" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60945" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60945" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Steve Madden</div><p class="mega-menu-subtext">20X total program ROI</p></div></a><link rel="prefetch" href="/case-studies/steve-madden"/><a href="/case-studies/how-cozy-earth-boosted-growth-with-attentives-sms-email-and-ai-solutions" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d6094b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d6094b" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Cozy Earth</div><p class="mega-menu-subtext">192% boost in email revenue</p></div></a><link rel="prefetch" href="/case-studies/how-cozy-earth-boosted-growth-with-attentives-sms-email-and-ai-solutions"/><a href="/case-studies/how-the-vitamin-shoppe-prioritizes-subscriber-quality-and-retention-in-a-volume-driven-market" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60951" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60951" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">The Vitamin Shoppe</div><p class="mega-menu-subtext">28X Program ROI</p></div></a><link rel="prefetch" href="/case-studies/how-the-vitamin-shoppe-prioritizes-subscriber-quality-and-retention-in-a-volume-driven-market"/><a href="/blog/olly-marketing-strategy" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60957" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60957" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Olly</div><p class="mega-menu-subtext">40% revenue increase from emails</p></div></a><link rel="prefetch" href="/blog/olly-marketing-strategy"/><a href="/case-studies/how-kendra-scott-blended-style-and-strategy-to-craft-personalized-holiday-shopping-experiences-with-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d6095d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d6095d" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Kendra Scott</div><p class="mega-menu-subtext">48X ROI on gifting recommendations</p></div></a><link rel="prefetch" href="/case-studies/how-kendra-scott-blended-style-and-strategy-to-craft-personalized-holiday-shopping-experiences-with-attentive"/><a href="/case-studies/how-reservebar-uses-attentive-to-increase-both-engagement-and-aov" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60963" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60963" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">ReserveBar</div><p class="mega-menu-subtext">$4.5M SMS-attributable revenue</p></div></a><link rel="prefetch" href="/case-studies/how-reservebar-uses-attentive-to-increase-both-engagement-and-aov"/><a href="/case-studies/how-studio-movie-grill-produced-a-blockbuster-49x-roi-after-launching-sms-with-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60969" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60969" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Studio Movie Grill</div><p class="mega-menu-subtext">88X Welcome Journey ROI</p></div></a><link rel="prefetch" href="/case-studies/how-studio-movie-grill-produced-a-blockbuster-49x-roi-after-launching-sms-with-attentive"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868e_Star.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">DISCOVER MORE</div></div><a href="/texts-we-love" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60974" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60974" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Texts We Love</div><p class="mega-menu-subtext">Real SMS examples to inspire your next campaign</p></div></a><link rel="prefetch" href="/texts-we-love"/><a href="/case-studies" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d6097a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d6097a" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Case Studies</div><p class="mega-menu-subtext">Proven strategies and results from leading brands</p></div></a><link rel="prefetch" href="/case-studies"/><a href="/blog-category/success-stories" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:f7cecf46-d14f-0fc4-d825-3c3626d60987:f7cecf46-d14f-0fc4-d825-3c3626d60980" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="f7cecf46-d14f-0fc4-d825-3c3626d60980" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60939%22%2C%22instanceId%22%3A%22f7cecf46-d14f-0fc4-d825-3c3626d60987%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Success Stories</div><p class="mega-menu-subtext">See how our customers turn personalized interactions into revenue</p></div></a><link rel="prefetch" href="/blog-category/success-stories"/></div></div></div><div class="hamburger-menu-item is-second-menu-edit"><button id="" class="hamburger-heading is-second-menu"><h3 class="menu__heading">Solutions</h3><div class="hamburger-carrot-text"><span class="carrot-span hamburger-carrot-span"> </span></div></button><div class="hamburger-dropdown is-second-menu is-open"><div class="hamburger-menu-columns"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878695_Post%20Purchase.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">INDUSTRY</div></div><a href="/retail-ecommerce-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c88820c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c88820c" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Retail & E-commerce</div><p class="mega-menu-subtext">Engage customers with messages that drive loyalty and revenue </p></div></a><link rel="prefetch" href="/retail-ecommerce-marketing"/><a href="/food-beverage-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c888212" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c888212" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Food & Beverage</div><p class="mega-menu-subtext">Boost revenue and save time with personalized emails that convert </p></div></a><link rel="prefetch" href="/food-beverage-marketing"/><a href="/entertainment-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c888218" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c888218" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Entertainment & Media</div><p class="mega-menu-subtext">Instantly connect with your audience in real time to drive more revenue</p></div></a><link rel="prefetch" href="/entertainment-marketing"/><a href="/travel-hospitality-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c88821e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c88821e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Travel & Hospitality</div><p class="mega-menu-subtext">Reach more customers, drive loyalty, and boost revenue with SMS and email</p></div></a><link rel="prefetch" href="/travel-hospitality-marketing"/><a href="/fitness-wellness-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c888224" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c888224" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Fitness & Wellness</div><p class="mega-menu-subtext">Engage more customers and boost bookings with personalized messages</p></div></a><link rel="prefetch" href="/fitness-wellness-marketing"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878694_Attentive%20Logo.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">ATTENTIVE FOR</div></div><a href="/partners" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c888235" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c888235" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Partners</div><p class="mega-menu-subtext">Exceed growth goals with guidance from our agency partners</p></div></a><link rel="prefetch" href="/partners"/><a href="/developers" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c88823b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c88823b" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Developers</div><p class="mega-menu-subtext">Unlock features, personalization, and data with flexible APIs</p></div></a><link rel="prefetch" href="/developers"/><a href="/global-sms-and-email-services" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:ed680637-638f-5a56-62ce-68163c88825f:ed680637-638f-5a56-62ce-68163c888241" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="ed680637-638f-5a56-62ce-68163c888241" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22ed680637-638f-5a56-62ce-68163c888206%22%2C%22instanceId%22%3A%22ed680637-638f-5a56-62ce-68163c88825f%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">International</div><p class="mega-menu-subtext">Deliver the right messages to the right customers across 20+ countries</p></div></a><link rel="prefetch" href="/global-sms-and-email-services"/></div></div></div><div class="hamburger-menu-item is-second-menu-edit"><button id="" class="hamburger-heading is-second-menu"><h3 class="menu__heading">Resources</h3><div class="hamburger-carrot-text"><span class="carrot-span hamburger-carrot-span"> </span></div></button><div class="hamburger-dropdown is-second-menu is-open"><div class="hamburger-menu-columns"><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868f_Heart.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">LEARN & GROW</div></div><a href="/resources" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e03" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e03" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Resource Hub</div><p class="mega-menu-subtext">Guides, reports, videos, and more to help you build and grow your program</p></div></a><link rel="prefetch" href="/resources"/><a href="/blog" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e09" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e09" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Blog</div><p class="mega-menu-subtext">Strategies, trends, and insights to help you become an industry expert</p></div></a><link rel="prefetch" href="/blog"/><a href="/videos" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e0f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e0f" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Video Library</div><p class="mega-menu-subtext">Quick tips, tutorials, and insights to maximize your program's potential</p></div></a><link rel="prefetch" href="/videos"/><a href="/events-webinars" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e15" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e15" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Webinars</div><p class="mega-menu-subtext">Live and on-demand recordings to keep learning</p></div></a><link rel="prefetch" href="/events-webinars"/><a href="/guides" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e1b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e1b" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Guides</div><p class="mega-menu-subtext">Strategic guides for SMS, RCS, email, and push</p></div></a><link rel="prefetch" href="/guides"/><a href="/blog-category/trends-insights" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e21" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e21" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Trends & Insights</div><p class="mega-menu-subtext">Research and insights from industry leaders</p></div></a><link rel="prefetch" href="/blog-category/trends-insights"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868c_Box.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">TOOLS & INSPIRATION</div></div><a href="/case-studies" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e2c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e2c" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Case Studies</div><p class="mega-menu-subtext">Explore proven strategies and results from innovative brands</p></div></a><link rel="prefetch" href="/case-studies"/><a href="/texts-we-love" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e32" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e32" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Texts We Love</div><p class="mega-menu-subtext">Real SMS examples to inspire your next campaign</p></div></a><link rel="prefetch" href="/texts-we-love"/><a href="/marketing-campaign-calendar" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e38" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e38" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Marketing Calendar</div><p class="mega-menu-subtext">Top marketing tips and strategies for key dates in 2024</p></div></a><link rel="prefetch" href="/marketing-campaign-calendar"/><a href="/revenue-calculator" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e3e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e3e" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Revenue Calculator</div><p class="mega-menu-subtext">Instantly calculate your projected revenue and subscriber growth</p></div></a><link rel="prefetch" href="/revenue-calculator"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da12787868b_Text%20File%20Knockout.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">SUPPORT & DOCUMENTATION</div></div><a href="https://help.attentivemobile.com/hc/en-us" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e49" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e49" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Help Center</div><p class="mega-menu-subtext">Check out our how-to guides, webinars, and more</p></div></a><link rel="prefetch" href="https://help.attentivemobile.com/hc/en-us"/><a href="https://attentive.partnerpage.io/" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e4f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e4f" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Partner Directory</div><p class="mega-menu-subtext">Enlist the expert guidance of an Attentive agency partner</p></div></a><link rel="prefetch" href="https://attentive.partnerpage.io/"/><a href="https://docs.attentive.com/" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e55" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e55" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">API Documentation</div><p class="mega-menu-subtext">APIs for subscription, messaging, and custom integration needs</p></div></a><link rel="prefetch" href="https://docs.attentive.com/"/><div class="mega-menu-line-horizontal"></div><div class="menu-image-tag-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c7f39e24ac0da127878692_Press%20%26%20Events.svg" alt="" class="menu-tag__image"/><div class="mega__column is-menu-label">PRODUCTS & UPDATES</div></div><a href="/tags/rcs" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e60" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e60" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">RCS Hub</div><p class="mega-menu-subtext">Elevate customer engagement with rich RCS messaging features</p></div></a><link rel="prefetch" href="/tags/rcs"/><a href="/release-notes" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e66" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e66" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Releases and Updates</div><p class="mega-menu-subtext">Get the latest on new products, features, and enhancements</p></div></a><link rel="prefetch" href="/release-notes"/><a href="https://help.attentivemobile.com/hc/en-us/articles/360051737612-Attentive-platform-tour" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:e67f8cb4-faf3-8807-8df8-eb6d65212e73:e67f8cb4-faf3-8807-8df8-eb6d65212e6c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e67f8cb4-faf3-8807-8df8-eb6d65212e6c" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%2C%7B%22componentId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212dfd%22%2C%22instanceId%22%3A%22e67f8cb4-faf3-8807-8df8-eb6d65212e73%22%7D%5D" target="_blank" class="nav__menu-link-wrapper w-inline-block"><div class="mega-menu-link-details"><div class="mega-menu-label">Platform Tour</div><p class="mega-menu-subtext">Take a video tour of our platform</p></div></a><link rel="prefetch" href="https://help.attentivemobile.com/hc/en-us/articles/360051737612-Attentive-platform-tour"/></div></div></div><div class="w-layout-hflex hamburger-menu-item is-second-menu-edit is-end"><div class="w-layout-hflex z-index-2"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:812df287-4f03-d15a-b35e-1d286db92c35" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="812df287-4f03-d15a-b35e-1d286db92c35" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="/pricing" class="nav__link-simple is--top is--link w-button">Pricing</a><link rel="prefetch" href="/pricing"/></div></div></div></div><div class="hamburger-menu-button-copy is-touch u-alignment-center"><a id="w-node-_70189c9a-fb3a-f151-f0b8-3e805de8aeaa-bab49ad8" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8aeaa" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8aeaa" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" href="http://ui.attentivemobile.com" target="_blank" class="nav__link-simple is--mobile-nav w-button">Sign in</a><a href="/demo" id="w-node-_70189c9a-fb3a-f151-f0b8-3e805de8aeac-bab49ad8" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a2:70189c9a-fb3a-f151-f0b8-3e805de8aeac" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="70189c9a-fb3a-f151-f0b8-3e805de8aeac" data-wf-component-context="%5B%7B%22componentId%22%3A%229493574d-1477-75cf-3e99-2683bab49ad8%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429a2%22%7D%5D" class="nav__demo-btn is--mobile-nav w-button">Get a demo</a></div></div></div><main class="u-main"><section class="blog__header is--blog-landing"><div data-wf--global-section-space--section-space="40" class="g_section_space w-variant-36663714-07c9-66e0-2fce-177459f91cfc u-hide-desktop u-hide-tablet"></div><div class="u-padding-global"><div class="u-container"><div class="video-landing__hero-wrapper"><div class="w-layout-hflex g-eyerbrow__wrapper is--btm-1 u-gap-4 u-text-transform-uppercase"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429a9" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="dda0d14d-14f3-a64a-5867-c48cdbd429a9" href="/blog" class="u-style-18 u-letter-spacing-five u-weight-semibold">BLOG</a><link rel="prefetch" href="/blog"/><div class="u-style-18 u-weight-semibold">></div><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429ae" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="dda0d14d-14f3-a64a-5867-c48cdbd429ae" href="/blog-category/news" class="u-style-18 u-letter-spacing-five u-weight-semibold">Product News</a><div></div></div><h1 class="u-ts-ginto-nord_2-75rem">Zero Downtime Isn’t Luck. It’s Engineered.</h1></div></div></div><div data-wf--global-background-color--background-color="background-offwhite" class="g_background w-variant-92067874-f704-7fbf-e076-788858af4065 u-cover-absolute"></div></section><section class="blog__image"><div class="u-padding-global"><div class="u-container"><div STYLE="aspect-ratio:100/63"><img src="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png" loading="eager" fetchpriority="high" alt="Zero downtime is the result of deliberate architectural decisions, continuous investment, and a team that expects things to go wrong and builds accordingly." sizes="100vw" srcset="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01-p-500.png 500w, https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01-p-800.png 800w, https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01-p-1080.png 1080w, https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01-p-1600.png 1600w, https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01-p-2000.png 2000w, https://cdn.prod.website-files.com/68485e1e40741050193e3d29/6983b064c748f83e8316789f_ZeroDowntime%26PlatformReliability_blog_feat-image_1080x680_OPT01.png 2160w"/></div></div></div></section><section class="blog__content-main"><div class="u-padding-global"><div class="u-container"><div class="w-layout-hflex blog__content is--0"><div class="blog__content-left is--right-padding"><div class="w-layout-vflex blog__content-left-group"><div class="u-style-18 u-t-gray-8c8e90 u-line-height-1">Posted in</div><a class="g__link u-style-18 u-line-height-1" data-wf-component-context="%5B%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429c1%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog-category/news" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429c1:63cb3afd-f4c5-f017-a7ce-07133517983b" data-wf-ao-click-engagement-tracking="true">Product News</a><div><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a class="g__link u-style-18 u-line-height-1" data-wf-component-context="%5B%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%224c168669-78ee-2ad5-95c5-d39a24f3232c%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog-category/sms-email-marketing" data-wf-cms-context="%5B%7B%22collectionId%22%3A%2268485f07216865b4a51ff4db%22%2C%22itemId%22%3A%22697911eaed8954e8a268e8e7%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="4c168669-78ee-2ad5-95c5-d39a24f3232c_instance-0:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-0" data-wf-ao-click-engagement-tracking="true">SMS & Email Marketing</a></div></div></div></div></div><div class="w-layout-vflex blog__content-left-group"><div class="u-style-18 u-t-gray-8c8e90 u-line-height-1">Published on</div><div class="u-style-18 u-line-height-1">February 5, 2026</div></div><div class="w-layout-vflex blog__content-left-group"><div class="u-style-18 u-t-gray-8c8e90 u-line-height-1">Written by</div><a class="g__link u-style-18 u-line-height-1" data-wf-component-context="%5B%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd429cc%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/authors/michael-tucker" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd429cc:63cb3afd-f4c5-f017-a7ce-07133517983b" data-wf-ao-click-engagement-tracking="true">Michael Tucker</a><div class="w-condition-invisible"><div class="w-dyn-list"><div class="w-dyn-empty"><div>No items found.</div></div></div></div></div><div class="w-layout-vflex blog__content-left-group"><div class="w-dyn-list"><div role="list" class="blog__tags-collection w-dyn-items"><div role="listitem" class="blog__tags-item w-dyn-item"><a data-wf-native-id-path="e64c7315-122a-5e89-f330-b12b15963259_instance-0" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e64c7315-122a-5e89-f330-b12b15963259" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684d6880999584226df63e5a%22%2C%22itemId%22%3A%22684d689fdc4619699b609c27%22%7D%5D" href="/tags/customer-service" class="blog__tags-link u-easing-200">Customer Experience</a></div><div role="listitem" class="blog__tags-item w-dyn-item"><a data-wf-native-id-path="e64c7315-122a-5e89-f330-b12b15963259_instance-1" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="e64c7315-122a-5e89-f330-b12b15963259" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684d6880999584226df63e5a%22%2C%22itemId%22%3A%22684d689e2d53d837e7bd3e6d%22%7D%5D" href="/tags/bfcm" class="blog__tags-link u-easing-200">Black Friday/Cyber Monday</a></div></div></div></div><div class="w-layout-vflex blog__content-left-group u-hide-tablet"><div class="blog__content_form u-bg-color-gray-f4f4f4"><div class="u-font_ginto-nord u-line-height-120">Subscribe to our monthly newsletter and marketing tips</div><div data-wf--global-section-space--section-space="12" class="g_section_space w-variant-fbcea848-b3b0-8da3-bbf6-15060641906a"></div><div class="blog-cms-form-embed"></div></div></div></div><div class="blog__content-right"><div id="content" class="blog__rich-text w-richtext"><h1>At Attentive, we've built our infrastructure from the ground up with one principle: expect failure at every level and handle it gracefully. Here’s how we do it.</h1><p>When enterprise brands choose a messaging platform, they're not just selecting software. They're choosing a mission-critical partner for their biggest revenue moments. During flash sales, product launches, and seasonal peaks, your messaging infrastructure can't just work most of the time. It has to work every time.</p><p>The difference between a platform that achieves zero downtime and one that buckles comes down to architecture. It's about the decisions made long before traffic spikes, the redundancies built into every layer, and the assumption that something will always go wrong. The question isn't if components will fail, it's whether your platform can handle those failures smoothly and quickly without customers ever noticing.</p><p></p><h2>What “zero downtime” actually means</h2><p>When we talk about zero downtime, we are not talking about whether a page loads. We mean the platform stays fully operational and accessible 24/7, regardless of what is happening behind the scenes.</p><p>From a customer perspective, zero downtime is straightforward. Messages are delivered on time. Events are captured and processed reliably. Customer profiles update in real time. Analytics dashboards remain available. Campaigns and automations can be created, launched, and monitored without interruption.</p><p>Achieving this requires more than preventing crashes. True zero downtime means there are no unplanned outages and no planned maintenance windows. Deployments, updates, and infrastructure changes happen without interrupting service or degrading performance, even during peak traffic or partial system failures.</p><p>This distinction matters because customers do not care why something is not working. A message that fails due to a bug is no different from one that fails during a deployment. If a core function is unavailable, the experience is broken.</p><p>Zero downtime is therefore about functional reliability, not just uptime. Every critical capability must work as expected at all times. When it does, customers never notice maintenance, upgrades, or failures because nothing ever stops working.</p><p></p><h2>Why most platforms struggle with reliability</h2><h3>Single points of failure</h3><p>Think of it like having only one bridge across a river. If that bridge breaks, everyone is stuck. Robust platforms are like having multiple bridges: if one fails, traffic automatically reroutes to the others.</p><h3>Synchronous processing</h3><p>Imagine a restaurant where each order must be completely finished before starting the next one. Platforms that process requests one-by-one create bottlenecks that cascade into failures under load. Smart platforms quickly acknowledge a request and process the work in the background.</p><h3>Missing circuit breakers</h3><p>Like a house without circuit breakers, when electrical demand gets too high, the whole house loses power. Platforms need “circuit breakers” that can gracefully disable less critical features to keep core functionality running when overwhelmed.</p><h3>Misconfigured auto-scaling</h3><p>It's like having a restaurant that automatically adds more servers during busy periods, but forgets the kitchen can only handle so many orders. The database becomes overwhelmed when too many new servers all try to connect simultaneously.</p><h3>Poor observability</h3><p>Without proper monitoring, it's like driving at night with broken headlights. Platforms need real-time visibility focused on the metrics that matter: measuring system outcomes, not just system behavior.</p><h3>Never testing at scale</h3><p>Many platforms work fine with 100 users but break with 10,000. Without load testing at expected peak volumes, platforms fail when they encounter real-world traffic spikes.<strong></strong></p><p><strong>The common thread:</strong> platforms become vulnerable when they're not designed to expect and gracefully handle failure at every level.</p><p></p><h2>How we built Attentive differently</h2><h3>Resilient architecture</h3><p>Our event-driven architecture and containerized microservice design means single component failures won't cascade into platform-wide outages. If one service instance fails, traffic automatically routes to healthy instances. When traffic spikes dramatically, we horizontally scale out and queue events for asynchronous processing, allowing for temporary latency over system failures. Read replicas, caching layers, and purpose-built data stores mean no single database becomes a chokepoint.</p><h3>Real-time observability</h3><p>We don't just measure system metrics; we measure customer outcomes. Real-time monitoring tracks message delivery success, and we scale proactively based on predictive signals. Per-client anomaly detection surfaces problems before they escalate. When metrics fall outside expected thresholds, automated alerts kick off immediately.</p><h3>Fault tolerance</h3><p>Prioritized data queues and configurable throttling ensure we can optimize for critical delivery during extreme system pressure. Automated retries, circuit breakers, and graceful fallback logic allow us to bypass isolated failures and maintain overall system health.</p><h3>Zero-downtime deployments</h3><p>We deploy continuously using blue-green deployments and canary releases. Feature flags let us roll out changes incrementally and instantly disable anything that shows signs of trouble.</p><h3>Rigorous load testing</h3><p>Every year before peak seasons, we run structured load tests at projected volumes using realistic traffic captured from production systems. We test sudden spikes, sustained high load, and failure recovery under pressure.</p><h3>Handling traffic spikes</h3><p>Our event-driven design queues massive amounts of data without creating bottlenecks. Intelligent auto-scaling expands capacity based on predictive signals. Throttling of event queues ensures downstream services don't get overloaded, preferring temporary latency over full system failure.</p><p></p><h2>Proven at scale</h2><p>This architecture consistently holds during the biggest test of the year for us: Black Friday and Cyber Monday. <a href="https://www.attentive.com/blog/cyber-week-2025-recap" data-wf-native-id-path="b7fbb926-15c4-25cb-950f-4db27a02fec4" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="b7fbb926-15c4-25cb-950f-4db27a02fec4">During Black Friday and Cyber Monday 2025</a>, we processed 4.36 billion messages, 42.5 million new subscribers, and over 10 billion events with no significant technical issues. </p><p>When one customer launched a flash sale that instantly spiked our traffic to more than double our normal volume, our API architecture absorbed the surge, our event stream backpressured exactly as designed, and events continued processing with a maximum four-second delay. The system bent under extreme, unexpected pressure, but it didn't break.</p><p></p><h2>Built in partnership, not in isolation</h2><p>We don't build this infrastructure in a dark room, disconnected from the real needs of our customers. Our architecture decisions are informed by ongoing conversations with brands about their business goals, upcoming moments, and what they need to succeed.</p><p>We act as a proactive, strategic partner long before traffic spikes. Preparation begins early in the year, when our <a href="https://www.attentive.com/customer-success" data-wf-native-id-path="0606fb41-95db-e1d7-6b59-243298b83069" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0606fb41-95db-e1d7-6b59-243298b83069">Customer Success team</a> works with brands to understand revenue targets and promotional moments, then translates those objectives into a clear plan for peak execution. This includes forecasting expected volume, identifying growth opportunities, and aligning on how programs should be structured across channels to perform at scale.</p><p>Program changes, such as campaign schedules, journey updates, list growth initiatives, are proactively sequenced and implemented according to proven best practices, ensuring nothing critical is left to the last minute. During high-volume windows, our account teams actively monitor performance and stay closely connected to customers in real time, while Product, Engineering, and Operations teams maintain heightened monitoring protocols.</p><p>The result is a partnership built on anticipation, not reaction. Customers enter peak moments with a clear strategy, programs already in motion, and a dedicated team focused on helping them execute with confidence.</p><p></p><h2>Our year-round reliability philosophy</h2><p>BFCM is just one moment. Reliability is a foundational expectation of our customers year-round. Sending campaigns or triggered messages should be a “fire-and-forget” task; customers should never have to think about whether our platform is operational.</p><p>Beyond BFCM, messaging platforms face high-volume stress throughout the year: Memorial Day and Labor Day sales, Back-to-School surges, product launches that create sudden 10x traffic spikes, influencer-driven sales, and time-limited promotions. Downtime most commonly occurs when multiple stressors align: a flash sale launches during high organic traffic, right after a deployment, on a system that hasn't been load-tested for that pattern.</p><p>We maintain a minimum 99.9% uptime, though our target is always 100%. Unexpected problems do occasionally occur, but we continuously learn from them. We follow a mantra of “never waste a good crisis.” In post-mortem exercises, we identify technical improvements, process adjustments, and how to communicate more effectively.</p><p></p><h2>Don’t chalk it up to luck</h2><p>Zero downtime is the result of deliberate architectural decisions, continuous investment, and a team that expects things to go wrong and builds accordingly.</p><p>When you choose a messaging platform, you're choosing whether your biggest revenue moments will be supported by infrastructure that can handle the pressure, or whether you'll be watching helplessly as your platform crumbles under load.</p><p>At Attentive, we've built for the former. And we're just getting started.</p></div></div></div></div></div></section><section class="g_section-large_86"><div class="u-padding-global"><div class="u-container"><div class="blog__recent-main"><h4 class="u-style-24 u-weight-semibold">Related Articles<br/></h4><div data-wf--global-section-space--section-space="32" class="g_section_space w-variant-41fc0c0a-cac3-53c9-9802-6a916e3fb342"></div><div class="w-dyn-list"><div role="list" class="blog__recent-wrapper w-dyn-items u-grid-autofill"><div role="listitem" class="w-dyn-item"><div data-wf--card-global--variant="full-card" class="w-layout-vflex blog__recent-card u-transition"><a class="blog__recent-card-img-link u-zindex-2 w-inline-block" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%5D" data-wf-element-id="56fbfc3e-17e2-940a-64e7-0ca2a11db5b5" href="/blog/rcs-early-adoption-performance" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caeabe97b975cf45aad076%22%7D%5D" target="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-0:56fbfc3e-17e2-940a-64e7-0ca2a11db5b5_instance-0" data-wf-ao-click-engagement-tracking="true"><img src="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/68caeabd97b975cf45aad06e_68756c8ff18d9ed328f0a212_RCSBetaLaunchAndTesting__blog_feat-image_1080x680.png" loading="eager" fetchpriority="high" alt="rcs early adoption" class="blog__recent-card-img w-variant-f97b4ef2-48e1-b812-80c8-ad6675ff30e8 u-ratio-16-9"/></a><div class="w-layout-vflex blog__recent-card_content u-zindex-2"><div class="u-text-transform-capitalize"><a class="g__link u-style-12 u-weight-semibold" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%2C%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b7%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog-category/news" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caeabe97b975cf45aad076%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-0:56fbfc3e-17e2-940a-64e7-0ca2a11db5b7_instance-0:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-0" data-wf-ao-click-engagement-tracking="true">Product News</a></div><a class="g__link u-style-20 u-weight-semibold u-letter-spacing-twofive u-border-0 is--16-mobile" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%2C%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b9%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog/rcs-early-adoption-performance" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caeabe97b975cf45aad076%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-0:56fbfc3e-17e2-940a-64e7-0ca2a11db5b9_instance-0:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-0" data-wf-ao-click-engagement-tracking="true">Attentive RCS Business Messaging is now in Beta—See how Early Brands are Unlocking Higher Performance</a></div></div></div><div role="listitem" class="w-dyn-item"><div data-wf--card-global--variant="full-card" class="w-layout-vflex blog__recent-card u-transition"><a class="blog__recent-card-img-link u-zindex-2 w-inline-block" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%5D" data-wf-element-id="56fbfc3e-17e2-940a-64e7-0ca2a11db5b5" href="/blog/how-messages-are-crafted-in-ai-journeys" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caeaafc51bd1961ed979a9%22%7D%5D" target="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-1:56fbfc3e-17e2-940a-64e7-0ca2a11db5b5_instance-1" data-wf-ao-click-engagement-tracking="true"><img src="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/68caeaafc51bd1961ed9799a_680aad33c4738c275cd2b275_AI%2520Journeys_blog_feat-image_1080x680.png" loading="eager" fetchpriority="high" alt="An illustration showing how AI creates marketing messages" class="blog__recent-card-img w-variant-f97b4ef2-48e1-b812-80c8-ad6675ff30e8 u-ratio-16-9"/></a><div class="w-layout-vflex blog__recent-card_content u-zindex-2"><div class="u-text-transform-capitalize"><a class="g__link u-style-12 u-weight-semibold" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%2C%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b7%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog-category/news" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caeaafc51bd1961ed979a9%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-1:56fbfc3e-17e2-940a-64e7-0ca2a11db5b7_instance-1:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-1" data-wf-ao-click-engagement-tracking="true">Product News</a></div><a class="g__link u-style-20 u-weight-semibold u-letter-spacing-twofive u-border-0 is--16-mobile" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%2C%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b9%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog/how-messages-are-crafted-in-ai-journeys" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caeaafc51bd1961ed979a9%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-1:56fbfc3e-17e2-940a-64e7-0ca2a11db5b9_instance-1:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-1" data-wf-ao-click-engagement-tracking="true">AI in Action: How Messages are Crafted in AI Journeys</a></div></div></div><div role="listitem" class="w-dyn-item"><div data-wf--card-global--variant="full-card" class="w-layout-vflex blog__recent-card u-transition"><a class="blog__recent-card-img-link u-zindex-2 w-inline-block" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%5D" data-wf-element-id="56fbfc3e-17e2-940a-64e7-0ca2a11db5b5" href="/blog/attentive-unveils-rcs-shoptalk-2025" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caea9b88b0e5755da9c897%22%7D%5D" target="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-2:56fbfc3e-17e2-940a-64e7-0ca2a11db5b5_instance-2" data-wf-ao-click-engagement-tracking="true"><img src="https://cdn.prod.website-files.com/68485e1e40741050193e3d29/68caea9b88b0e5755da9c849_67e1bafdbb34497c03b078d1_RCS_Shoptalk_blog_1080x680.png" loading="eager" fetchpriority="high" alt="shopping bags and text bubbles" class="blog__recent-card-img w-variant-f97b4ef2-48e1-b812-80c8-ad6675ff30e8 u-ratio-16-9"/></a><div class="w-layout-vflex blog__recent-card_content u-zindex-2"><div class="u-text-transform-capitalize"><a class="g__link u-style-12 u-weight-semibold" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%2C%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b7%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog-category/news" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caea9b88b0e5755da9c897%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-2:56fbfc3e-17e2-940a-64e7-0ca2a11db5b7_instance-2:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-2" data-wf-ao-click-engagement-tracking="true">Product News</a></div><a class="g__link u-style-20 u-weight-semibold u-letter-spacing-twofive u-border-0 is--16-mobile" data-wf-component-context="%5B%7B%22componentId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b4%22%2C%22instanceId%22%3A%220a4e70ca-0992-40d1-934e-9e45574c5e71%22%7D%2C%7B%22componentId%22%3A%2263cb3afd-f4c5-f017-a7ce-07133517983b%22%2C%22instanceId%22%3A%2256fbfc3e-17e2-940a-64e7-0ca2a11db5b9%22%7D%5D" data-wf-element-id="63cb3afd-f4c5-f017-a7ce-07133517983b" href="/blog/attentive-unveils-rcs-shoptalk-2025" data-wf-cms-context="%5B%7B%22collectionId%22%3A%22684da8fb149b8ff5ccd65cde%22%2C%22itemId%22%3A%2268caea9b88b0e5755da9c897%22%7D%5D" target="" data-hidebr="" rel="prefetch" data-wf-native-id-path="0a4e70ca-0992-40d1-934e-9e45574c5e71_instance-2:56fbfc3e-17e2-940a-64e7-0ca2a11db5b9_instance-2:63cb3afd-f4c5-f017-a7ce-07133517983b_instance-2" data-wf-ao-click-engagement-tracking="true">Attentive Unveils the Future of AI-Powered Messaging and RCS at Shoptalk</a></div></div></div></div></div></div></div></div></section></main><footer class="footer__attentive"><div class="footer__25"><div class="padding-global"><div class="u-container"><div class="footer__wrapper"><div class="w-layout-hflex footer__top-wrapper"><div class="footer__top__left"><div class="w-layout-vflex footer__top__col"><div class="w-layout-vflex footer__link-module"><div class="footer__link-heading u-weight-semibold">Company</div><div class="w-layout-vflex footer__link-wrapper"><a href="/about" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dc4" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dc4" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">About</a><link rel="prefetch" href="/about"/><a href="/press" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dc6" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dc6" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Press</a><link rel="prefetch" href="/press"/><a href="/careers" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dc8" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dc8" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Careers</a><a href="/pricing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:4699bd3c-ddf4-ea89-b2e2-40932c29d495" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="4699bd3c-ddf4-ea89-b2e2-40932c29d495" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Pricing</a><a href="/commerce-council" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:0dbd6b0a-0050-0b5d-17d9-88c6a58ab731" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="0dbd6b0a-0050-0b5d-17d9-88c6a58ab731" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Attentive Commerce Council</a></div></div><div class="w-layout-vflex footer__link-module"><div class="footer__link-heading u-weight-semibold">Why Attentive</div><div class="w-layout-vflex footer__link-wrapper"><a href="/why-choose-attentive" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dce" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dce" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Why Choose Attentive</a><link rel="prefetch" href="/why-choose-attentive"/><a href="/compare/attentive-vs-postscript" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dd0" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dd0" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Attentive vs. Postscript</a><link rel="prefetch" href="/compare/attentive-vs-postscript"/><a href="/compare/attentive-vs-klaviyo" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dd2" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dd2" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Attentive vs. Klaviyo</a><link rel="prefetch" href="/compare/attentive-vs-klaviyo"/><a href="/compare/attentive-vs-wunderkind" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dd4" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dd4" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Attentive vs. Wunderkind</a><link rel="prefetch" href="/compare/attentive-vs-wunderkind"/></div></div><div class="w-layout-vflex footer__link-module"><div class="footer__link-heading u-weight-semibold">Solutions</div><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Industry</div><a href="/retail-ecommerce-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598ddc" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598ddc" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Retail & E-commerce</a><link rel="prefetch" href="/retail-ecommerce-marketing"/><a href="/food-beverage-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dde" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dde" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Food & Beverage</a><link rel="prefetch" href="/food-beverage-marketing"/><a href="/entertainment-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598de0" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598de0" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Entertainment & Media</a><link rel="prefetch" href="/entertainment-marketing"/><a href="/travel-hospitality-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598de2" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598de2" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Travel & Hospitality</a><link rel="prefetch" href="/travel-hospitality-marketing"/><a href="/fitness-wellness-marketing" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598de4" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598de4" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Fitness & Wellness</a></div></div><div class="w-layout-vflex footer__link-module"><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Attentive For</div><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dea" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dea" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/partners" class="footer__link">Partners</a><link rel="prefetch" href="/partners"/><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dec" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dec" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/developers" class="footer__link">Developers</a><link rel="prefetch" href="/developers"/><a href="/global-sms-and-email-services" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598dee" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598dee" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">International</a><link rel="prefetch" href="/global-sms-and-email-services"/></div></div></div><div class="footer__span_twice"><div class="w-layout-vflex footer__top__col is--second"><div class="w-layout-vflex footer__link-module"><div class="footer__link-heading u-weight-semibold">Products</div><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading">Channels</div><a href="/messaging" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e02" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e02" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">SMS</a><link rel="prefetch" href="/messaging"/><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e04" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e04" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/email-marketing" class="footer__link">Email</a><link rel="prefetch" href="/email-marketing"/><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c95c6277-64e4-a8e8-24de-1482f71e0ece" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c95c6277-64e4-a8e8-24de-1482f71e0ece" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/rcs-for-business" class="footer__link">RCS for Business</a><link rel="prefetch" href="/rcs-for-business"/><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:2fc1fc8e-d35b-406e-ded3-d165b9515283" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="2fc1fc8e-d35b-406e-ded3-d165b9515283" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/push-waitlist" class="footer__link">Push</a><link rel="prefetch" href="/push-waitlist"/></div></div><div class="w-layout-vflex footer__link-module"><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Powered by AI</div><a href="/ai-marketing-campaign-automation" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e0e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e0e" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Attentive AI™</a><link rel="prefetch" href="/ai-marketing-campaign-automation"/><a href="/ai-pro" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e12" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e12" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">AI Pro</a><link rel="prefetch" href="/ai-pro"/><a href="/ai-grow" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e10" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e10" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">AI Grow</a></div></div><div class="w-layout-vflex footer__link-module"><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Core Platform</div><a href="/growth" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e1a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e1a" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">List Growth</a><link rel="prefetch" href="/growth"/><a href="/integrations" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e1c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e1c" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Integrations</a><link rel="prefetch" href="/integrations"/><a href="/signal-identity-solution" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e1e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e1e" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Attentive Signal</a><link rel="prefetch" href="/signal-identity-solution"/><a href="/sms-email-deliverability" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e20" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e20" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Deliverability</a><link rel="prefetch" href="/sms-email-deliverability"/><a href="/sms-analytics-and-reporting" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e22" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e22" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Analytics</a><link rel="prefetch" href="/sms-analytics-and-reporting"/><a href="/compliance" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e24" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e24" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Compliance</a><link rel="prefetch" href="/compliance"/><a href="/audience-segmentation-manager" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e26" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e26" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Audience Manager</a><link rel="prefetch" href="/audience-segmentation-manager"/></div></div></div><div class="w-layout-vflex footer__top__col is--thrid"><div class="w-layout-vflex footer__link-module"><div class="footer__link-heading u-weight-semibold">Resources</div><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading">Learn & Grow</div><a href="/resources" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e2f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e2f" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Resource Hub</a><link rel="prefetch" href="/resources"/><a href="/blog" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e31" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e31" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Blog</a><link rel="prefetch" href="/blog"/><a href="/videos" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e33" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e33" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Video Library</a><link rel="prefetch" href="/videos"/><a href="/events-webinars" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e35" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e35" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Webinars</a><link rel="prefetch" href="/events-webinars"/><a href="/guides" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e37" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e37" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Guides</a><link rel="prefetch" href="/guides"/></div></div><div class="w-layout-vflex footer__link-module"><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Tools & Inspiration</div><a href="/case-studies" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e3d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e3d" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Case Studies</a><a href="/texts-we-love" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e3f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e3f" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Texts We Love</a><link rel="prefetch" href="/texts-we-love"/><a href="/marketing-campaign-calendar" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e41" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e41" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Marketing Campaign Calendar</a><link rel="prefetch" href="/marketing-campaign-calendar"/><a href="/revenue-calculator" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e43" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e43" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Revenue Calculator</a><link rel="prefetch" href="/revenue-calculator"/></div></div><div class="w-layout-vflex footer__link-module"><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Support & Documentation</div><a href="/customer-success" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e49" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e49" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Customer Success</a><link rel="prefetch" href="/customer-success"/><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e4b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e4b" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://help.attentivemobile.com/hc/en-us" target="_blank" class="footer__link">Help Center</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e4d" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e4d" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://attentive.partnerpage.io/tech-partners" target="_blank" class="footer__link">Partner Directory</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e4f" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e4f" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://docs.attentive.com/" target="_blank" class="footer__link">API Documentation</a></div></div><div class="w-layout-vflex footer__link-module"><div class="w-layout-vflex footer__link-wrapper"><div class="footer__link-subheading u-weight-semibold">Product & Updates</div><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e55" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e55" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/tags/rcs" class="footer__link">RCS Hub</a><a href="/release-notes" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e57" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e57" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Releases & Updates</a><link rel="prefetch" href="/release-notes"/><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e59" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e59" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://help.attentivemobile.com/hc/en-us/articles/360051737612-Attentive-platform-tour" target="_blank" class="footer__link">Platform Tour</a></div></div></div></div></div><div class="footer__top__right"><div class="footer__top__right-form"><div class="footer__top__right__heading u-line-height-130">Get our monthly newsletter and marketing tips, straight to your inbox</div><div class="footer-hb-form"></div></div><div class="hide-tablet"><div class="w-layout-vflex footer__top__right-socials"><div class="w-layout-hflex footer__socials"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e63" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e63" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.linkedin.com/company/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320e2a47a6faa1f9bc9c_Link.svg" alt="Linkedin Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e65" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e65" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.instagram.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320e2a47a6faa1f9bc9d_Ins.svg" alt="Instagram Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e67" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e67" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://twitter.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320d2a47a6faa1f9bc99_X.svg" alt="Twitter Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e69" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e69" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.facebook.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320d2a47a6faa1f9bc9b_facebook.svg" alt="Facebook Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e6b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e6b" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.youtube.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320d2a47a6faa1f9bc9a_yt.svg" alt="Youtube Icon" class="footer__socials_icon"/></a></div><div class="footer-contact-details u-style-12">© 2026 Attentive Mobile Inc.</div></div></div></div></div><div class="footer__btm"><img loading="lazy" src="https://cdn.prod.website-files.com/5f8dd331b45e61acc8ac985c/67d9f1a947990b7b428aea17_Attentive_Logotype_Zest.svg" alt="Attentive.com Logo" class="footer__big-logo"/><div class="w-layout-hflex footer__btm-link-wrapper"><a href="/sitemap" data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e72" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e72" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" class="footer__link">Sitemap</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e74" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e74" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/security" class="footer__link">Security</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e76" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e76" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/privacy" class="footer__link">Privacy Policy</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e78" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e78" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/legal/cookie-notice" class="footer__link">Cookie Notice</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e7a" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e7a" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/legal/privacy#choices" class="footer__link">Privacy Rights and Choices</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e7c" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e7c" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/terms" class="footer__link">Terms of Use</a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e7e" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e7e" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="/content-policy" class="footer__link">Content Policy</a></div><div class="w-layout-hflex hide-desktop-only"><div class="w-layout-vflex footer__top__right-socials"><div class="w-layout-hflex footer__socials"><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e83" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e83" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.linkedin.com/company/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320e2a47a6faa1f9bc9c_Link.svg" alt="Linkedin Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e85" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e85" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.instagram.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320e2a47a6faa1f9bc9d_Ins.svg" alt="Instagram Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e87" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e87" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://twitter.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320d2a47a6faa1f9bc99_X.svg" alt="Twitter Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e89" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e89" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.facebook.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320d2a47a6faa1f9bc9b_facebook.svg" alt="Facebook Icon" class="footer__socials_icon"/></a><a data-wf-native-id-path="dda0d14d-14f3-a64a-5867-c48cdbd42a39:c5be9942-2fa8-a267-9e13-6fd888598e8b" data-wf-ao-click-engagement-tracking="true" data-wf-element-id="c5be9942-2fa8-a267-9e13-6fd888598e8b" data-wf-component-context="%5B%7B%22componentId%22%3A%22164efd6a-8539-54b3-a62b-3a2edb94e227%22%2C%22instanceId%22%3A%22dda0d14d-14f3-a64a-5867-c48cdbd42a39%22%7D%5D" href="https://www.youtube.com/attentivehq" target="_blank" class="footer__socials_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/68c4320d2a47a6faa1f9bc9a_yt.svg" alt="Youtube Icon" class="footer__socials_icon"/></a></div><div class="footer-contact-details">© 2026 Attentive Mobile Inc.</div></div></div></div></div></div></div><div class="u-embed-css w-embed"><style>
.footer-hb-form > form {
position: relative;
display: block !important;
}
.footer-hb-form .hs_submit {
position: absolute;
top: 0;
right: 0;
}
.footer__25 .footer-hb-form {
margin-top: 1.125rem;
}
.footer__25 .footer-hb-form .submitted-message,
.footer__25 .footer-hb-form .submitted-message * {
color: #fff !important;
}
.footer__25 .footer-hb-form .hs-input:focus,
.footer__25 .footer-hb-form .hs-input:focus-visible {
border: none !important;
box-shadow: none !important;
outline: none !important;
}
.footer__25 .footer-hb-form .hs-input {
width: 70%;
border: none !important;
background-color: #1A1E22 !important;
padding: 0 !important;
color: #fff !important;
font-family: 'Maison Neue', 'Montserrat', sans-serif !important;
}
.footer__25 .footer-hb-form .hs-input:hover {
border-radius: 0px;
border: none;
}
/* .footer__25 .footer-hb-form form .hs_submit.hs-submit .actions {
margin-top: 8px;
} */
.footer__25 .footer-hb-form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input {
padding: 8px;
background-color: #1A1E22 !important;
border-bottom: 1px solid #fff !important;
border-radius: initial !important;
}
.footer__25 .footer-hb-form .hs-button {
border-width: 0px !important;
padding: 0px !important;
}
.footer__25 .footer-hb-form .hs-button:hover,
.footer__25 .footer-hb-form .hs-button:active {
background: #FFE600 !important;
border: 0px !important;
}
/* Hide the label with the specific ID */
.footer__25 #label-email-e79fe2a2-94ad-415b-af0e-ca2fae3065ee {
display: none;
}
/* Hide all elements with the class 'hs-field-desc', even if they have inline styles */
.footer__25 .hs-field-desc {
display: none !important;
}
/* Add border radius to the input field with the specific ID */
.footer__25 #email-e79fe2a2-94ad-415b-af0e-ca2fae3065ee {
border-radius: 4px;
border: none;
outline: none; /* Removes the default outline */
}
.footer__25 #email-e79fe2a2-94ad-415b-af0e-ca2fae3065ee:focus {
border: 1px solid #desired-color;
/* or */
box-shadow: 0 0 3px #desired-color;
}
.footer__25 .footer-hb-form ul.no-list.hs-error-msgs.inputs-list {
margin-bottom: 0px;
margin-top: 11px;
padding-left: 0px;
color: #FFF382;
}
.footer__25 .footer-hb-form .hs-error-msg.hs-main-font-element {
color: #FFF382 !important;
}
.footer__25 .footer-hb-form .hs-button:hover,
.footer__25 .footer-hb-form .hs-button:active {
background: #1a1e22 !important;
color: #FFF382 !important;
border: 0px !important;
}
.footer__25 .footer-hb-form .hs-richtext p,
.footer__25 .footer-hb-form .hs-richtext p a {
font-family: 'Maison Neue', 'Montserrat', sans-serif !important;
font-weight: 300 !important;
font-size: 0.5rem !important;
line-height: 1.3 !important;
color: #F9F7F0 !important;
margin: 0;
margin-top: 12px;
}
.footer__25 .footer-hb-form .hs-richtext p a:hover {
text-decoration: underline;
}
.footer__25 .footer-hb-form ul.no-list.hs-error-msgs.inputs-list {
margin: 0;
list-style: none !important;
}
.footer__25 .footer-hb-form ul.no-list.hs-error-msgs.inputs-list label {
font-family: 'Maison Neue', 'Montserrat', sans-serif !important;
font-weight: 300 !important;
font-size: 0.5rem !important;
line-height: 1.3 !important;
margin: 0;
margin-top: 12px;
}
.footer__25 .footer-hb-form label span:first-of-type,
.footer__25 .footer-hb-form label .hs-form-required,
.footer__25 .hs_error_rollup {
display: none;
}
.footer__25 .footer-hb-form input.hs-button.primary.large {
background: transparent;
font-family: 'Maison Neue Extended', 'Montserrat', sans-serif !important;
cursor: pointer;
}
.footer__25 .footer-hb-form .hs-error-msg.hs-main-font-element {
color: red !important;
}
.footer__25 .footer-hb-form label ul.no-list.hs-error-msgs li:nth-child(2) {
display: none;
}
.footer__25 .footer-hb-form .hs-input {
margin-bottom: 4px !important;
min-height: 0px !important;
}
.footer__25 .footer-hb-form .hs-button {
margin-top: 15px !important;
font-size: inherit !important;
height: auto !important;
color: whitesmoke !important;
}
.footer__25 input:-webkit-autofill,
.footer__25 input:-webkit-autofill:hover,
.footer__25 input:-webkit-autofill:focus,
.footer__25 input:-webkit-autofill:active {
-webkit-text-fill-color: #fff !important; /* force white text */
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
background-color: transparent !important;
}
</style></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=684306b795a2c402456e92ba" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/684306b795a2c402456e92ba/js/attentive-dev-revamp-2025.072bfb1a.f843d97d7a7a0f55.js" type="text/javascript" integrity="sha384-eL6xSlLDpJbuPkjdsM6X3g0FOrXUalWeBmtBiQ9y9sHSVbhZylpl86+L0IRTcBRC" crossorigin="anonymous"></script><!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TK3VW6S"
height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Global Menu Navigation-->
<script>
$(document).ready(function () {
if (window.innerWidth < 992) {
console.log("Screen width < 992px, navigation script not run");
return;
}
console.log("Document ready event fired for desktop navigation");
const overlay = document.querySelector(".navbar__overlay");
const body = document.body;
const menuIds = ["menu-1", "menu-2", "menu-3", "menu-4", "menu-5"];
const menus = menuIds.map(id => document.getElementById(id));
if (!overlay) {
console.log("nav-overlay not found, script exiting");
return;
}
function anyMenuOpen() {
return menus.some(menu => menu && !menu.classList.contains("hide-menu"));
}
function showOverlay() {
overlay.classList.remove("hide-overlay");
body.style.overflow = "hidden"; // disable scroll
console.log("Overlay shown, body scroll disabled");
}
function hideOverlay() {
overlay.classList.add("hide-overlay");
body.style.overflow = ""; // enable scroll
console.log("Overlay hidden, body scroll enabled");
}
function updateOverlayAndScroll() {
if (anyMenuOpen()) {
showOverlay();
} else {
hideOverlay();
}
console.log("updateOverlayAndScroll called, anyMenuOpen:", anyMenuOpen());
}
function resetMenus() {
$('[id^="menu-"]').addClass('hide-menu');
$('[id^="span-"]').addClass('is-down');
$('[id^="link-"]').removeClass('background');
$('[id^="top-"]').css('opacity', 0);
$('[id^="bottom-"]').css('opacity', 1);
}
function openMenu(number) {
const targetMenu = $('#menu-' + number);
const targetSpan = $('#span-' + number);
const targetLink = $('#link-' + number);
targetMenu.removeClass('hide-menu');
targetSpan.removeClass('is-down');
targetLink.addClass('background');
$('#top-' + number).css('opacity', 1);
$('#bottom-' + number).css('opacity', 0);
console.log("Menu opened:", 'menu-' + number);
}
function onNavLinkClick(e) {
e.preventDefault();
const linkId = $(this).attr('id');
const parts = linkId.split('-');
const number = parts[1];
const targetMenu = $('#menu-' + number);
const isAlreadyOpen = !targetMenu.hasClass('hide-menu');
console.log("Nav link clicked:", linkId, "Is already open?", isAlreadyOpen);
resetMenus();
if (!isAlreadyOpen) {
openMenu(number);
} else {
console.log("Menu was already open, menus closed");
}
updateOverlayAndScroll();
}
function onNavLinkHoverIn() {
const linkId = $(this).attr('id');
const parts = linkId.split('-');
const number = parts[1];
const targetMenu = $('#menu-' + number);
console.log("Nav link hover in:", linkId);
if (targetMenu.hasClass('hide-menu')) {
$(this).addClass('background');
}
$('#top-' + number).css('opacity', 1);
$('#bottom-' + number).css('opacity', 0);
}
function onNavLinkHoverOut() {
const linkId = $(this).attr('id');
const parts = linkId.split('-');
const number = parts[1];
const targetMenu = $('#menu-' + number);
console.log("Nav link hover out:", linkId);
if (targetMenu.hasClass('hide-menu')) {
$('#top-' + number).css('opacity', 0);
$('#bottom-' + number).css('opacity', 1);
$(this).removeClass('background');
}
}
function closeAllMenus() {
console.log("Overlay clicked, closing all menus");
menus.forEach(menu => {
if (menu) menu.classList.add("hide-menu");
});
for (let i = 1; i <= 5; i++) {
$('#link-' + i).removeClass("background");
$('#span-' + i).addClass("is-down");
$('#top-' + i).css('opacity', 0);
$('#bottom-' + i).css('opacity', 1);
}
updateOverlayAndScroll();
}
// Event bindings
$('[id^="link-"]').on('click', onNavLinkClick);
$('[id^="link-"]').hover(onNavLinkHoverIn, onNavLinkHoverOut);
overlay.addEventListener("click", closeAllMenus);
// Initialize overlay & scroll state
updateOverlayAndScroll();
console.log("Script initialized on desktop navigation");
});
</script>
<!-- Newsletter Signup (HubSpot)
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "6110895",
target: ".footer-hb-form",
formId: "e79fe2a2-94ad-415b-af0e-ca2fae3065ee",
formInstanceId: "footer_form",
onFormReady: function($form) {
$form.find('input[name="email"]').attr('placeholder', 'Work email*');
}
});
</script>
-->
<script>
function initHubspotWhenVisible() {
const target = document.querySelector('.footer-hb-form');
if (!target) return;
const observer = new IntersectionObserver(entries => {
if (entries[0].isIntersecting) {
loadHubspotForm();
observer.disconnect();
}
});
observer.observe(target);
}
function loadHubspotForm() {
const script = document.createElement('script');
script.src = "//js.hsforms.net/forms/embed/v2.js";
script.onload = function () {
hbspt.forms.create({
region: "na1",
portalId: "6110895",
target: ".footer-hb-form",
formId: "e79fe2a2-94ad-415b-af0e-ca2fae3065ee"
});
};
document.body.appendChild(script);
}
initHubspotWhenVisible();
</script>
<!-- Qualified -->
<script async src="https://js.qualified.com/qualified.js?token=9HbK7T9cMMrPm51Q"></script>
<script>
(function(w,q){w['QualifiedObject']=q;w[q]=w[q]||function(){
(w[q].q=w[q].q||[]).push(arguments)};})(window,'qualified')
</script>
<!-- End Qualified -->
<script>
wf.ready(function(){
wf.onVariationRecorded(function(result){
if (typeof gtag === 'function') {
gtag('set', 'user_properties', {
'optimize_experience_name': result.experienceName,
'optimize_experience_type': result.experienceType,
'optimize_variation_name': result.variationName
});
}
});
});
</script><!-- Finsweet Modal -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-modal@1/modal.js"></script>
<!-- Hubspot Form Script -->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js" ></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "6110895",
target: ".blog-cms-form-embed",
formId: "e79fe2a2-94ad-415b-af0e-ca2fae3065ee"
});
</script>
<!--Blog ToC Script-->
<script>
document.getElementById("content").querySelectorAll("h2").forEach(function(heading, i) { // runs a function for all h2 elements inside your rich text element
heading.setAttribute("id", "toc-" + i); // gives each h2 a unique id
const item = document.createElement("a"); // creates an anchor element called "item" for each h2
item.innerHTML = heading.innerHTML // gives each item the text of the corresponding heading
item.setAttribute("class", "tocitem"); // gives each item the correct class
item.setAttribute("href", "#toc-" + i); // gives each item the correct anchor link
document.querySelector("#toc").appendChild(item); // places each item inside the Table of Contents div
});
</script></body></html>