{"id":5793,"date":"2026-08-17T12:19:34","date_gmt":"2026-08-17T10:19:34","guid":{"rendered":"https:\/\/strat.es\/whatsapp-en-klaviyo\/"},"modified":"2026-08-17T12:38:02","modified_gmt":"2026-08-17T10:38:02","slug":"whatsapp-in-klaviyo","status":"publish","type":"post","link":"https:\/\/strat.es\/en\/whatsapp-in-klaviyo\/","title":{"rendered":"WhatsApp in Klaviyo: how it works, how to use it, and how not to overdo it"},"content":{"rendered":"\n<!-- ===== STRAT article header (reading time + table of contents) ===== -->\n<!-- Paste this block into a \"Custom HTML\" block right AFTER the first paragraph of the post. -->\n<!-- The reading time and the table of contents generate themselves by reading the article. Just edit the date. -->\n<div class=\"strat-ah\" id=\"stratArticleHeader\">\n  <style>\n    .strat-ah{\n      --ah-bg:#ffffff; --ah-pink:#ec186c; --ah-line:#eaeaea;\n      --ah-ink:#1a1a1a; --ah-muted:#777777; --ah-body:#3f3f3f;\n      background:var(--ah-bg); border:1px solid var(--ah-line); border-radius:16px;\n      padding:22px 26px; margin:32px 0;\n      font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n      color:var(--ah-body); box-shadow:0 6px 22px rgba(0,0,0,.05);\n    }\n    .strat-ah *{box-sizing:border-box}\n    .strat-ah__meta{\n      display:flex; flex-wrap:wrap; gap:18px; align-items:center;\n      font-size:13px; color:var(--ah-muted); padding-bottom:16px; border-bottom:1px solid var(--ah-line);\n    }\n    .strat-ah__meta span{display:inline-flex; align-items:center; gap:7px}\n    .strat-ah__meta svg{display:block; color:var(--ah-pink)}\n    .strat-ah__eyebrow{\n      display:block; font-size:11px; font-weight:600; letter-spacing:.14em;\n      text-transform:uppercase; color:var(--ah-pink); margin:18px 0 12px;\n    }\n    .strat-ah__toc{margin-top:4px}\n    .strat-ah__toc ol{margin:0; padding:0; list-style:none; counter-reset:toc}\n    .strat-ah__toc li{counter-increment:toc; margin:0 0 9px}\n    .strat-ah__toc li:last-child{margin-bottom:0}\n    .strat-ah__toc a{\n      display:flex; gap:10px; align-items:baseline; text-decoration:none !important;\n      color:var(--ah-ink) !important; font-size:14px; line-height:1.45; transition:color .15s ease;\n    }\n    .strat-ah__toc a::before{\n      content:counter(toc,decimal-leading-zero); color:var(--ah-pink); font-weight:600;\n      font-size:12px; flex:0 0 auto; min-width:22px;\n    }\n    .strat-ah__toc a:hover{color:var(--ah-pink) !important}\n    @media (max-width:560px){ .strat-ah{padding:20px 18px} }\n  <\/style>\n\n  <div class=\"strat-ah__meta\">\n    <span id=\"stratReadTime\">\n      <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v5l3 2\"><\/path><\/svg>\n      Calculating\u2026\n    <\/span>\n    <!-- EDIT the updated date here (or delete this <span> if you don't want to show it): -->\n    <span>\n      <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"17\" rx=\"2\"><\/rect><path d=\"M3 9h18M8 2v4M16 2v4\"><\/path><\/svg>\n      Updated 17 August 2026\n    <\/span>\n  <\/div>\n\n  <!-- The table of contents fills itself from the article's H2s: -->\n  <div class=\"strat-ah__toc\" id=\"stratTocSection\">\n    <span class=\"strat-ah__eyebrow\">In this article<\/span>\n    <ol id=\"stratTocList\"><\/ol>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  function countWords(s){ s=(s||'').trim(); return s ? s.split(\/\\s+\/).length : 0; }\n  function slugify(s){\n    return (s||'').toLowerCase().normalize('NFD').replace(\/[\\u0300-\\u036f]\/g,'')\n      .replace(\/[^a-z0-9\\s-]\/g,'').trim().replace(\/\\s+\/g,'-').slice(0,60);\n  }\n  function findRoot(box){\n    var node=box.parentElement;\n    while(node && node!==document.body){\n      var hs=node.querySelectorAll('h2');\n      for(var i=0;i<hs.length;i++){\n        if(box.compareDocumentPosition(hs[i]) &#038; Node.DOCUMENT_POSITION_FOLLOWING) return node;\n      }\n      node=node.parentElement;\n    }\n    return box.parentElement;\n  }\n  function init(){\n    var box=document.getElementById('stratArticleHeader');\n    if(!box) return;\n    var root=findRoot(box);\n\n    var heads=Array.prototype.slice.call(root.querySelectorAll('h2')).filter(function(h){\n      return box.compareDocumentPosition(h) &#038; Node.DOCUMENT_POSITION_FOLLOWING;\n    });\n    var list=document.getElementById('stratTocList');\n    var used={};\n    if(heads.length){\n      heads.forEach(function(h,i){\n        var id=h.id;\n        if(!id){ id=slugify(h.textContent)||('sec-'+i); if(used[id]) id=id+'-'+i; h.id=id; }\n        used[id]=true;\n        var li=document.createElement('li');\n        var a=document.createElement('a');\n        a.href='#'+id; a.textContent=h.textContent.trim();\n        a.addEventListener('click',function(e){\n          e.preventDefault();\n          var t=document.getElementById(id);\n          if(t){ t.scrollIntoView({behavior:'smooth',block:'start'}); history.replaceState(null,'','#'+id); }\n        });\n        li.appendChild(a); list.appendChild(li);\n      });\n    } else {\n      document.getElementById('stratTocSection').style.display='none';\n    }\n\n    var total=countWords(root.innerText||root.textContent);\n    var own=countWords(box.innerText||box.textContent);\n    var words=Math.max(total-own,total>0?total:0);\n    var mins=Math.max(1,Math.round(words\/200));\n    var rt=document.getElementById('stratReadTime');\n    if(rt) rt.innerHTML=rt.innerHTML.replace('Calculating\u2026', mins+' min read');\n  }\n  if(document.readyState==='loading'){ document.addEventListener('DOMContentLoaded',init); }\n  else { init(); }\n})();\n<\/script>\n<!-- ===== End STRAT article header ===== -->\n\n\n\n<p class=\"wp-block-paragraph\">WhatsApp has just become another channel inside Klaviyo, and for a brand that sells in Spain that&#8217;s big news. In Spain, WhatsApp is where people talk every day, and where many customers already expect a shop to message them to confirm an order or let them know a shipment is on the way. Having it integrated in the same tool as your email and SMS changes things quite a bit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The new part is that you no longer need a separate plugin or a separate inbox to manage WhatsApp. Klaviyo treats it as a native channel, with the same customer data, the same segmentation, and the same flows you already use for email. You can trigger a WhatsApp message inside an abandoned cart flow, coordinate it with the email, and measure everything in one place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article we explain what Klaviyo&#8217;s new WhatsApp feature is, how it works, what to use it for and, above all, what to keep in mind so you don&#8217;t overuse such a personal channel, one that, handled badly, wears out fast and costs you money on top.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Klaviyo&#8217;s new WhatsApp feature?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Klaviyo launched WhatsApp as a native channel in late 2025, after announcing it the year before. Until now, if you wanted to use WhatsApp for marketing you had to rely on external tools that ran in their own silo, with no connection to the rest of your database or your flows. With the native integration, WhatsApp is orchestrated from the same canvas as email, SMS, and push notifications, with the unified customer profile behind it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the Spanish market this matters more than in other countries. WhatsApp is the dominant messaging app in Spain, with very high open rates and a direct, conversational tone that email doesn&#8217;t have. It can generate a lot of revenue per recipient, but it&#8217;s also one where a customer will block you at the first sign of over-messaging, because you&#8217;re reaching them in the same place they talk to their family.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How does WhatsApp work inside Klaviyo?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s one thing that sets it apart from email: you can&#8217;t just write whatever you want and hit send. Brand-initiated messages use templates that Meta, the company that owns WhatsApp, has to approve before you can use them. Klaviyo lets you build those templates inside the tool itself and, once they&#8217;re approved, send them both in one-off campaigns and inside your flows.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From there, it works like any other channel. You trigger WhatsApp inside a flow based on customer behaviour, their lifecycle stage, or what they&#8217;ve done on the site, and you coordinate it with the email and SMS in the same flow. Messages support rich formats like images, videos, carousels, call-to-action buttons, and quick replies, so the customer can tap a button and respond without typing. And because WhatsApp is connected to the customer profile and your service data, Klaviyo can avoid awkward situations like sending a promotion to someone who has an open support ticket.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Consent is built in. Klaviyo includes sign-up forms and opt-in and opt-out management, because on WhatsApp you need the customer&#8217;s explicit permission to message them, with no exceptions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What should you use it for?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The cases where WhatsApp performs best are high-value, high-expectation moments, not mass sends. The first is post-purchase: order confirmations and shipping updates, where customers appreciate the immediacy and almost nobody treats the messages as spam. The second is abandoned cart recovery, where a reminder with the product photo and a button back to the checkout converts really well because the channel feels so personal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After that, welcome flows work well for starting the relationship, along with select campaigns for launches or your VIP segment, and re-engagement of inactive customers with a specific offer. The key is to reserve WhatsApp for what genuinely deserves to interrupt someone in their most personal app, rather than to replicate every newsletter you already send by email.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Templates, categories, and cost: what changes compared to email<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the biggest practical difference from email: on WhatsApp every message you send has a cost, and they don&#8217;t all cost the same. Since July 2025, Meta charges per delivered message based on its category and the recipient&#8217;s country, so it&#8217;s worth understanding the categories before you build anything.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Marketing templates, which cover promotions, offers, and cart reminders, are the most expensive and get no volume discount, precisely to discourage mass sending. Utility templates, the transactional ones like order confirmations, shipping updates, or reminders, cost considerably less and are free if you reply within the service window. And when the customer messages you first, you have 24 hours to talk with them in free format at no cost, which means customer service replies don&#8217;t cost you anything.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The consequence for your strategy is direct. Every extra marketing message you send doesn&#8217;t just annoy the customer, it also shows up on your bill. That forces a discipline that email, where the cost per send is minimal, never really demanded.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What to keep in mind so you don&#8217;t overuse WhatsApp<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WhatsApp punishes overuse harder and faster than any other channel, and it does so in a way that hits you directly. If your messages trigger blocks or spam reports, your quality rating drops, and when it drops, Meta limits how many messages you can send. Overusing it doesn&#8217;t just burn out the relationship with the customer, it cuts your ability to use the channel with everyone else.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With that in mind, there are a few rules worth following. The first is consent: only message people who have given you explicit permission for WhatsApp, not your whole email list just because you have their phone number. The second is frequency: this is an intimate channel and tolerance for promotions is much lower than in email, so it pays to send few messages, well spaced out. The third is relevance: every message has to justify the interruption with something useful or personalised, not a generic one that could have gone perfectly well by email.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On top of that, always make the opt-out easy, so anyone who doesn&#8217;t want to carry on can leave without friction instead of blocking you. And keep an eye on cost, because since every marketing message is paid for, the temptation to over-send corrects itself the moment you look at the bill. The mental rule is simple: if you&#8217;re unsure whether a message deserves to go out on WhatsApp, it probably doesn&#8217;t.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How WhatsApp fits with your email and SMS<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most common mistake when you first roll out WhatsApp is using it for the same things you already do by email. Each channel has its role, and defining it before you start is what keeps you from overwhelming the customer. Email is still the channel for long-form content, newsletters, and educational sequences, where the cost per send is minimal and customers tolerate more frequency. WhatsApp fits the moments of immediacy and high value: the shipping update, the cart reminder, or the important launch. SMS is left for the very transactional and urgent, where you don&#8217;t need formatting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The thing to avoid at all costs is duplication: sending the same message by email and WhatsApp at once is the fastest way to overwhelm the customer and get them to unsubscribe from both. That&#8217;s why having all three channels in Klaviyo helps, because you can coordinate them in the same flow and decide which one each message goes out on based on what you know about the customer, instead of firing them off separately. This is where a <a href=\"https:\/\/strat.es\/en\/ecommerce-email-automation-agency\/\" target=\"_blank\" rel=\"noopener\" style=\"color:#ec186c;text-decoration:underline;text-decoration-color:#ec186c\">well-built email marketing strategy<\/a> makes the difference, because WhatsApp really performs when it adds to an email programme that already works, not when it tries to paper over its gaps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What is Klaviyo&#8217;s WhatsApp feature?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s the integration of WhatsApp as a native channel inside Klaviyo, launched in late 2025. It lets you send WhatsApp messages from campaigns and flows with the same customer data and segmentation you already use for email and SMS, and measure it all in one place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Do I need a separate tool to use WhatsApp with Klaviyo?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No. It used to require an external plugin that ran in its own silo. With the native integration, WhatsApp is managed from the same canvas as email and SMS, connected to the customer profile and your service data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I message any customer on WhatsApp?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No. You need the customer&#8217;s explicit permission for WhatsApp; having their phone number because they subscribed to email isn&#8217;t enough. On top of that, the messages you initiate use templates that Meta has to approve before you can send them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How much does it cost to send WhatsApp with Klaviyo?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since July 2025, Meta charges per delivered message based on its category and the country. Marketing messages (promotions, offers, cart) are the most expensive and get no volume discount. Utility messages (confirmations, shipping) cost much less, and replying to a customer within 24 hours of their message is free.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What is WhatsApp good for, and what should you avoid?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It performs in high-value moments like confirmations and shipping updates, cart recovery, welcomes, and campaigns for your VIP segment. It&#8217;s best to avoid using it to replicate every newsletter or for generic mass sends, because that overwhelms a very personal channel and drives up the cost.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What happens if I send too many WhatsApp messages?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Customers block you or mark you as spam, and that lowers your quality rating on WhatsApp. When that rating drops, Meta limits how many messages you can send, so overusing it cuts your ability to use the channel as well as burning out the relationship.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">WhatsApp is one of the biggest opportunities messaging marketing has had in years, but it&#8217;s a channel that rewards restraint and punishes overuse like no other. Used sensibly, within a strategy that coordinates email, SMS, and WhatsApp around what each customer wants, it becomes a highly profitable revenue source without burning out the relationship. If you want to set it up properly from the start and get the most out of it without overdoing it, at STRAT we work as an <a href=\"https:\/\/strat.es\/en\/klaviyo-agency-partner-spain\/\" target=\"_blank\" rel=\"noopener\" style=\"color:#ec186c;text-decoration:underline;text-decoration-color:#ec186c\">email marketing agency for ecommerce with Klaviyo<\/a> and coordinate all your channels with profitability first.<\/p>\n\n\n\n<!-- ===== STRAT author signature \u00b7 \u00c1lvaro D\u00edaz-Rato ===== -->\n<!-- Paste this whole block into a \"Custom HTML\" block at the end of the post. -->\n<div class=\"strat-author\">\n  <style>\n    .strat-author{\n      --sa-bg:#141414; --sa-pink:#ec186c; --sa-line:#2a2a2a;\n      --sa-ink:#f5f5f5; --sa-muted:#a3a3a3; --sa-bio:#cccccc;\n      display:flex; gap:22px; align-items:center;\n      background:var(--sa-bg); border:1px solid var(--sa-line); border-radius:16px;\n      padding:24px 26px; margin:40px 0;\n      font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n      box-shadow:0 18px 40px rgba(0,0,0,.18);\n    }\n    .strat-author *{box-sizing:border-box}\n    .strat-author__photo{\n      width:104px; height:104px; flex:0 0 104px; border-radius:50%;\n      object-fit:cover; display:block;\n      border:2px solid var(--sa-pink); box-shadow:0 0 0 4px rgba(236,24,108,.18);\n    }\n    .strat-author__body{min-width:0}\n    .strat-author__eyebrow{\n      display:block; font-size:11px; font-weight:600; letter-spacing:.14em;\n      text-transform:uppercase; color:var(--sa-pink); margin:0 0 4px;\n    }\n    .strat-author__name{\n      font-size:20px; font-weight:700; color:var(--sa-ink);\n      margin:0 0 2px; line-height:1.2;\n    }\n    .strat-author__role{\n      display:block; font-size:13.5px; font-weight:500; color:var(--sa-muted); margin:0 0 10px;\n    }\n    .strat-author__bio{\n      font-size:14px; line-height:1.55; color:var(--sa-bio); margin:0 0 14px;\n    }\n    .strat-author__link{\n      display:inline-flex; align-items:center; gap:8px;\n      background:var(--sa-pink); color:#ffffff !important; text-decoration:none !important;\n      font-size:13.5px; font-weight:600; padding:9px 16px; border-radius:9px;\n      transition:background .15s ease, transform .15s ease;\n    }\n    .strat-author__link:hover{background:#d1145f; transform:translateY(-1px); color:#fff !important;}\n    .strat-author__link svg{display:block}\n    @media (max-width:560px){\n      .strat-author{flex-direction:column; text-align:center; gap:16px; padding:24px 20px}\n      .strat-author__link{align-self:center}\n    }\n  <\/style>\n  <img decoding=\"async\" class=\"strat-author__photo\" src=\"https:\/\/strat.es\/wp-content\/uploads\/2026\/06\/alvaro-diaz-rato-strat.png\" alt=\"\u00c1lvaro D\u00edaz-Rato, founder of STRAT\">\n  <div class=\"strat-author__body\">\n    <span class=\"strat-author__eyebrow\">Written by<\/span>\n    <p class=\"strat-author__name\">\u00c1lvaro D\u00edaz-Rato<\/p>\n    <span class=\"strat-author__role\">Founder of STRAT \u00b7 Growth Expert<\/span>\n    <p class=\"strat-author__bio\">I founded STRAT with one fixed idea: that ecommerce marketing should be measured in profit, not in metrics that look good in a report. I have spent years deep in paid media, email marketing and Shopify, and I have learned that profitable growth does not come from any miracle channel, but from making all the pieces work together. Today I help ecommerce brands scale without losing sight of the only thing that matters: making real money.<\/p>\n    <a class=\"strat-author__link\" href=\"https:\/\/www.linkedin.com\/in\/alvaro-diaz-rato\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.41v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.45v6.29zM5.34 7.43a2.06 2.06 0 1 1 0-4.13 2.06 2.06 0 0 1 0 4.13zM7.12 20.45H3.56V9h3.56v11.45zM22.22 0H1.77C.79 0 0 .77 0 1.73v20.54C0 23.23.79 24 1.77 24h20.45c.98 0 1.78-.77 1.78-1.73V1.73C24 .77 23.2 0 22.22 0z\"><\/path><\/svg>\n      Connect on LinkedIn\n    <\/a>\n  <\/div>\n<\/div>\n<!-- ===== End author signature ===== -->\n","protected":false},"excerpt":{"rendered":"<p>Calculating\u2026 Updated 17 August 2026 In this article WhatsApp has just become another channel inside Klaviyo, and for a brand that sells in Spain that&#8217;s big news. In Spain, WhatsApp is where people talk every day, and where many customers already expect a shop to message them to confirm an order or let them know [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":5798,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_uag_custom_page_level_css":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-5793","post","type-post","status-publish","format-standard","has-post-thumbnail","category-email-marketing","entry"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",526,395,false],"thumbnail":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",150,113,true],"medium":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",600,451,true],"medium_large":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",768,577,true],"large":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",1024,770,true],"1536x1536":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",526,395,true],"2048x2048":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",526,395,true],"gur_featured_image":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",526,395,true],"gur_blog_thumbnail":["https:\/\/strat.es\/wp-content\/uploads\/2026\/08\/4.svg",526,395,true]},"uagb_author_info":{"display_name":"Alvaro Diaz","author_link":"https:\/\/strat.es\/en\/author\/alvaro\/"},"uagb_comment_info":0,"uagb_excerpt":"Calculating\u2026 Updated 17 August 2026 In this article WhatsApp has just become another channel inside Klaviyo, and for a brand that sells in Spain that&#8217;s big news. In Spain, WhatsApp is where people talk every day, and where many customers already expect a shop to message them to confirm an order or let them know&hellip;","_links":{"self":[{"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/posts\/5793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/comments?post=5793"}],"version-history":[{"count":2,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/posts\/5793\/revisions"}],"predecessor-version":[{"id":5803,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/posts\/5793\/revisions\/5803"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/media\/5798"}],"wp:attachment":[{"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/media?parent=5793"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/categories?post=5793"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/strat.es\/en\/wp-json\/wp\/v2\/tags?post=5793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}