CINXE.COM

Marketing Solutions | Twilio

<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"/> <title>Marketing Solutions | Twilio</title> <meta name="description" content="Build high-impact marketing campaigns at scale with Twilio Customer Engagement Platform’s personalized, data-powered marketing solutions. Deliver marketing messages and offers to customers globally by combining the best in first-party data and digital communications."/> <meta name="template" content="base-page"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="robots" content="index"/> <meta property="og:url" content="https://www.twilio.com/en-us/solutions/marketing"/> <meta name="twitter:url" content="https://www.twilio.com/en-us/solutions/marketing"/> <script defer="defer" type="text/javascript" src="https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js" data-routing="program=62254,environment=555373,tier=publish"></script> <link rel="canonical" href="https://www.twilio.com/en-us/solutions/marketing"/> <link rel="alternate" href="https://www.twilio.com/en-us/solutions/marketing" hreflang="en-us"/> <link rel="alternate" href="https://www.twilio.com/pt-br/solutions/marketing" hreflang="pt-br"/> <link rel="alternate" href="https://www.twilio.com/es-mx/solutions/marketing" hreflang="es-mx"/> <link rel="alternate" href="https://www.twilio.com/ja-jp/solutions/marketing" hreflang="ja-jp"/> <link rel="alternate" href="https://www.twilio.com/fr-fr/solutions/marketing" hreflang="fr-fr"/> <link rel="alternate" href="https://www.twilio.com/de-de/solutions/marketing" hreflang="de-de"/> <link rel="alternate" href="https://www.twilio.com/en-us/solutions/marketing" hreflang="en"/> <!-- Based on path identifying if GTM ID should be twilio.com's or cusomter's --> <!-- 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; j.onerror=function(){if(w.disableAF){w.disableAF()}};f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5JLZ694');</script> <!-- End Google Tag Manager --> <!-- End Pre-Hiding Script --> <!-- Adobe Launch Script --> <script src="https://assets.adobedtm.com/a62564f453ce/b1b9d7ec982b/launch-29605e749a31.min.js" async></script> <!-- End Adobe Launch Script --> <!-- Segment Script --> <script> var segmentKey = "tdqj3S9J338oMnJLXqI49jDMX8ZEPhgM"; !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey=segmentKey;;analytics.SNIPPET_VERSION="4.16.1"; analytics.page(); }}(); </script> <!-- End Segment Script --> <!-- Segment Consent Manager Script --> <script async> var segmentKey = "tdqj3S9J338oMnJLXqI49jDMX8ZEPhgM"; const isConsentRequired = true; const consentDecision = getCookieValue("cmapi_cookie_privacy"); fetchDestinations(segmentKey).then(destinations => { const destinationPreferences = destinations .map(function(dest) { if (consentDecision.includes("1") && consentDecision.includes("2") && consentDecision.includes("3")) return { [dest.id]: true }; if (consentDecision.includes("1") && consentDecision.includes("2")) return { [dest.id]: dest.category !== "Advertising" }; if (consentDecision.includes("1") && consentDecision.includes("3")) return { [dest.id]: dest.category === "Advertising" }; if (consentDecision.includes("1")) return { [dest.id]: false }; }) .reduce( (acc, val) => { return {...val, ...acc};}, { "Segment.io": !!consentDecision.includes("2") } ); conditionallyLoadAnalytics({ writeKey: segmentKey, destinations, destinationPreferences, isConsentRequired: isConsentRequired }); }); function getCookieValue(cookieName) { var name = cookieName + "="; let decodedCookie = decodeURIComponent(document.cookie); let cookieArray = decodedCookie.split(';'); for(const cookie of cookieArray) { let trimmedCookie = cookie.trim(); if (trimmedCookie.indexOf(name) == 0){ return trimmedCookie.substring(name.length); } } return "permit 1,2,3"; } function conditionallyLoadAnalytics({ writeKey, destinations, destinationPreferences, isConsentRequired }) { let isAnythingEnabled = false; if (!destinationPreferences) { if (isConsentRequired) { return; } if (!window.analytics.initialized) { window.analytics.load(writeKey); } return; } for (const destination of Object.keys(destinationPreferences) ) { const isEnabled = destinationPreferences[destination]; if (isEnabled) { isAnythingEnabled = true; } } if (isAnythingEnabled) { window.analytics.load(writeKey, { integrations: destinationPreferences }); } } async function fetchDestinationForWriteKey(writeKey) { const res = await window.fetch( "https://cdn.segment.com/v1/projects/"+writeKey+"/integrations" ); if (!res.ok) { throw new Error( "Failed to fetch integrations for write key "+writeKey+": HTTP+"+res.status+res.statusText ); } const destinations = await res.json(); for (const destination of destinations) { destination.id = destination.creationName; delete destination.creationName; } return destinations; } async function fetchDestinations(writeKey) { const destinationsRequests = []; destinationsRequests.push(fetchDestinationForWriteKey(writeKey)); let destinations = await Promise.all(destinationsRequests); destinations = [ ...destinations .reduce((a, b) => a.concat(b), []) .filter(d => d.id !== "Repeater") .reduce((map, item) => { map.has(item["id"]) || map.set(item["id"], item); return map; }, new Map()) .values() ]; return destinations; } </script> <!-- End Segment Consent Manager Script --> <!-- OG data --> <meta property="og:type" content="website"/> <meta property="og:site_name" content="Twilio"/> <meta property="og:url" content="https://www.twilio.com/en-us/solutions/marketing"/> <meta property="og:title" content="Marketing Solutions | Twilio"/> <meta property="og:description" content="Build high-impact marketing campaigns at scale with Twilio Customer Engagement Platform’s personalized, data-powered marketing solutions. Deliver marketing messages and offers to customers globally by combining the best in first-party data and digital communications."/> <meta property="og:image" content="https://www.twilio.com/content/dam/twilio-com/core-assets/social/twilio-com-default-ogimage.png"/> <!-- OG data --> <meta name="twitter:site" content="@twilio"/> <meta name="twitter:url" content="https://www.twilio.com/en-us/solutions/marketing"/> <meta name="twitter:title" content="Marketing Solutions | Twilio"/> <meta name="twitter:description" content="Build high-impact marketing campaigns at scale with Twilio Customer Engagement Platform’s personalized, data-powered marketing solutions. Deliver marketing messages and offers to customers globally by combining the best in first-party data and digital communications."/> <meta name="twitter:image" content="https://www.twilio.com/content/dam/twilio-com/core-assets/social/twilio-com-default-ogimage.png"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" href="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-site.lc-18ca746af5d8b3849c3a5a167b793256-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/twilio-com/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/twilio-com/clientlibs/clientlib-site.lc-b914adb166fa58f15d72dd0d25e1257c-lc.min.css" type="text/css"> <link rel="apple-touch-icon" sizes="180x180" href="/content/dam/twilio-com/core-assets/social/apple-touch-icon.png"/> <link rel="icon" type="image/png" sizes="32x32" href="/content/dam/twilio-com/core-assets/social/favicon-32x32.png"/> <link rel="icon" type="image/png" sizes="16x16" href="/content/dam/twilio-com/core-assets/social/favicon-16x16.png"/> <link rel="manifest" href="/content/dam/twilio-com/core-assets/social/site.webmanifest"/> <link rel="mask-icon" href="/content/dam/twilio-com/core-assets/social/safari-pinned-tab.svg" color="#f22f46"/> <meta name="msapplication-TileColor" content="#f22f46"/> <meta name="theme-color" content="#ffffff"/> <script>window.dataLayer = window.dataLayer || [];</script> <script> var _C = { REDACTION_COPY: { EMAIL: "EMAIL_REDACTED" } }; function extractParams() { for ( var b = [], a, c = /([^&=]+)=?([^&]*)/g, d = window.location.search.substring(1); (a = c.exec(d)); ) b.push([a[1], a[2]]); return b; } var urlParams = extractParams(), emailRegex = /(([^<>()\[\]\\.,;:\s@"%]+(\.[^<>()\[\]\\.,;:\s@"%]+)*)|(".+"))(@|%40)((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/g; urlParams = urlParams.map(function (b) { return b.map(function (a) { _redactedValue = decodeURIComponent(a).replace( emailRegex, _C.REDACTION_COPY.EMAIL ); return _redactedValue === _C.REDACTION_COPY.EMAIL ? _redactedValue : a; }); }); function rewriteURL(b) { if (0 === b.length) return ( window.location.protocol + "//" + window.location.host + window.location.pathname + window.location.hash ); for (var a = "?", c = 0; c < b.length; c++) 0 < c && (a = a.concat("\x26")), (a = a.concat(b[c][0] + "\x3d" + b[c][1])); return ( window.location.protocol + "//" + window.location.host + window.location.pathname + a + window.location.hash ); } var newURL = rewriteURL(urlParams); newURL !== window.location.href && window.history.replaceState({}, document.title, newURL); var newTitle = document.title.replace(emailRegex, _C.REDACTION_COPY.EMAIL); newTitle !== document.title && (document.title = newTitle); dataLayer.push({ event: "piiRedacted" }); </script> <style> #teconsent { position: fixed; z-index: 1000; bottom: 0; right: 0; } </style> </head> <body class="base-page page basicpage " id="base-page-da58a4dc65"> <!-- Based on path identifying if GTM ID should be twilio.com's or cusomter's --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5JLZ694" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="teconsent" style="display: none;"></div> <header class="experiencefragment global-header"> <div class="xfpage page basicpage"> <nav role="navigation" class="navigation" data-maxmind-enabled="false" data-phone-endpoint="/content/twilio-com/global/en-us/solutions/marketing.phonenumber.json" data-lang="en_US"> <header class="top-navigation"> <ul class="top-navigation-menu"> <li> <div class="language-selector select"> <button class="language-selector-button select-toggle" type="button" aria-expanded="false" aria-controls="language-selector" id="language-selector-button"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2849_179)"> <path d="M0.5 8C0.5 9.98912 1.29018 11.8968 2.6967 13.3033C4.10322 14.7098 6.01088 15.5 8 15.5C9.98912 15.5 11.8968 14.7098 13.3033 13.3033C14.7098 11.8968 15.5 9.98912 15.5 8C15.5 6.01088 14.7098 4.10322 13.3033 2.6967C11.8968 1.29018 9.98912 0.5 8 0.5C6.01088 0.5 4.10322 1.29018 2.6967 2.6967C1.29018 4.10322 0.5 6.01088 0.5 8V8Z" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.19267 15.2806C5.178 13.7926 4.5 11.0886 4.5 7.99997C4.5 4.9113 5.178 2.2073 6.19267 0.719299" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0.5 8H15.5" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1.6543 12H14.345" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2 4H14" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.80762 0.719299C10.8223 2.2073 11.5003 4.9113 11.5003 7.99997C11.5003 11.0886 10.8223 13.7926 9.80762 15.2806" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_2849_179"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg> <span>English</span> <div class="select-arrow"> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </div> </button> <ul class="select-menu language-menu" role="menu" id="language-selector" inert aria-hidden="true" aria-labelledby="language-selector-button"> <li role="menuitem"> <a class href="/ja-jp/solutions/marketing" data-lang-code="ja-jp"> <span>日本語</span> </a> </li> <li role="menuitem"> <a class href="/de-de/solutions/marketing" data-lang-code="de-de"> <span>Deutsch</span> </a> </li> <li role="menuitem"> <a class href="/en-us/solutions/marketing" data-lang-code="en-us"> <span>English</span> <img src="/content/dam/twilio-com/core-assets/design-ops/component-svgs/check-black.svg" alt="Selected language icon" loading="lazy" class="selected-lang"/> </a> </li> <li role="menuitem"> <a class href="/es-mx/solutions/marketing" data-lang-code="es-mx"> <span>Español (México)</span> </a> </li> <li role="menuitem"> <a class href="/fr-fr/solutions/marketing" data-lang-code="fr-fr"> <span>Français</span> </a> </li> <li role="menuitem"> <a class href="/pt-br/solutions/marketing" data-lang-code="pt-br"> <span>Português (Brasil)</span> </a> </li> </ul> </div> </li> <li class="hide-md-down"> <div class="support-selector select"> <button class="support-selector-button select-toggle" aria-expanded="false" aria-controls="support-selector" id="support-selector-button" type="button"> <span>Support</span> <div class="select-arrow"> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </div> </button> <ul class="select-menu support-menu" role="menu" id="support-selector" inert aria-hidden="true" aria-labelledby="support-selector-button"> <li role="menuitem"> <a class target="_blank" href="https://help.twilio.com/"> <span>Help Center</span> </a> </li> <li role="menuitem"> <a class target="_self" href="https://help.twilio.com/"> <span>Talk to Support</span> </a> </li> <li role="menuitem"> <a class target="_blank" href="https://www.twiliotraining.com/store"> <span>Training</span> </a> </li> <hr/> <li role="menuitem"> <a class target="_blank" href="/en-us/support-plans"> <span>Support Plans</span> </a> </li> <li role="menuitem"> <a class target="_blank" href="/en-us/partners"> <span>Partner Solutions</span> </a> </li> </ul> </div> </li> <li class="hide-md-down"> <a class="login-link" href="https://www.twilio.com/login" data-uuid="43983c73-3a17-3fe1-b1fd-27f42de677ca">Login</a> </li> <li class="hide-md-down hide-up"> <a class="console-link" href="https://www.twilio.com/console" data-uuid="8ccb73b7-e8fa-3129-8959-37edc4c44418">Console</a> </li> </ul> </header> <div class="navigation-sections"> <div class="navigation-logo"> <a href="https://www.twilio.com/en-us" data-uuid="" aria-label="Twilio.com"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 133 48" class="customer-logo"> <title>Twilio logo</title> <g class="twilio"> <g class="path-fill logo-fill"> <path d="M15 32.8462C17.1242 32.8462 18.8461 31.1242 18.8461 29C18.8461 26.8758 17.1242 25.1539 15 25.1539C12.8758 25.1539 11.1538 26.8758 11.1538 29C11.1538 31.1242 12.8758 32.8462 15 32.8462ZM15 22.8462C17.1242 22.8462 18.8461 21.1242 18.8461 19C18.8461 16.8758 17.1242 15.1538 15 15.1538C12.8758 15.1538 11.1538 16.8758 11.1538 19C11.1538 21.1242 12.8758 22.8462 15 22.8462ZM25 32.8462C27.1242 32.8462 28.8462 31.1242 28.8462 29C28.8462 26.8758 27.1242 25.1539 25 25.1539C22.8758 25.1539 21.1538 26.8758 21.1538 29C21.1538 31.1242 22.8758 32.8462 25 32.8462ZM25 22.8462C27.1242 22.8462 28.8462 21.1242 28.8462 19C28.8462 16.8758 27.1242 15.1538 25 15.1538C22.8758 15.1538 21.1538 16.8758 21.1538 19C21.1538 21.1242 22.8758 22.8462 25 22.8462ZM20 4C30.8333 4 40 13.1667 40 24C40 34.8333 30.8333 44 20 44C9.16668 44 0 34.8333 0 24C0 13.1668 9.16673 4 20 4ZM20 9.38461C11.9512 9.38461 5.38462 15.7238 5.38462 23.7315C5.38462 31.7392 11.9512 38.6154 20 38.6154C28.0488 38.6154 34.6154 31.7392 34.6154 23.7315C34.6154 15.7238 28.0488 9.38461 20 9.38461ZM62.6848 35.9231H68.9693C69.1955 35.9231 69.2924 35.8262 69.357 35.6L71.4382 27.9166L73.4572 35.6C73.5218 35.8262 73.6187 35.9231 73.8449 35.9231H80.1268C80.3852 35.9231 80.5468 35.8262 80.6114 35.6L85.0011 19.3077V35.5354C85.0011 35.7615 85.1626 35.9231 85.3888 35.9231H92.3026C92.5287 35.9231 92.6903 35.7615 92.6903 35.5354V18.6185C92.6903 18.3923 92.5287 18.2308 92.3026 18.2308L78.8307 18.2321C78.6046 18.2321 78.4753 18.3291 78.4107 18.5875L76.8848 26.4076L75.3482 18.5875C75.3159 18.3614 75.1544 18.2321 74.9282 18.2321H68.0901C67.8639 18.2321 67.7024 18.3614 67.6701 18.5875L66.1738 26.4076L64.6823 18.5875C64.6177 18.3291 64.4885 18.2321 64.2623 18.2321L54.0538 18.2308V12.4678C54.0538 12.177 53.8536 12.0478 53.5306 12.1447L47.1123 14.215C46.8861 14.2796 46.7569 14.4735 46.7569 14.6996L46.7494 17.4155C46.7494 18.094 46.394 18.3847 45.7155 18.3847H44.0563C43.8301 18.3847 43.6685 18.5462 43.6685 18.7724V23.6139C43.6685 23.8401 43.8301 24.0016 44.0563 24.0016H46.5385V29.8815C46.5385 34.0492 48.1785 36.4046 53.1861 36.4046C55.1246 36.4046 56.7092 36.1555 57.5493 35.7678C57.8077 35.6386 57.9 35.477 57.9 35.2186V30.6413C57.9 30.3828 57.6462 30.2536 57.3231 30.4151C56.9031 30.609 56.4169 30.6413 55.9323 30.6413C54.64 30.6413 54.2276 30.1567 54.2276 28.5413V24.0016H57.238C57.4642 24.0016 57.6149 23.8518 57.6149 23.6257V19.3077L62.2002 35.6C62.2648 35.8262 62.4263 35.9231 62.6848 35.9231ZM85.0011 16.3053C85.0011 16.5315 85.1626 16.6931 85.3888 16.6931H92.3026C92.5287 16.6931 92.6903 16.5315 92.6903 16.3053V12.4678C92.6903 12.2416 92.5287 12.0801 92.3026 12.0801H85.3888C85.1626 12.0801 85.0011 12.2416 85.0011 12.4678V16.3053ZM94.2299 35.5354C94.2299 35.7615 94.3914 35.9231 94.6176 35.9231H101.539C101.765 35.9231 101.926 35.7615 101.926 35.5354V12.4678C101.926 12.2416 101.765 12.0801 101.539 12.0801H94.6176C94.3914 12.0801 94.2299 12.2416 94.2299 12.4678V35.5354ZM103.465 35.5354C103.465 35.7615 103.627 35.9231 103.853 35.9231H110.755C110.982 35.9231 111.143 35.7615 111.143 35.5354L111.139 18.6185C111.139 18.3923 110.978 18.2308 110.752 18.2308H103.849C103.623 18.2308 103.462 18.3923 103.462 18.6185L103.465 35.5354ZM103.462 16.3053C103.462 16.5315 103.623 16.6931 103.849 16.6931H110.755C110.982 16.6931 111.143 16.5315 111.143 16.3053L111.139 12.4678C111.139 12.2416 110.978 12.0801 110.752 12.0801H103.849C103.623 12.0801 103.462 12.2416 103.462 12.4678V16.3053ZM112.352 27.2323C112.352 32.4985 116.395 36.4615 122.308 36.4615C128.22 36.4615 132.228 32.4985 132.228 27.2323V26.8123C132.228 21.5462 128.22 17.6923 122.308 17.6923C116.395 17.6923 112.352 21.5462 112.352 26.8123V27.2323ZM119.769 27.2462V26.9307C119.769 24.5077 120.886 23.56 122.308 23.56C123.729 23.56 124.852 24.5077 124.852 26.9307V27.2462C124.852 29.637 123.729 30.6369 122.308 30.6369C120.886 30.6369 119.769 29.637 119.769 27.2462Z" fill="#F22F46"/> </g> </g> </svg> </a> </div> <ul class="navigation-links" role="list"> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-0" data-nav-id="0" class="navigation-link" id="navigation-link-0"> Products </button> <div data-nav-id="0" aria-labelledby="navigation-link-0" id="navigation-dropdown-0" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/messaging" target="_self" data-uuid="c65ba57f-0180-378b-a5a5-4f81c8d14373"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messaging"> <path d="M18.511 66.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 48.187V16.314A5.314 5.314 0 0 1 7.313 11h57.374A5.314 5.314 0 0 1 70 16.313v31.875a5.314 5.314 0 0 1-5.313 5.312H34.683L20.955 65.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 15.25c-.595 0-1.063.467-1.063 1.063v31.875c0 .594.468 1.062 1.063 1.062h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 49.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V16.313c0-.595-.468-1.063-1.063-1.063H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> <p class="navigation-dropdown-link-description"> Send and receive multichannel text and media messages in 180+ countries </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/messaging/channels/sms" target="_self" data-uuid="f2c3345d-3fa1-33d2-ac50-e682e778a0d8">SMS</a> <a href="/en-us/messaging/channels/whatsapp" target="_self" data-uuid="afe9c931-96ed-3c7a-895b-671a04507508">WhatsApp</a> <a href="/en-us/messaging/conversations-api" target="_self" data-uuid="4dc05265-7e3a-37f8-85bb-5f6587fdc22f">Conversations</a> <a href="/en-us/messaging/channels/rcs" target="_self" data-uuid="9e18930c-b023-39e8-b333-75606e8d9231">RCS</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice" target="_self" data-uuid="fbdaf169-d9be-33ff-9a3b-edc7ad68de86"> <svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M25.6264 34.6385L25.659 34.5419L35.4121 7.04017C36.622 3.6285 41.698 4.49252 41.698 8.11013L41.6978 29.4478L44.4808 29.4481C46.6711 29.4481 48.218 31.5627 47.5692 33.6229L47.5372 33.7194L36.7466 64.6588C35.5514 68.0857 30.4551 67.2318 30.4551 63.6046L30.4548 38.8287L28.7099 38.8289C26.5126 38.8289 24.965 36.7018 25.6264 34.6385ZM38.4629 32.6652V8.11013L28.7099 35.6118H33.6902V63.6046L44.4808 32.6652H38.4629ZM16.7287 15.2802C16.693 14.4288 15.9908 13.7464 15.1246 13.74C14.2313 13.7334 13.5018 14.4483 13.4951 15.3366L13.1918 56.0007L13.1932 56.081C13.2289 56.9324 13.9311 57.6147 14.7973 57.6212C15.6906 57.6277 16.4202 56.9129 16.4268 56.0246L16.7301 15.3605L16.7287 15.2802ZM1.61752 23.7446C2.48379 23.7446 3.191 24.4218 3.23307 25.2729L3.23505 25.3531V47.9701C3.23505 48.8585 2.51086 49.5787 1.61752 49.5787C0.75126 49.5787 0.0440456 48.9015 0.00197953 48.0504L0 47.9701V25.3531C0 24.4648 0.72419 23.7446 1.61752 23.7446ZM70.3825 23.7446C71.2487 23.7446 71.9559 24.4218 71.998 25.2729L72 25.3531V47.9701C72 48.8585 71.2758 49.5787 70.3825 49.5787C69.5162 49.5787 68.809 48.9015 68.7669 48.0504L68.7649 47.9701V25.3531C68.7649 24.4648 69.4891 23.7446 70.3825 23.7446ZM58.0305 13.74C58.8967 13.7465 59.5989 14.4288 59.6346 15.2802L59.636 15.3605L59.3327 56.0246C59.3261 56.9129 58.5965 57.6277 57.7032 57.6212C56.837 57.6148 56.1348 56.9324 56.0991 56.081L56.0977 56.0007L56.401 15.3366C56.4076 14.4483 57.1372 13.7335 58.0305 13.74Z" fill="#121C2D"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> <p class="navigation-dropdown-link-description"> Make, receive, and monitor calls around the world </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice" target="_self" data-uuid="85a51b0c-4d53-387b-a7ae-907acf893d72">PSTN</a> <a href="/en-us/sip-trunking" target="_self" data-uuid="9bc860ef-c600-35c7-8472-aba61c48de31">SIP Trunking</a> <a href="/en-us/voice-sdk" target="_self" data-uuid="eaa2af1d-a6c5-313d-ba19-d1c7ab1ee858">SDK</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/verify" target="_self" data-uuid="09ea660c-4bb0-3472-9b1c-62d7726f31f7"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> <p class="navigation-dropdown-link-description"> Globally-managed multichannel 2FA and passwordless authentication </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/lookup" target="_self" data-uuid="9ddfe08b-e121-3904-99a3-e29de8ba0d43"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> <p class="navigation-dropdown-link-description"> Know your customer and assess identity risk with real-time phone intelligence </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/email-api" target="_self" data-uuid="ae4a1f31-bb99-3afc-a76e-3d73bfd77527"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> <p class="navigation-dropdown-link-description"> Deliver email messages reliably at scale with SendGrid </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless" target="_self" data-uuid="ac64ad4a-b6e1-3b67-bc3f-9c582536609c"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Task Router logo</title> <g class="twilio_task-router"> <path d="M57.25 27.75 70 21.375 57.25 15v12.75ZM53 51.125A2.131 2.131 0 0 0 50.875 49H48.75c-6.8 0-10.625-5.95-14.45-12.75 3.825-6.8 7.65-12.75 14.45-12.75h2.125A2.131 2.131 0 0 0 53 21.375a2.131 2.131 0 0 0-2.125-2.125H48.75c-8.288 0-13.175 6.163-17 12.75-3.825-6.587-8.712-12.75-17-12.75H4.125A2.131 2.131 0 0 0 2 21.375 2.13 2.13 0 0 0 4.125 23.5H14.75c6.8 0 10.625 5.95 14.45 12.75C25.375 43.05 21.55 49 14.75 49H4.125A2.131 2.131 0 0 0 2 51.125a2.13 2.13 0 0 0 2.125 2.125H14.75c8.288 0 13.175-6.163 17-12.75 3.825 6.587 8.712 12.75 17 12.75h2.125A2.131 2.131 0 0 0 53 51.125Zm4.25 6.375L70 51.125 57.25 44.75V57.5Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> <p class="navigation-dropdown-link-description"> Build, deploy, and run apps with Twilio’s serverless environment and visual builder </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/phone-numbers" target="_self" data-uuid="bc7654e5-0721-3c82-91e0-a3cbe7e25011"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Phone Numbers logo</title> <g class="twilio_phone-numbers"> <g class="path-fill"> <path d="M61.233 22.531H50.402L52.923 4.64a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L45.726 22.53h-13.84l2.522-17.89a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L27.21 22.53H12.63a2.321 2.321 0 0 0-2.314 2.315 2.321 2.321 0 0 0 2.314 2.314h13.933L24.295 43.36h-13.98A2.321 2.321 0 0 0 8 45.676a2.321 2.321 0 0 0 2.315 2.314h13.308l-2.685 19.05a2.304 2.304 0 0 0 1.967 2.615h.324c1.134 0 2.13-.833 2.292-1.99l2.777-19.697h30.62a2.321 2.321 0 0 0 2.315-2.314 2.321 2.321 0 0 0-2.314-2.315H47.462l2.268-16.201h11.48a2.321 2.321 0 0 0 2.315-2.315 2.321 2.321 0 0 0-2.315-2.314l.023.023Zm-18.446 20.83h-13.84l2.267-16.201h13.841l-2.268 16.201Z"/> <path d="M41.77 69.977h-.325a2.304 2.304 0 0 1-1.967-2.615l1.852-13.17c.185-1.273 1.32-2.153 2.615-1.967a2.304 2.304 0 0 1 1.968 2.615L44.06 68.01A2.315 2.315 0 0 1 41.77 70v-.023Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Phone Numbers</strong> </span> <p class="navigation-dropdown-link-description"> Access local, national, and toll-free phone numbers </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/phone-numbers/toll-free" target="_self" data-uuid="bcdfd127-e417-3f55-8d47-8c519354096c">Toll-Free</a> <a href="/en-us/a2p-10dlc" target="_self" data-uuid="a4625ef8-f987-3ceb-b706-0e20b72ec175">10DLC</a> <a href="/en-us/messaging/channels/sms/short-codes" target="_self" data-uuid="6a6c6b4f-bd9b-3032-89e9-f8878c6c6bca">Short Codes</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video" target="_self" data-uuid="18154e03-2a6c-3e04-9d6a-fe839e1d0d88"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> <p class="navigation-dropdown-link-description"> Connect virtually with secure, high-quality video calling at global scale </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex" target="_self" data-uuid="01b27b9e-4068-385b-bad2-abbdac206df3"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> <p class="navigation-dropdown-link-description"> Digital engagement center for customer service and sales </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="5c2d9c5a-08e1-39ea-b937-91b213ac174b">Contact center</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/engage" target="_self" data-uuid="8523f978-5f68-3011-aad2-8e0c25c78e27"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Engage</strong> </span> <p class="navigation-dropdown-link-description"> Create multi-channel campaigns with a unified data-first platform </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/marketing-campaigns" target="_self" data-uuid="b4a7bbcb-e911-309b-99a4-553796478f8a"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns </strong> </span> <p class="navigation-dropdown-link-description"> Create and manage email marketing campaigns with SendGrid </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section has-border"> <h5 class="navigation-dropdown-title"> <span>Customer Data</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/" target="_blank" data-uuid="9a6fde8b-0d94-3c2e-8437-c8659a43ba63"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Segment logo</title> <g class="segment"> <path d="M65.64 23.242H31.876a2.254 2.254 0 0 0-2.254 2.254v3.998a2.254 2.254 0 0 0 2.254 2.253H65.64a2.254 2.254 0 0 0 2.254-2.253v-3.998a2.254 2.254 0 0 0-2.254-2.254ZM40.125 40.253H6.359a2.254 2.254 0 0 0-2.254 2.254v3.997a2.254 2.254 0 0 0 2.254 2.254h33.766a2.254 2.254 0 0 0 2.254-2.254v-3.997a2.254 2.254 0 0 0-2.254-2.254ZM16.863 63.642a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505Zm38.274-46.779a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505ZM36 61.516c-2.382 0-4.7-.34-6.89-.978-1.041-.298-2.147.298-2.53 1.318l-1.446 3.998a2.137 2.137 0 0 0 1.425 2.785A33.775 33.775 0 0 0 35.999 70c13.886 0 25.772-8.335 31.066-20.243.51-1.148-.02-2.487-1.212-2.913l-3.997-1.467c-1.02-.383-2.19.085-2.637 1.063C55.222 55.286 46.313 61.473 36 61.473v.043Zm0-51.032c2.381 0 4.7.34 6.89.978 1.041.298 2.147-.297 2.53-1.318l1.445-3.998a2.137 2.137 0 0 0-1.424-2.785A33.776 33.776 0 0 0 36 2c-13.885-.021-25.771 8.314-31.066 20.221-.51 1.149.022 2.488 1.212 2.913l3.998 1.468c1.02.382 2.19-.085 2.636-1.064C16.778 16.694 25.687 10.505 36 10.505v-.02Z" class="path-fill fill-path"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify your customer data with Segment CDP to power personalized engagement </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/connections" target="_blank" data-uuid="80c6422a-7ea3-39a4-9952-06c6846c86e0"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 6.85714C2 4.17462 4.17462 2 6.85714 2H65.1429C67.8255 2 70 4.17462 70 6.85714V14.1429C70 16.8254 67.8255 19 65.1429 19H38.0242C35.3416 19 33.1671 21.1746 33.1671 23.8571V42.476C33.1671 45.1586 30.9923 47.3331 28.3097 47.3331H6.85714C4.17462 47.3331 2 45.1586 2 42.476V6.85714ZM38.8329 29.5242C38.8329 26.8416 41.0077 24.667 43.6903 24.667H65.1429C67.8255 24.667 70 26.8416 70 29.5242V65.1431C70 67.8254 67.8255 70.0002 65.1429 70.0002H6.85714C4.17462 70.0002 2 67.8254 2 65.1431V57.8573C2 55.1747 4.17462 53.0002 6.85714 53.0002H33.9758C36.6584 53.0002 38.8329 50.8254 38.8329 48.1431V29.5242Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Connections ↗</strong> </span> <p class="navigation-dropdown-link-description"> Integrate web and mobile app data with a single API </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/reverse-etl" target="_blank" data-uuid="dd5d0700-bf87-33e5-aba1-83472ef7ffb7">Reverse ETL</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/protocols" target="_blank" data-uuid="04efcd9f-8d7b-3df3-b1f4-b48e000751cc"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Cloud with an upload download symbol</title> <g class="networks_cloud-upload-download"> <path fill-rule="evenodd" d="M24.799 2.006A23.31 23.31 0 0 1 47.572 18.39a15.85 15.85 0 0 1 21.016 7.886 15.857 15.857 0 0 1-10.59 21.922 2 2 0 1 1-.971-3.88 11.852 11.852 0 0 0 8.972-11.354 11.857 11.857 0 0 0-13.828-11.836 11.85 11.85 0 0 0-4.767 1.94 2 2 0 0 1-3.105-1.28A19.318 19.318 0 0 0 33.672 7.904 19.309 19.309 0 0 0 6.188 22.628a19.32 19.32 0 0 0 5.667 16.542 2 2 0 1 1-2.787 2.87 23.317 23.317 0 0 1 15.73-40.034Zm.55 34.152a2 2 0 0 1 1.414.586l8.525 8.526a2 2 0 1 1-2.829 2.828l-5.11-5.111V68a2 2 0 1 1-4 0V42.987l-5.11 5.111a2 2 0 1 1-2.83-2.828l8.525-8.526a2 2 0 0 1 1.415-.586Zm21.312 0a2 2 0 0 1 2 2V63.17l5.11-5.111a2 2 0 1 1 2.829 2.828l-8.525 8.526a2 2 0 0 1-2.829 0l-8.525-8.526a2 2 0 1 1 2.83-2.828l5.11 5.11v-25.01a2 2 0 0 1 2-2Z" class="path-fill" clip-rule="evenodd"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Protocols ↗</strong> </span> <p class="navigation-dropdown-link-description"> Protect the integrity of your data </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/unify" target="_blank" data-uuid="51b743b4-fbc4-3f37-bc58-92bb4d9cee95"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M15.6794 21.5625C15.6794 12.1391 23.3118 4.5 32.7269 4.5C33.4512 4.5 34.0382 5.08763 34.0382 5.8125V37.3126C34.0382 38.0375 33.4512 38.6249 32.7269 38.6249C23.3118 38.6249 15.6794 30.9858 15.6794 21.5625ZM39.2835 28.125C42.9048 28.125 45.8404 25.1868 45.8404 21.5625C45.8404 17.9381 42.9048 15 39.2835 15C39.0932 15.0013 38.9032 15.0144 38.7144 15.0394C38.527 15.0644 38.338 15.0071 38.1958 14.8824C38.0536 14.7577 37.9722 14.5776 37.9722 14.3884V5.8125C37.9722 5.08763 38.5594 4.5 39.2835 4.5C40.236 4.50822 41.1861 4.59603 42.124 4.7625C42.7565 4.86378 43.2234 5.40763 43.2281 6.04875V8.60813C43.2287 8.8851 43.4029 9.13194 43.6635 9.225C44.0922 9.37699 44.5125 9.55225 44.9224 9.75001C45.1741 9.86329 45.4699 9.80661 45.662 9.60826L47.4665 7.80488C47.9198 7.3517 48.6341 7.29287 49.1554 7.66575C50.7093 8.77081 52.0667 10.1293 53.1708 11.6846C53.5427 12.207 53.4827 12.922 53.0292 13.3751L51.2273 15.1785C51.031 15.3759 50.9805 15.6758 51.1014 15.9266C51.2956 16.3387 51.4712 16.7614 51.626 17.1892C51.719 17.4501 51.9656 17.6245 52.2423 17.625H54.7836C55.4238 17.6251 55.9703 18.0878 56.0767 18.7196C56.416 20.5997 56.416 22.5253 56.0767 24.4054C55.9703 25.0372 55.4238 25.4999 54.7836 25.5001H52.2423C51.9615 25.4951 51.7091 25.6708 51.6155 25.9357C51.4633 26.3628 51.2885 26.7827 51.091 27.1957C50.9701 27.4466 51.0206 27.7464 51.2169 27.9439L53.0239 29.7419C53.476 30.1947 53.5358 30.908 53.1655 31.4299C52.0614 32.9858 50.7042 34.3453 49.1501 35.4513C48.6282 35.8236 47.9139 35.7636 47.4611 35.3096L45.6567 33.5062C45.4595 33.3097 45.1599 33.2593 44.9092 33.3802C44.499 33.5769 44.0789 33.7521 43.6503 33.9053C43.3888 33.9986 43.2145 34.2468 43.2151 34.5248V37.0684C43.2149 37.7091 42.7526 38.2562 42.1214 38.3625C41.1835 38.5289 40.2334 38.6167 39.281 38.6249C38.5567 38.6249 37.9696 38.0375 37.9696 37.3126V28.6316C37.9694 28.4644 38.042 28.3051 38.1684 28.1959C38.2947 28.0864 38.4627 28.0376 38.6279 28.062C38.8448 28.0976 39.0639 28.1187 39.2835 28.125ZM32.7269 39.9375C18.2488 39.9534 6.5159 51.6966 6.5 66.1874C6.5 66.9123 7.08711 67.5 7.81134 67.5H32.7269C33.4512 67.5 34.0382 66.9123 34.0382 66.1874V41.2501C34.0382 40.5252 33.4512 39.9375 32.7269 39.9375ZM63.8582 60.9376C64.5029 60.9429 65.0506 61.4112 65.1564 62.0479C65.3806 63.4306 65.4955 64.8288 65.5 66.2296C65.4746 66.936 64.8949 67.4953 64.1886 67.4947H51.5998C51.2688 67.4917 50.9949 67.2368 50.9677 66.9068C50.3065 60.3387 45.1167 55.1445 38.5545 54.4826C38.2247 54.4555 37.97 54.1812 37.9671 53.8501V41.2501C37.9667 40.5392 38.5317 39.9574 39.2417 39.9375C41.1171 39.9371 42.9872 40.1367 44.8201 40.5334C45.4152 40.6716 45.8363 41.2028 45.8351 41.8143V45.7754C45.8349 46.0542 46.0105 46.3025 46.2731 46.395C47.2649 46.746 48.2293 47.1707 49.158 47.6654C49.4123 47.8017 49.7258 47.7546 49.9291 47.5501L52.6435 44.8619C53.0874 44.418 53.7834 44.3508 54.3038 44.7019C57.3678 46.8439 59.9373 49.6188 61.8387 52.8393C62.1303 53.352 62.0446 53.9961 61.629 54.4143L58.7439 57.3019C58.5531 57.4905 58.4969 57.7769 58.6023 58.0238C58.9423 58.8176 59.2322 59.6321 59.4704 60.4623C59.552 60.7438 59.8097 60.9374 60.1025 60.9376H63.8582Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Unify ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify customer data across every channel </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/profiles-sync/" target="_blank" data-uuid="df9276fe-890c-3edc-a15e-2191450e6a5f">Profiles Sync</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/twilio-engage/journeys" target="_blank" data-uuid="52a31c29-b4ce-3b9c-81ff-a3d8ceb9630a"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Journeys ↗</strong> </span> <p class="navigation-dropdown-link-description"> Orchestrate multichannel customer journeys </p> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/products" target="_self" class="button button-secondary">See all products</a> </div> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-1" data-nav-id="1" class="navigation-link" id="navigation-link-1"> Solutions </button> <div data-nav-id="1" aria-labelledby="navigation-link-1" id="navigation-dropdown-1" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Use Cases</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/user-verification-identity" target="_self" data-uuid="8a61b858-319b-3379-abd3-566a6abdcb14"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verification &amp; identity</strong> </span> <p class="navigation-dropdown-link-description"> Add user verification to protect against fraud. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/fraud-prevention" target="_self" data-uuid="407b7bc2-53a5-3e33-9734-e199ad34fdd6">Fraud prevention</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/alerts-and-notifications" target="_self" data-uuid="80bd65b4-774c-34de-b134-036c4413b9c7"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Alerts &amp; notifications</strong> </span> <p class="navigation-dropdown-link-description"> Deliver notifications across text, email, voice. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/appointment-reminders" target="_self" data-uuid="78e8fd81-c6d5-367a-813c-71bed7f19bdd">Appointment reminders</a> <a href="/en-us/use-cases/lead-alerts" target="_self" data-uuid="8f4e1e8a-42be-3fba-9020-8fa3379fbefa">Lead alerts</a> <a href="/en-us/use-cases/mass-texting" target="_self" data-uuid="183e2e30-f42a-327a-96fa-b5b6361f460e">Mass texting</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/marketing-and-promotions" target="_self" data-uuid="d6bfc75d-ccaa-3499-b691-87560532b852"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing &amp; promotions</strong> </span> <p class="navigation-dropdown-link-description"> Create multichannel marketing campaigns. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/solutions/text-marketing" target="_self" data-uuid="20e53019-744c-3125-853c-5c23c67fad10">SMS marketing</a> <a href="/en-us/use-cases/automated-customer-surveys" target="_self" data-uuid="b19035be-c429-37ee-9444-7459d9f739f3">Customer surveys</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="8164b46f-cfc8-3810-a421-ffb97109f50c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Contact Center</strong> </span> <p class="navigation-dropdown-link-description"> Provide personalized, data-driven service. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/ivr" target="_self" data-uuid="51363291-2576-349e-a9d0-424155eda446"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>IVR &amp; self-service</strong> </span> <p class="navigation-dropdown-link-description"> Set up a modern IVR with AI-enabled support. </p> </div> </a> <div class="navigation-dropdown-shortcut-links multiline"> <a href="/en-us/use-cases/call-tracking" target="_self" data-uuid="a708bb96-0908-3b37-a321-9aefff43b428">Call tracking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Teams</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/marketing" target="_self" data-uuid="13b41fbe-fd91-313f-84a9-66f96e8bea81"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Marketing</strong> </span> <p class="navigation-dropdown-link-description"> Keep customers engaged on any channel </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/product-and-engineering" target="_self" data-uuid="b00be778-d89d-3eb0-b749-8fdc42a670e1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Product &amp; Engineering</strong> </span> <p class="navigation-dropdown-link-description"> Connect with target users reliably and securely </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/customer-experience" target="_self" data-uuid="0a87b1a4-059c-3755-9c39-40596a306f51"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Experience</strong> </span> <p class="navigation-dropdown-link-description"> Deliver personalized sales and support experiences at scale </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="17c80c23-dd41-30d2-af31-4cb01c9dbaf1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developers</strong> </span> <p class="navigation-dropdown-link-description"> Tutorials and docs to start building on Twilio </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Industries</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/financial-services" target="_self" data-uuid="7ae500c7-4ddc-331f-97c3-7466b653129b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Financial Services</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/healthcare" target="_self" data-uuid="4b84119b-4e11-3715-92d0-afb0ac35dc70"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Healthcare</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/hospitality" target="_self" data-uuid="fa74729a-8a7a-3830-a313-6b67c9d6a7a4"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Hospitality</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/public-sector" target="_self" data-uuid="52d2134e-9eaf-3f01-994f-d98a9fdbebc1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Public Sector</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/real-estate" target="_self" data-uuid="337d3dd2-b03c-3846-9f44-fcf9a88dc783"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Real Estate</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/retail" target="_self" data-uuid="4215e011-af2d-3e36-aaf1-cc991287c528"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Retail</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/solutions" target="_self" class="button button-secondary">See all solutions</a> </div> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>People shaking hands</title> <g class="users_handshake--circle"> <path fill-rule="evenodd" d="M11.96 60.04C18.38 66.46 26.92 70 36 70c9.08 0 17.62-3.54 24.04-9.96C66.46 53.62 70 45.08 70 36c0-9.08-3.54-17.62-9.96-24.04C53.62 5.54 45.08 2 36 2c-9.08 0-17.62 3.54-24.04 9.96C5.54 18.38 2 26.92 2 36c0 9.08 3.54 17.62 9.96 24.04Zm2.83-45.25C20.45 9.12 27.99 6 36 6c8.01 0 15.54 3.12 21.21 8.79a29.947 29.947 0 0 1 6 8.54h-4.55a5.397 5.397 0 0 0-1.415.134L44.75 18.54c-1-.37-2.05-.54-3.12-.47-1.06.06-2.09.34-3.01.82l-6.072 3.031a7.01 7.01 0 0 0-2.968-1.091c-1.19-.15-2.41.01-3.57.47l-8.637 3.684a5.337 5.337 0 0 0-.323-.314c-1.02-.92-2.33-1.38-3.71-1.33H8.791a30.13 30.13 0 0 1 5.999-8.55ZM7.266 27.34A30.046 30.046 0 0 0 6 36c0 2.98.432 5.893 1.265 8.67H13.5a1.241 1.241 0 0 0 1.31-1.12V28.46c-.03-.31-.17-.6-.41-.81-.25-.22-.56-.33-.9-.31H7.266ZM8.79 48.67h4.78l-.01.01c1.29 0 2.52-.46 3.49-1.33a5.3 5.3 0 0 0 .737-.81h2.743l8 6.11a4.308 4.308 0 0 0 3.12 1.3l-.02.01c1.01 0 1.98-.35 2.77-1l8.094-6.685 10.743-2.145a5.24 5.24 0 0 0 5.193 4.54h4.778a30.038 30.038 0 0 1-5.998 8.54C51.55 62.88 44.01 66 36 66c-8.01 0-15.54-3.13-21.21-8.79a29.947 29.947 0 0 1-6-8.54Zm55.944-4A30.086 30.086 0 0 0 66 36c0-2.98-.432-5.893-1.266-8.67H58.5c-.096 0-.191.008-.284.024-.155.087-.32.154-.493.197a1.27 1.27 0 0 0-.533.909v13.048c.014.133.013.265 0 .395v1.647a1.241 1.241 0 0 0 1.31 1.12h6.234ZM34.96 34h-.09c-.82-.01-1.62-.19-2.38-.53a6.33 6.33 0 0 1-1.99-1.41c-.57-.6-1-1.3-1.29-2.07a6.34 6.34 0 0 1 .249-5.121A3.12 3.12 0 0 0 27.54 25l-8.75 3.73v13.81h2.41c.44 0 .86.14 1.21.41l8.67 6.62c.1.08.2.17.29.27.06.07.15.11.24.12.1.01.18-.02.26-.08l8.204-6.776c.142-.163.31-.303.501-.414l3.415-2.82c.08-.06.13-.16.14-.26 0-.09-.01-.18-.06-.25l-5.665-6.29-1.135.48c-.75.31-1.53.46-2.32.46l.01-.01Zm12.867 7.134 5.373-1.072V28.26c.039-.67.202-1.314.478-1.905L43.31 22.27c-.44-.17-.94-.24-1.44-.21s-.99.16-1.44.4l-6.45 3.22c-.46.25-.85.69-1.05 1.23-.2.54-.2 1.13.01 1.66.11.3.27.54.47.76.2.21.44.38.71.5.26.11.53.17.8.18.27 0 .55-.05.81-.15l6.41-2.71c1.02-.43 2.19.04 2.62 1.06.43 1.02-.05 2.19-1.06 2.62l-1.397.59 4.807 5.34s.06.07.09.11c.7.91 1.02 2.04.89 3.18-.043.376-.131.74-.263 1.084Z" class="path-fill fill-path" clip-rule="evenodd"/> </g> </svg> <span>Partners</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners" target="_self" data-uuid="524095c8-b918-3482-890c-5f32b5dd5392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Find a partner</strong> </span> <p class="navigation-dropdown-link-description"> Work with a Twilio partner to buy or build the right solution </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners/become-a-partner" target="_self" data-uuid="e9e2abbd-08c9-3d71-a326-dea63713c4a5"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Partner with us</strong> </span> <p class="navigation-dropdown-link-description"> Join our Partner Program to build or sell Twilio solutions to your customers. </p> </div> </a> </li> </ul> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-2" data-nav-id="2" class="navigation-link" id="navigation-link-2"> Developers </button> <div data-nav-id="2" aria-labelledby="navigation-link-2" id="navigation-dropdown-2" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section blue"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>An Open book</title> <g class="documents_book--open"> <path d="M35.995 67.5h-.029c-.263 0-.515-.058-.748-.164a1.946 1.946 0 0 1-.642-.454h-.01c-.146-.165-7.349-7.363-30.173-7.673-.943-.029-1.79-.396-2.42-1.053A3.412 3.412 0 0 1 1 55.75V7.95c0-.918.36-1.788 1.011-2.435.32-.329.71-.58 1.137-.754A3.32 3.32 0 0 1 4.49 4.5c19.305.251 28.297 5.276 31.505 7.672 3.208-2.396 12.2-7.42 31.506-7.672.495 0 .923.077 1.35.26.419.175.808.426 1.138.755A3.418 3.418 0 0 1 71 7.95v47.82c0 .889-.34 1.739-.962 2.396a3.435 3.435 0 0 1-2.392 1.053c-22.737.31-29.979 7.43-30.202 7.653-.03.039-.069.068-.107.106a.979.979 0 0 1-.156.126 1.973 1.973 0 0 1-.437.251 1.768 1.768 0 0 1-.603.135h-.136l-.01.01Zm1.944-51.927v46.168c4.287-2.541 13.123-6.107 29.163-6.387V8.374c-19.228.33-27.19 5.605-29.163 7.2ZM4.89 55.354c16.039.27 24.875 3.836 29.162 6.377V15.573c-1.944-1.575-9.906-6.87-29.163-7.198v46.98Zm39.923-7.807a1.933 1.933 0 0 1-.622-3.768 65.327 65.327 0 0 1 15.932-3.16 1.949 1.949 0 0 1 2.08 1.787 1.939 1.939 0 0 1-1.798 2.068 61.28 61.28 0 0 0-14.97 2.967 1.93 1.93 0 0 1-.612.096l-.01.01Zm-17.624 0c-.204 0-.408-.03-.612-.097a60.922 60.922 0 0 0-14.97-2.966 1.939 1.939 0 0 1-1.799-2.068c.078-1.063 1.02-1.855 2.08-1.788a65.422 65.422 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.445 1.945 1.945 0 0 1-1.847 1.323l-.01-.01Zm0-9.982c-.204 0-.408-.029-.612-.096a60.832 60.832 0 0 0-14.97-2.967 1.939 1.939 0 0 1-1.799-2.068c.078-1.062 1.02-1.845 2.08-1.787a65.327 65.327 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.444 1.945 1.945 0 0 1-1.847 1.324l-.01-.01Zm17.624 0a1.933 1.933 0 0 1-.622-3.768 65.331 65.331 0 0 1 15.932-3.16c1.06-.067 2.003.725 2.08 1.788a1.939 1.939 0 0 1-1.798 2.068 61.194 61.194 0 0 0-14.97 2.966 1.93 1.93 0 0 1-.612.097l-.01.01Z" class="path-fill fill-path"/> </g> </svg> <span>Documentation</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/flex" target="_self" data-uuid="202617e5-93a5-3f8d-a293-5fd07113423d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sms" target="_self" data-uuid="4a7d38b6-987a-3434-819a-8315ad35aa69"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>SMS</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/voice" target="_self" data-uuid="276792df-f5d6-374a-b4ac-ce3760668b6c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://docs.sendgrid.com/" target="_self" data-uuid="3a701880-504d-3d84-a4d2-19da3883139d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/whatsapp" target="_self" data-uuid="11717582-95ce-36a6-b33c-aa4968c7816a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>WhatsApp API</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sip-trunking" target="_self" data-uuid="9c18aca3-4bad-3cb7-b449-2fb09e0ee6de"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Elastic SIP Trunking</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/verify/api" target="_self" data-uuid="2216d993-093c-32a9-8311-c03d32122ee9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/serverless/functions-assets/functions" target="_self" data-uuid="cc54ec7e-db8f-3e55-a052-f3c6aa412514"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Functions</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/studio" target="_self" data-uuid="698bf00e-7d9d-36ee-9901-73eb234f7e79"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Studio</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/twilio-cli/quickstart" target="_self" data-uuid="bd2d1990-cd6c-3a5b-8fde-660fa31e84ee"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio CLI</strong> </span> </div> </a> </li> </ul> <div class="button-container small inverse"> <a href="https://www.twilio.com/docs" target="_self" class="button button-secondary">See all docs</a> </div> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation">> <title>Two users in a circle</title> <g class="users_user-group--circle"> <path fill-rule="evenodd" d="M15.7 42.495c2.59 2.59 6.02 4.01 9.68 4.01s7.09-1.43 9.68-4.01c2.59-2.59 4.01-6.02 4.01-9.68 0-.548-.032-1.09-.095-1.626a1.966 1.966 0 0 0-.064-.474 13.598 13.598 0 0 0-3.851-7.58 13.584 13.584 0 0 0-9.68-4.01c-3.66 0-7.1 1.42-9.68 4.01a13.584 13.584 0 0 0-4.01 9.68c0 3.66 1.42 7.09 4.01 9.68Zm18.945-12.531a9.648 9.648 0 0 0-2.415-3.999 9.622 9.622 0 0 0-6.85-2.84c-2.59 0-5.02 1.01-6.85 2.84-.206.206-.4.419-.586.639a17.338 17.338 0 0 0 7.916 3.861c2.951.592 5.952.419 8.785-.501Zm.35 4.065a21.222 21.222 0 0 1-5.685.776v.01c-1.41 0-2.83-.14-4.24-.42a21.25 21.25 0 0 1-9.031-4.17 9.728 9.728 0 0 0-.349 2.59c0 2.59 1.01 5.02 2.84 6.85a9.622 9.622 0 0 0 6.85 2.84c2.59 0 5.02-1.01 6.85-2.84a9.615 9.615 0 0 0 2.765-5.636Z" clip-rule="evenodd" class="fill-path path-fill"/> <path fill-rule="evenodd" d="M36 69.875c-9.05 0-17.55-3.52-23.95-9.92-6.4-6.4-9.92-14.91-9.92-23.95s3.52-17.56 9.92-23.96c6.4-6.4 14.91-9.92 23.95-9.92s17.56 3.52 23.95 9.92c6.39 6.4 9.92 14.9 9.92 23.95 0 6.87-2.029 13.424-5.806 18.983a1.98 1.98 0 0 1-.282.408 34.297 34.297 0 0 1-3.832 4.559c-6.4 6.4-14.91 9.92-23.95 9.92v.01Zm26.011-19.146c2.524-4.442 3.869-9.484 3.869-14.724 0-7.97-3.11-15.48-8.75-21.12-5.64-5.64-13.15-8.75-21.13-8.75v-.01c-7.98 0-15.48 3.11-21.12 8.75-5.64 5.64-8.75 13.14-8.75 21.13 0 5.916 1.705 11.558 4.88 16.378a21.122 21.122 0 0 1 29.107.308 14.615 14.615 0 0 1 3.373-3.266 14.737 14.737 0 0 1 3.936-1.954 9.454 9.454 0 0 1-2.156-1.616 9.46 9.46 0 0 1-2.05-3.06 9.341 9.341 0 0 1-.72-3.61c0-1.24.24-2.46.72-3.61a9.46 9.46 0 0 1 2.05-3.06c.88-.88 1.91-1.57 3.06-2.04 2.3-.95 4.92-.95 7.22 0a9.46 9.46 0 0 1 3.06 2.05 9.46 9.46 0 0 1 2.05 3.06c.48 1.15.72 2.37.72 3.61 0 1.24-.24 2.46-.72 3.61a9.304 9.304 0 0 1-2.05 3.06 9.454 9.454 0 0 1-2.137 1.606 14.713 14.713 0 0 1 5.539 3.258Zm-19.216 5.138a10.766 10.766 0 0 1 8.165-5.062c1.86-.17 3.74.15 5.44.92a10.901 10.901 0 0 1 3.359 2.401 30.305 30.305 0 0 1-2.629 2.999A29.857 29.857 0 0 1 46.185 64.1a20.954 20.954 0 0 0-3.39-8.233Zm-3.788 1.614a17.043 17.043 0 0 1 3.298 7.73c-2.05.439-4.16.664-6.305.664-7.97 0-15.48-3.11-21.12-8.75a30.609 30.609 0 0 1-1.435-1.536 17.088 17.088 0 0 1 7.335-4.224c3.3-.92 6.77-.84 10.03.25a17.101 17.101 0 0 1 7.887 5.471c.086.143.19.276.31.395ZM51.94 33.745a5.395 5.395 0 0 0-3.84 1.59c-.51.51-.9 1.1-1.18 1.76a5.47 5.47 0 0 0 0 4.16c.27.66.67 1.26 1.18 1.76.51.51 1.1.9 1.76 1.18 1.33.55 2.83.55 4.16 0 .66-.27 1.26-.67 1.76-1.18.51-.51.9-1.1 1.18-1.76a5.47 5.47 0 0 0 0-4.16c-.27-.66-.67-1.26-1.18-1.76-.51-.51-1.1-.9-1.76-1.18a5.47 5.47 0 0 0-2.08-.41Z" clip-rule="evenodd" class="fill-path path-fill"/> </g> </svg> <span>Community</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="44e0ac6f-a865-3570-9b75-6c2a200146b9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Ahoy!</strong> </span> <p class="navigation-dropdown-link-description"> Get inspired by the latest from our developer community </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog/developers" target="_self" data-uuid="f39790d8-1e22-3926-8425-4854e425c140"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developer Blog</strong> </span> <p class="navigation-dropdown-link-description"> Read tutorials, community projects, and product updates </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://stackoverflow.com/collectives/twilio" target="_self" data-uuid="50efaed5-3ef6-3f25-bdfe-cc3e5f66d63b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Stack Overflow</strong> </span> <p class="navigation-dropdown-link-description"> Ask the Twilio community for help </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/champions" target="_self" data-uuid="517d626e-33c1-3931-8977-69ba8a6aa28f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Champions</strong> </span> <p class="navigation-dropdown-link-description"> Become a Twilio community Champion </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Wrench and screwdriver</title> <g class="etc_wrench-screwdriver"> <path class="path-fill fill-path" fill-rule="evenodd" d="M57.847 20.266a6.292 6.292 0 0 1-2.909-.705l-23.96 24.07 3.32 3.334c.367.37.57.856.57 1.37a1.96 1.96 0 0 1-.57 1.382L15.596 68.482a8.45 8.45 0 0 1-6.04 2.508h-.01a8.46 8.46 0 0 1-6.04-2.518A8.553 8.553 0 0 1 1 62.405c0-2.285.89-4.453 2.507-6.067l18.7-18.765a1.933 1.933 0 0 1 2.74 0l3.296 3.31 23.96-24.078a6.348 6.348 0 0 1-.696-2.908c0-1.701.658-3.305 1.859-4.501l7.782-7.827a1.933 1.933 0 0 1 2.74 0L70.12 7.82a1.933 1.933 0 0 1 0 2.742l-7.792 7.826a6.275 6.275 0 0 1-4.482 1.867v.01Zm-2.478-6.369c0 .662.262 1.284.726 1.75l.004.004c.93.93 2.553.939 3.49-.003L66.008 9.2l-3.49-3.505-6.422 6.442a2.476 2.476 0 0 0-.726 1.76ZM6.237 59.09l17.335-17.395 6.611 6.64L12.857 65.73a4.662 4.662 0 0 1-3.31 1.371 4.623 4.623 0 0 1-3.3-1.37 4.673 4.673 0 0 1-1.375-3.326c0-1.254.484-2.43 1.365-3.316Z" clip-rule="evenodd"/> <path class="path-fill fill-path" d="M21.84 30.64c.377.38.87.574 1.365.574l.01.02c.493 0 .987-.195 1.364-.574a1.954 1.954 0 0 0 0-2.752l-4.627-4.647a1.925 1.925 0 0 0-2.08-.438 9.06 9.06 0 0 1-4.066.603 8.97 8.97 0 0 1-7.163-4.716 10.9 10.9 0 0 0 2.923.068 10.75 10.75 0 0 0 6.37-3.092 10.877 10.877 0 0 0 3.068-6.407c.106-.982.077-1.974-.078-2.946a8.952 8.952 0 0 1 2.081 1.536 9.01 9.01 0 0 1 2.469 4.58 9.144 9.144 0 0 1-.436 5.192c-.28.72-.107 1.536.436 2.08l6.727 6.777a1.933 1.933 0 0 0 2.74 0 1.954 1.954 0 0 0 0-2.751l-5.886-5.921a13.06 13.06 0 0 0 .213-6.175 12.989 12.989 0 0 0-3.523-6.543 12.86 12.86 0 0 0-7.754-3.675 1.928 1.928 0 0 0-1.839.904 1.933 1.933 0 0 0 0 2.061 6.99 6.99 0 0 1 .997 4.434 6.912 6.912 0 0 1-1.965 4.093A6.884 6.884 0 0 1 9.111 14.9a6.835 6.835 0 0 1-4.413-1.002 1.95 1.95 0 0 0-2.053 0 1.933 1.933 0 0 0-.9 1.848 13.172 13.172 0 0 0 1.936 5.58 12.953 12.953 0 0 0 4.201 4.133 12.905 12.905 0 0 0 5.595 1.828c1.53.126 3.097-.03 4.578-.447l3.785 3.801ZM58.04 71c-2.516 0-4.994-.739-7.104-2.13a13.061 13.061 0 0 1-5.246-6.932 13.076 13.076 0 0 1-.126-7.467l-4.365-4.385a1.954 1.954 0 0 1 0-2.752 1.933 1.933 0 0 1 2.739 0l5.217 5.231c.542.545.716 1.371.436 2.09a9.182 9.182 0 0 0-.204 6.107 9.123 9.123 0 0 0 3.679 4.861 9.053 9.053 0 0 0 5.904 1.44 9.08 9.08 0 0 0 5.488-2.626 9.153 9.153 0 0 0 2.614-5.513c.213-2.08-.3-4.18-1.433-5.93a9.055 9.055 0 0 0-10.918-3.491 1.91 1.91 0 0 1-2.072-.438l-7.375-7.409a1.954 1.954 0 0 1 0-2.751 1.933 1.933 0 0 1 2.739 0l6.534 6.563a12.99 12.99 0 0 1 7.433.126 13.015 13.015 0 0 1 6.902 5.27 13.128 13.128 0 0 1 2.052 8.459 13.042 13.042 0 0 1-3.727 7.866A12.936 12.936 0 0 1 58.06 71h-.02Z"/> <path class="path-fill fill-path" d="M60.286 58.069a2.425 2.425 0 0 1-2.42 2.43 2.425 2.425 0 0 1-2.42-2.43 2.425 2.425 0 0 1 2.42-2.431 2.425 2.425 0 0 1 2.42 2.43Z"/> </g> </svg> <span>Tools &amp; Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/code-exchange" target="_self" data-uuid="82f92ed1-c941-3e67-8f96-daa4bbbfa252"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>CodeExchange</strong> </span> <p class="navigation-dropdown-link-description"> Usable code samples for faster builds </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/changelog" target="_self" data-uuid="d406aef4-2fe8-3406-a0b4-d5e7d530f428"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Changelog</strong> </span> <p class="navigation-dropdown-link-description"> See updates and additions to Twilio products </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://status.twilio.com" target="_self" data-uuid="511e46da-8d07-3439-a9c2-60b8e1ff1392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>API Status</strong> </span> <p class="navigation-dropdown-link-description"> Check real-time monitoring of APIs and all services </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/products/beta" target="_self" data-uuid="48e907ba-efae-30e7-bdcd-8beec988feab"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Beta Products and Features</strong> </span> <p class="navigation-dropdown-link-description"> Explore new launches and request access to early releases </p> </div> </a> </li> </ul> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-3" data-nav-id="3" class="navigation-link" id="navigation-link-3"> Why Twilio </button> <div data-nav-id="3" aria-labelledby="navigation-link-3" id="navigation-dropdown-3" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Company</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/why-twilio" target="_self" data-uuid="9a787b06-a28b-3280-9f6b-deea01bbc545"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Why Twilio</strong> </span> <p class="navigation-dropdown-link-description"> The trusted platform for data-driven customer engagement across any channel. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company" target="_self" data-uuid="a849a5d8-ff83-3d17-af32-7b9edfd56499"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>About Us</strong> </span> <p class="navigation-dropdown-link-description"> Twilio company page </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/values" target="_self" data-uuid="790c50bd-02f7-3684-9a34-dccc637c0787"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Magic</strong> </span> <p class="navigation-dropdown-link-description"> Twilio core values </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/diversity" target="_self" data-uuid="1bbd6dce-661a-3c54-81a1-d78659cb5b2c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Diversity</strong> </span> <p class="navigation-dropdown-link-description"> Diversity, equity, and inclusion </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://investors.twilio.com" target="_self" data-uuid="f9b5d6ef-c537-36ee-afb7-46999b3632f1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Investor Relations</strong> </span> <p class="navigation-dropdown-link-description"> Information for Twilio investors </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/press" target="_self" data-uuid="1b2fd53c-a7a5-32e0-8ad2-931a7dc28267"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Press &amp; Media</strong> </span> <p class="navigation-dropdown-link-description"> Latest announcements and launches </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Our Platform</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/customer-engagement-platform" target="_self" data-uuid="2b371b66-c4de-36b6-96d3-3496bba1c99a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Engagement Platform</strong> </span> <p class="navigation-dropdown-link-description"> Build durable customer relationships with personalized, data-driven engagement </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/cpaas" target="_self" data-uuid="57942c20-35e2-348b-ae14-03e10e3fd1f8">Communication</a> <a href="/en-us/customer-data-platform" target="_self" data-uuid="2ffd8303-febf-374d-b9cd-21f8efc6cfbc">Customer Data</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/trust-center" target="_self" data-uuid="8f381764-d1ce-3b8a-8474-a51f92736382"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Trust Center</strong> </span> <p class="navigation-dropdown-link-description"> Twilio’s security, data privacy, regulatory compliance, and resiliency policies. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/super-network" target="_blank" data-uuid="9689eb37-400d-3cf8-8476-5b380363d2f6"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Super Network</strong> </span> <p class="navigation-dropdown-link-description"> Simplify, strengthen and unite carrier communication networks using software. </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <span>Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/resource-center" target="_self" data-uuid="cacae192-dd0a-37a1-83f9-3062a802ce39"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Resource Center</strong> </span> <p class="navigation-dropdown-link-description"> Browse our content library for more resources on how you can create lasting customer relationships </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://customers.twilio.com/en-us" target="_self" data-uuid="70f2a22e-4399-3d83-9677-76decb0dc8d9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Stories</strong> </span> <p class="navigation-dropdown-link-description"> See what customers are building with Twilio </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog" target="_self" data-uuid="d72bede0-4aad-3cb7-8892-91ed84e6b26f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Blog</strong> </span> <p class="navigation-dropdown-link-description"> Explore the latest product updates, technical tutorials, and best practices </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/state-of-customer-engagement" target="_self" data-uuid="1084fc5e-4007-379e-9cff-44bd42fcc506"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>State of Customer Engagement</strong> </span> <p class="navigation-dropdown-link-description"> See the top trends shaping customer engagement in our annual report </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/events" target="_self" data-uuid="a6a76a7a-4d32-3482-bbd1-2ff679aad5f0"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Events</strong> </span> <p class="navigation-dropdown-link-description"> Join upcoming group events </p> </div> </a> </li> </ul> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-4" data-nav-id="4" class="navigation-link" id="navigation-link-4"> Pricing </button> <div data-nav-id="4" aria-labelledby="navigation-link-4" id="navigation-dropdown-4" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/pricing/messaging" target="_self" data-uuid="96d65f20-32f4-3713-96fe-2cf821d8583f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messagingx"> <g class="path-fill"> <path d="M14.232 46.958c-.53 0-1.083-.127-1.592-.36a3.69 3.69 0 0 1-2.145-3.356V36H7.309A5.311 5.311 0 0 1 2 30.691V11.578c0-2.93 2.379-5.31 5.31-5.31h31.854c2.931 0 5.31 2.38 5.31 5.31v10.894a2.13 2.13 0 0 1-2.124 2.124 2.13 2.13 0 0 1-2.124-2.124V11.578c0-.595-.467-1.062-1.062-1.062H7.33c-.594 0-1.061.467-1.061 1.062V30.69c0 .595.467 1.062 1.061 1.062h5.31a2.13 2.13 0 0 1 2.123 2.123v8.22l9.26-7.731a2.126 2.126 0 1 1 2.718 3.27l-10.13 8.453c-.68.573-1.53.87-2.379.87Z"/> <path d="M59.891 65.732a3.743 3.743 0 0 1-2.081-.637l-9.918-7.858h-2.59c-8.644 0-15.673-6.668-15.673-14.866 0-8.197 7.03-14.866 15.672-14.866h9.026C62.971 27.505 70 34.174 70 42.371c0 4.417-2.421 8.814-6.371 11.744v7.922c0 1.38-.765 2.633-1.975 3.27a3.638 3.638 0 0 1-1.742.425h-.02ZM48.636 52.99c.488 0 .934.17 1.316.467l9.408 7.454V52.99c0-.722.361-1.402.977-1.784 3.313-2.124 5.394-5.5 5.394-8.835 0-5.861-5.118-10.618-11.425-10.618H45.28c-6.286 0-11.425 4.757-11.425 10.618 0 5.862 5.118 10.619 11.425 10.619h3.356Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/sms/pricing/us" target="_self" data-uuid="cd19858a-b596-31db-9a4a-dc77079ca25d">SMS</a> <a href="/en-us/whatsapp/pricing" target="_self" data-uuid="33e93917-7fa5-30a6-8a19-d4217e896bfc">Whatsapp</a> <a href="/en-us/messaging/pricing/conversations-api" target="_self" data-uuid="fb1d6fd9-94bd-300a-bfe1-81d2b8e9fe94">Conversations</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_blank" data-uuid="a329ca03-44e4-36a3-b1d5-690c9338daf9"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice/pricing/us" target="_self" data-uuid="c4056d19-2a2f-3b73-a207-d78e69f85132"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Programmable Voice logo</title> <g class="twilio_programmable-voice"> <path d="M54.384 67.979a5.27 5.27 0 0 1-2.669-.734 138.575 138.575 0 0 1-15.78-10.953c-4.056-3.337-7.271-6.211-10.087-9.023-2.816-2.811-5.926-6.252-9.456-10.491-2.857-3.525-7.354-9.694-10.695-15.506a5.265 5.265 0 0 1 .84-6.337l8.447-8.456c1.997-1.972 5.443-1.972 7.439 0l10.212 10.198a5.217 5.217 0 0 1 1.534 3.714 5.217 5.217 0 0 1-1.534 3.714l-2.794 2.79c2.857 3.588 5.337 6.379 7.774 8.813 2.816 2.812 5.569 5.288 8.405 7.554l2.795-2.791c2.038-2.035 5.38-2.056 7.439 0l10.212 10.218A5.217 5.217 0 0 1 68 54.403a5.217 5.217 0 0 1-1.534 3.714l-8.342 8.33A5.27 5.27 0 0 1 54.384 68v-.021ZM18.683 9.165a.986.986 0 0 0-.736.315L9.5 17.894c-.336.336-.4.86-.168 1.28 3.215 5.602 7.564 11.54 10.296 14.94 3.425 4.112 6.43 7.448 9.183 10.176 2.732 2.727 5.82 5.497 9.77 8.729a134.385 134.385 0 0 0 15.277 10.617c.4.23.946.167 1.282-.168l8.342-8.33c.273-.273.315-.588.315-.735a1.02 1.02 0 0 0-.315-.734L53.27 43.45a1.08 1.08 0 0 0-1.492 0l-4.14 4.133a2.095 2.095 0 0 1-2.794.147l-1.471-1.175a102.691 102.691 0 0 1-8.741-7.869c-2.543-2.538-5.128-5.455-8.09-9.148l-1.177-1.469a2.087 2.087 0 0 1 .147-2.79l4.118-4.134a1.05 1.05 0 0 0 .316-.734 1.02 1.02 0 0 0-.316-.735L19.44 9.46a1.056 1.056 0 0 0-.736-.315h-.021v.021Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice/conference/pricing" target="_self" data-uuid="bdf5bad8-839c-3cc2-befc-caefedbefa87">Conferencing</a> <a href="/en-us/sip-trunking/pricing/us" target="_self" data-uuid="a36943fb-5aa4-39dc-961b-51e70e40efb0">SIP trunking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/verify/pricing" target="_self" data-uuid="5c910363-d68b-3e0a-875a-7b333197fadb"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/lookup/pricing" target="_self" data-uuid="764f3144-e164-3216-a6ac-db00e0e38fc0"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless/pricing" target="_self" data-uuid="2aba174c-e04e-35fb-9be8-8df21e8f3bcc"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video/pricing" target="_self" data-uuid="7bd70d75-cf69-30ce-9ae5-ea9730e53641"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex/pricing" target="_self" data-uuid="454d3fdf-99a1-35d7-ac19-b3c0e80a9372"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/pricing/" target="_blank" data-uuid="6f4a34e1-7640-361d-a7ce-70ee86701cb6"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_self" data-uuid="b30a861c-7875-3e06-81b4-e6e9991f918f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/pricing" target="_blank" class="button button-secondary">See all pricing</a> </div> </div> </div> </li> </ul> <div class="navigation-right"> <div class="navigation-search-container"> <button type="button" class="navigation-search-button" aria-expanded="false" aria-label="Search"> <svg viewBox="0 0 40 40"> <path d="M26.804 29.01c-2.832 2.34-6.465 3.746-10.426 3.746C7.333 32.756 0 25.424 0 16.378 0 7.333 7.333 0 16.378 0c9.046 0 16.378 7.333 16.378 16.378 0 3.96-1.406 7.594-3.746 10.426l10.534 10.534c.607.607.61 1.59-.004 2.202-.61.61-1.597.61-2.202.004L26.804 29.01zm-10.426.627c7.323 0 13.26-5.936 13.26-13.26 0-7.32-5.937-13.257-13.26-13.257C9.056 3.12 3.12 9.056 3.12 16.378c0 7.323 5.936 13.26 13.258 13.26z"></path> </svg> </button> <div class="navigation-search-viewport" aria-hidden="true" data-results-url="/content/twilio-com/global/en-us/search-results.html" data-empty-text="No results"> <div data-search-app-id="ZSUJLF71OK" data-search-api-key="2b15157d51ab026b3a4b8ced539381a4" data-search-index-id="twiliocom_aem_prod_en-us" class="algolia-search" id="search-box"> </div> <div class="navigation-search-dropdown shadow-card" aria-hidden="true"> <div class="algolia-search-hits" id="search-hits"></div> <div class="algolia-search-policy"> <p>Data is collected based on search terms. <a href="/en-us/legal/privacy" target="_self" rel="noopener noreferrer">Privacy Policy</a></p> </div> </div> </div> </div> <ul class="navigation-buttons" role="list"> <li class="button-container small"> <a href="/en-us/help/sales" data-uuid="dc9a3d55-9388-32e0-822e-733230ff3c95" class="button button-secondary navigation-button-sales">Contact sales</a> </li> <li class="button-container small"> <a href="https://www.twilio.com/try-twilio" data-uuid="90f0df6f-7d99-3ce7-af48-a59c3e97c5da" class="button button-primary">Start for free</a> </li> <li class="button-container small"> <button class="button button-secondary open-mobile-menu navigation-menu">Menu</button> </li> </ul> </div> <button class="navigation-mobile-close hide-lg-up" aria-label="Close Menu"></button> </div> <div class="navigation-mobile-menu"> <div class="navigation-accordion" data-results-url="/content/twilio-com/global/en-us/search-results.html"> <div class="navigation-search-container"> <div data-search-app-id="ZSUJLF71OK" data-search-api-key="2b15157d51ab026b3a4b8ced539381a4" data-search-index-id="twiliocom_aem_prod_en-us" class="algolia-search" id="search-box-mobile"> </div> <div class="navigation-search-dropdown shadow-card" aria-hidden="true"> <div class="algolia-search-hits" id="search-hits-mobile"></div> <div class="algolia-search-policy"> <p>Data is collected based on search terms. <a href="/en-us/legal/privacy" target="_self" rel="noopener noreferrer">Privacy Policy</a></p> </div> </div> </div> <ul class="navigation-accordion-items" role="list"> <li class="navigation-accordion-item"> <button data-nav-id="0" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content0" id="navigation-accordion-button0"> <span>Products</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content0" aria-labelledby="navigation-accordion-button0"> <div data-nav-id="0" aria-labelledby="navigation-link-0" id="navigation-dropdown-0" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/messaging" target="_self" data-uuid="c65ba57f-0180-378b-a5a5-4f81c8d14373"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messaging"> <path d="M18.511 66.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 48.187V16.314A5.314 5.314 0 0 1 7.313 11h57.374A5.314 5.314 0 0 1 70 16.313v31.875a5.314 5.314 0 0 1-5.313 5.312H34.683L20.955 65.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 15.25c-.595 0-1.063.467-1.063 1.063v31.875c0 .594.468 1.062 1.063 1.062h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 49.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V16.313c0-.595-.468-1.063-1.063-1.063H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> <p class="navigation-dropdown-link-description"> Send and receive multichannel text and media messages in 180+ countries </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/messaging/channels/sms" target="_self" data-uuid="f2c3345d-3fa1-33d2-ac50-e682e778a0d8">SMS</a> <a href="/en-us/messaging/channels/whatsapp" target="_self" data-uuid="afe9c931-96ed-3c7a-895b-671a04507508">WhatsApp</a> <a href="/en-us/messaging/conversations-api" target="_self" data-uuid="4dc05265-7e3a-37f8-85bb-5f6587fdc22f">Conversations</a> <a href="/en-us/messaging/channels/rcs" target="_self" data-uuid="9e18930c-b023-39e8-b333-75606e8d9231">RCS</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice" target="_self" data-uuid="fbdaf169-d9be-33ff-9a3b-edc7ad68de86"> <svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M25.6264 34.6385L25.659 34.5419L35.4121 7.04017C36.622 3.6285 41.698 4.49252 41.698 8.11013L41.6978 29.4478L44.4808 29.4481C46.6711 29.4481 48.218 31.5627 47.5692 33.6229L47.5372 33.7194L36.7466 64.6588C35.5514 68.0857 30.4551 67.2318 30.4551 63.6046L30.4548 38.8287L28.7099 38.8289C26.5126 38.8289 24.965 36.7018 25.6264 34.6385ZM38.4629 32.6652V8.11013L28.7099 35.6118H33.6902V63.6046L44.4808 32.6652H38.4629ZM16.7287 15.2802C16.693 14.4288 15.9908 13.7464 15.1246 13.74C14.2313 13.7334 13.5018 14.4483 13.4951 15.3366L13.1918 56.0007L13.1932 56.081C13.2289 56.9324 13.9311 57.6147 14.7973 57.6212C15.6906 57.6277 16.4202 56.9129 16.4268 56.0246L16.7301 15.3605L16.7287 15.2802ZM1.61752 23.7446C2.48379 23.7446 3.191 24.4218 3.23307 25.2729L3.23505 25.3531V47.9701C3.23505 48.8585 2.51086 49.5787 1.61752 49.5787C0.75126 49.5787 0.0440456 48.9015 0.00197953 48.0504L0 47.9701V25.3531C0 24.4648 0.72419 23.7446 1.61752 23.7446ZM70.3825 23.7446C71.2487 23.7446 71.9559 24.4218 71.998 25.2729L72 25.3531V47.9701C72 48.8585 71.2758 49.5787 70.3825 49.5787C69.5162 49.5787 68.809 48.9015 68.7669 48.0504L68.7649 47.9701V25.3531C68.7649 24.4648 69.4891 23.7446 70.3825 23.7446ZM58.0305 13.74C58.8967 13.7465 59.5989 14.4288 59.6346 15.2802L59.636 15.3605L59.3327 56.0246C59.3261 56.9129 58.5965 57.6277 57.7032 57.6212C56.837 57.6148 56.1348 56.9324 56.0991 56.081L56.0977 56.0007L56.401 15.3366C56.4076 14.4483 57.1372 13.7335 58.0305 13.74Z" fill="#121C2D"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> <p class="navigation-dropdown-link-description"> Make, receive, and monitor calls around the world </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice" target="_self" data-uuid="85a51b0c-4d53-387b-a7ae-907acf893d72">PSTN</a> <a href="/en-us/sip-trunking" target="_self" data-uuid="9bc860ef-c600-35c7-8472-aba61c48de31">SIP Trunking</a> <a href="/en-us/voice-sdk" target="_self" data-uuid="eaa2af1d-a6c5-313d-ba19-d1c7ab1ee858">SDK</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/verify" target="_self" data-uuid="09ea660c-4bb0-3472-9b1c-62d7726f31f7"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> <p class="navigation-dropdown-link-description"> Globally-managed multichannel 2FA and passwordless authentication </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/lookup" target="_self" data-uuid="9ddfe08b-e121-3904-99a3-e29de8ba0d43"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> <p class="navigation-dropdown-link-description"> Know your customer and assess identity risk with real-time phone intelligence </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/email-api" target="_self" data-uuid="ae4a1f31-bb99-3afc-a76e-3d73bfd77527"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> <p class="navigation-dropdown-link-description"> Deliver email messages reliably at scale with SendGrid </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless" target="_self" data-uuid="ac64ad4a-b6e1-3b67-bc3f-9c582536609c"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Task Router logo</title> <g class="twilio_task-router"> <path d="M57.25 27.75 70 21.375 57.25 15v12.75ZM53 51.125A2.131 2.131 0 0 0 50.875 49H48.75c-6.8 0-10.625-5.95-14.45-12.75 3.825-6.8 7.65-12.75 14.45-12.75h2.125A2.131 2.131 0 0 0 53 21.375a2.131 2.131 0 0 0-2.125-2.125H48.75c-8.288 0-13.175 6.163-17 12.75-3.825-6.587-8.712-12.75-17-12.75H4.125A2.131 2.131 0 0 0 2 21.375 2.13 2.13 0 0 0 4.125 23.5H14.75c6.8 0 10.625 5.95 14.45 12.75C25.375 43.05 21.55 49 14.75 49H4.125A2.131 2.131 0 0 0 2 51.125a2.13 2.13 0 0 0 2.125 2.125H14.75c8.288 0 13.175-6.163 17-12.75 3.825 6.587 8.712 12.75 17 12.75h2.125A2.131 2.131 0 0 0 53 51.125Zm4.25 6.375L70 51.125 57.25 44.75V57.5Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> <p class="navigation-dropdown-link-description"> Build, deploy, and run apps with Twilio’s serverless environment and visual builder </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/phone-numbers" target="_self" data-uuid="bc7654e5-0721-3c82-91e0-a3cbe7e25011"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Phone Numbers logo</title> <g class="twilio_phone-numbers"> <g class="path-fill"> <path d="M61.233 22.531H50.402L52.923 4.64a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L45.726 22.53h-13.84l2.522-17.89a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L27.21 22.53H12.63a2.321 2.321 0 0 0-2.314 2.315 2.321 2.321 0 0 0 2.314 2.314h13.933L24.295 43.36h-13.98A2.321 2.321 0 0 0 8 45.676a2.321 2.321 0 0 0 2.315 2.314h13.308l-2.685 19.05a2.304 2.304 0 0 0 1.967 2.615h.324c1.134 0 2.13-.833 2.292-1.99l2.777-19.697h30.62a2.321 2.321 0 0 0 2.315-2.314 2.321 2.321 0 0 0-2.314-2.315H47.462l2.268-16.201h11.48a2.321 2.321 0 0 0 2.315-2.315 2.321 2.321 0 0 0-2.315-2.314l.023.023Zm-18.446 20.83h-13.84l2.267-16.201h13.841l-2.268 16.201Z"/> <path d="M41.77 69.977h-.325a2.304 2.304 0 0 1-1.967-2.615l1.852-13.17c.185-1.273 1.32-2.153 2.615-1.967a2.304 2.304 0 0 1 1.968 2.615L44.06 68.01A2.315 2.315 0 0 1 41.77 70v-.023Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Phone Numbers</strong> </span> <p class="navigation-dropdown-link-description"> Access local, national, and toll-free phone numbers </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/phone-numbers/toll-free" target="_self" data-uuid="bcdfd127-e417-3f55-8d47-8c519354096c">Toll-Free</a> <a href="/en-us/a2p-10dlc" target="_self" data-uuid="a4625ef8-f987-3ceb-b706-0e20b72ec175">10DLC</a> <a href="/en-us/messaging/channels/sms/short-codes" target="_self" data-uuid="6a6c6b4f-bd9b-3032-89e9-f8878c6c6bca">Short Codes</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video" target="_self" data-uuid="18154e03-2a6c-3e04-9d6a-fe839e1d0d88"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> <p class="navigation-dropdown-link-description"> Connect virtually with secure, high-quality video calling at global scale </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex" target="_self" data-uuid="01b27b9e-4068-385b-bad2-abbdac206df3"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> <p class="navigation-dropdown-link-description"> Digital engagement center for customer service and sales </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="5c2d9c5a-08e1-39ea-b937-91b213ac174b">Contact center</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/engage" target="_self" data-uuid="8523f978-5f68-3011-aad2-8e0c25c78e27"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Engage</strong> </span> <p class="navigation-dropdown-link-description"> Create multi-channel campaigns with a unified data-first platform </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/marketing-campaigns" target="_self" data-uuid="b4a7bbcb-e911-309b-99a4-553796478f8a"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns </strong> </span> <p class="navigation-dropdown-link-description"> Create and manage email marketing campaigns with SendGrid </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section has-border"> <h5 class="navigation-dropdown-title"> <span>Customer Data</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/" target="_blank" data-uuid="9a6fde8b-0d94-3c2e-8437-c8659a43ba63"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Segment logo</title> <g class="segment"> <path d="M65.64 23.242H31.876a2.254 2.254 0 0 0-2.254 2.254v3.998a2.254 2.254 0 0 0 2.254 2.253H65.64a2.254 2.254 0 0 0 2.254-2.253v-3.998a2.254 2.254 0 0 0-2.254-2.254ZM40.125 40.253H6.359a2.254 2.254 0 0 0-2.254 2.254v3.997a2.254 2.254 0 0 0 2.254 2.254h33.766a2.254 2.254 0 0 0 2.254-2.254v-3.997a2.254 2.254 0 0 0-2.254-2.254ZM16.863 63.642a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505Zm38.274-46.779a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505ZM36 61.516c-2.382 0-4.7-.34-6.89-.978-1.041-.298-2.147.298-2.53 1.318l-1.446 3.998a2.137 2.137 0 0 0 1.425 2.785A33.775 33.775 0 0 0 35.999 70c13.886 0 25.772-8.335 31.066-20.243.51-1.148-.02-2.487-1.212-2.913l-3.997-1.467c-1.02-.383-2.19.085-2.637 1.063C55.222 55.286 46.313 61.473 36 61.473v.043Zm0-51.032c2.381 0 4.7.34 6.89.978 1.041.298 2.147-.297 2.53-1.318l1.445-3.998a2.137 2.137 0 0 0-1.424-2.785A33.776 33.776 0 0 0 36 2c-13.885-.021-25.771 8.314-31.066 20.221-.51 1.149.022 2.488 1.212 2.913l3.998 1.468c1.02.382 2.19-.085 2.636-1.064C16.778 16.694 25.687 10.505 36 10.505v-.02Z" class="path-fill fill-path"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify your customer data with Segment CDP to power personalized engagement </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/connections" target="_blank" data-uuid="80c6422a-7ea3-39a4-9952-06c6846c86e0"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 6.85714C2 4.17462 4.17462 2 6.85714 2H65.1429C67.8255 2 70 4.17462 70 6.85714V14.1429C70 16.8254 67.8255 19 65.1429 19H38.0242C35.3416 19 33.1671 21.1746 33.1671 23.8571V42.476C33.1671 45.1586 30.9923 47.3331 28.3097 47.3331H6.85714C4.17462 47.3331 2 45.1586 2 42.476V6.85714ZM38.8329 29.5242C38.8329 26.8416 41.0077 24.667 43.6903 24.667H65.1429C67.8255 24.667 70 26.8416 70 29.5242V65.1431C70 67.8254 67.8255 70.0002 65.1429 70.0002H6.85714C4.17462 70.0002 2 67.8254 2 65.1431V57.8573C2 55.1747 4.17462 53.0002 6.85714 53.0002H33.9758C36.6584 53.0002 38.8329 50.8254 38.8329 48.1431V29.5242Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Connections ↗</strong> </span> <p class="navigation-dropdown-link-description"> Integrate web and mobile app data with a single API </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/reverse-etl" target="_blank" data-uuid="dd5d0700-bf87-33e5-aba1-83472ef7ffb7">Reverse ETL</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/protocols" target="_blank" data-uuid="04efcd9f-8d7b-3df3-b1f4-b48e000751cc"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Cloud with an upload download symbol</title> <g class="networks_cloud-upload-download"> <path fill-rule="evenodd" d="M24.799 2.006A23.31 23.31 0 0 1 47.572 18.39a15.85 15.85 0 0 1 21.016 7.886 15.857 15.857 0 0 1-10.59 21.922 2 2 0 1 1-.971-3.88 11.852 11.852 0 0 0 8.972-11.354 11.857 11.857 0 0 0-13.828-11.836 11.85 11.85 0 0 0-4.767 1.94 2 2 0 0 1-3.105-1.28A19.318 19.318 0 0 0 33.672 7.904 19.309 19.309 0 0 0 6.188 22.628a19.32 19.32 0 0 0 5.667 16.542 2 2 0 1 1-2.787 2.87 23.317 23.317 0 0 1 15.73-40.034Zm.55 34.152a2 2 0 0 1 1.414.586l8.525 8.526a2 2 0 1 1-2.829 2.828l-5.11-5.111V68a2 2 0 1 1-4 0V42.987l-5.11 5.111a2 2 0 1 1-2.83-2.828l8.525-8.526a2 2 0 0 1 1.415-.586Zm21.312 0a2 2 0 0 1 2 2V63.17l5.11-5.111a2 2 0 1 1 2.829 2.828l-8.525 8.526a2 2 0 0 1-2.829 0l-8.525-8.526a2 2 0 1 1 2.83-2.828l5.11 5.11v-25.01a2 2 0 0 1 2-2Z" class="path-fill" clip-rule="evenodd"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Protocols ↗</strong> </span> <p class="navigation-dropdown-link-description"> Protect the integrity of your data </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/unify" target="_blank" data-uuid="51b743b4-fbc4-3f37-bc58-92bb4d9cee95"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M15.6794 21.5625C15.6794 12.1391 23.3118 4.5 32.7269 4.5C33.4512 4.5 34.0382 5.08763 34.0382 5.8125V37.3126C34.0382 38.0375 33.4512 38.6249 32.7269 38.6249C23.3118 38.6249 15.6794 30.9858 15.6794 21.5625ZM39.2835 28.125C42.9048 28.125 45.8404 25.1868 45.8404 21.5625C45.8404 17.9381 42.9048 15 39.2835 15C39.0932 15.0013 38.9032 15.0144 38.7144 15.0394C38.527 15.0644 38.338 15.0071 38.1958 14.8824C38.0536 14.7577 37.9722 14.5776 37.9722 14.3884V5.8125C37.9722 5.08763 38.5594 4.5 39.2835 4.5C40.236 4.50822 41.1861 4.59603 42.124 4.7625C42.7565 4.86378 43.2234 5.40763 43.2281 6.04875V8.60813C43.2287 8.8851 43.4029 9.13194 43.6635 9.225C44.0922 9.37699 44.5125 9.55225 44.9224 9.75001C45.1741 9.86329 45.4699 9.80661 45.662 9.60826L47.4665 7.80488C47.9198 7.3517 48.6341 7.29287 49.1554 7.66575C50.7093 8.77081 52.0667 10.1293 53.1708 11.6846C53.5427 12.207 53.4827 12.922 53.0292 13.3751L51.2273 15.1785C51.031 15.3759 50.9805 15.6758 51.1014 15.9266C51.2956 16.3387 51.4712 16.7614 51.626 17.1892C51.719 17.4501 51.9656 17.6245 52.2423 17.625H54.7836C55.4238 17.6251 55.9703 18.0878 56.0767 18.7196C56.416 20.5997 56.416 22.5253 56.0767 24.4054C55.9703 25.0372 55.4238 25.4999 54.7836 25.5001H52.2423C51.9615 25.4951 51.7091 25.6708 51.6155 25.9357C51.4633 26.3628 51.2885 26.7827 51.091 27.1957C50.9701 27.4466 51.0206 27.7464 51.2169 27.9439L53.0239 29.7419C53.476 30.1947 53.5358 30.908 53.1655 31.4299C52.0614 32.9858 50.7042 34.3453 49.1501 35.4513C48.6282 35.8236 47.9139 35.7636 47.4611 35.3096L45.6567 33.5062C45.4595 33.3097 45.1599 33.2593 44.9092 33.3802C44.499 33.5769 44.0789 33.7521 43.6503 33.9053C43.3888 33.9986 43.2145 34.2468 43.2151 34.5248V37.0684C43.2149 37.7091 42.7526 38.2562 42.1214 38.3625C41.1835 38.5289 40.2334 38.6167 39.281 38.6249C38.5567 38.6249 37.9696 38.0375 37.9696 37.3126V28.6316C37.9694 28.4644 38.042 28.3051 38.1684 28.1959C38.2947 28.0864 38.4627 28.0376 38.6279 28.062C38.8448 28.0976 39.0639 28.1187 39.2835 28.125ZM32.7269 39.9375C18.2488 39.9534 6.5159 51.6966 6.5 66.1874C6.5 66.9123 7.08711 67.5 7.81134 67.5H32.7269C33.4512 67.5 34.0382 66.9123 34.0382 66.1874V41.2501C34.0382 40.5252 33.4512 39.9375 32.7269 39.9375ZM63.8582 60.9376C64.5029 60.9429 65.0506 61.4112 65.1564 62.0479C65.3806 63.4306 65.4955 64.8288 65.5 66.2296C65.4746 66.936 64.8949 67.4953 64.1886 67.4947H51.5998C51.2688 67.4917 50.9949 67.2368 50.9677 66.9068C50.3065 60.3387 45.1167 55.1445 38.5545 54.4826C38.2247 54.4555 37.97 54.1812 37.9671 53.8501V41.2501C37.9667 40.5392 38.5317 39.9574 39.2417 39.9375C41.1171 39.9371 42.9872 40.1367 44.8201 40.5334C45.4152 40.6716 45.8363 41.2028 45.8351 41.8143V45.7754C45.8349 46.0542 46.0105 46.3025 46.2731 46.395C47.2649 46.746 48.2293 47.1707 49.158 47.6654C49.4123 47.8017 49.7258 47.7546 49.9291 47.5501L52.6435 44.8619C53.0874 44.418 53.7834 44.3508 54.3038 44.7019C57.3678 46.8439 59.9373 49.6188 61.8387 52.8393C62.1303 53.352 62.0446 53.9961 61.629 54.4143L58.7439 57.3019C58.5531 57.4905 58.4969 57.7769 58.6023 58.0238C58.9423 58.8176 59.2322 59.6321 59.4704 60.4623C59.552 60.7438 59.8097 60.9374 60.1025 60.9376H63.8582Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Unify ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify customer data across every channel </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/profiles-sync/" target="_blank" data-uuid="df9276fe-890c-3edc-a15e-2191450e6a5f">Profiles Sync</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/twilio-engage/journeys" target="_blank" data-uuid="52a31c29-b4ce-3b9c-81ff-a3d8ceb9630a"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Journeys ↗</strong> </span> <p class="navigation-dropdown-link-description"> Orchestrate multichannel customer journeys </p> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/products" target="_self" class="button button-secondary">See all products</a> </div> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="1" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content1" id="navigation-accordion-button1"> <span>Solutions</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content1" aria-labelledby="navigation-accordion-button1"> <div data-nav-id="1" aria-labelledby="navigation-link-1" id="navigation-dropdown-1" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Use Cases</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/user-verification-identity" target="_self" data-uuid="8a61b858-319b-3379-abd3-566a6abdcb14"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verification &amp; identity</strong> </span> <p class="navigation-dropdown-link-description"> Add user verification to protect against fraud. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/fraud-prevention" target="_self" data-uuid="407b7bc2-53a5-3e33-9734-e199ad34fdd6">Fraud prevention</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/alerts-and-notifications" target="_self" data-uuid="80bd65b4-774c-34de-b134-036c4413b9c7"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Alerts &amp; notifications</strong> </span> <p class="navigation-dropdown-link-description"> Deliver notifications across text, email, voice. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/appointment-reminders" target="_self" data-uuid="78e8fd81-c6d5-367a-813c-71bed7f19bdd">Appointment reminders</a> <a href="/en-us/use-cases/lead-alerts" target="_self" data-uuid="8f4e1e8a-42be-3fba-9020-8fa3379fbefa">Lead alerts</a> <a href="/en-us/use-cases/mass-texting" target="_self" data-uuid="183e2e30-f42a-327a-96fa-b5b6361f460e">Mass texting</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/marketing-and-promotions" target="_self" data-uuid="d6bfc75d-ccaa-3499-b691-87560532b852"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing &amp; promotions</strong> </span> <p class="navigation-dropdown-link-description"> Create multichannel marketing campaigns. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/solutions/text-marketing" target="_self" data-uuid="20e53019-744c-3125-853c-5c23c67fad10">SMS marketing</a> <a href="/en-us/use-cases/automated-customer-surveys" target="_self" data-uuid="b19035be-c429-37ee-9444-7459d9f739f3">Customer surveys</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="8164b46f-cfc8-3810-a421-ffb97109f50c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Contact Center</strong> </span> <p class="navigation-dropdown-link-description"> Provide personalized, data-driven service. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/ivr" target="_self" data-uuid="51363291-2576-349e-a9d0-424155eda446"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>IVR &amp; self-service</strong> </span> <p class="navigation-dropdown-link-description"> Set up a modern IVR with AI-enabled support. </p> </div> </a> <div class="navigation-dropdown-shortcut-links multiline"> <a href="/en-us/use-cases/call-tracking" target="_self" data-uuid="a708bb96-0908-3b37-a321-9aefff43b428">Call tracking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Teams</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/marketing" target="_self" data-uuid="13b41fbe-fd91-313f-84a9-66f96e8bea81"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Marketing</strong> </span> <p class="navigation-dropdown-link-description"> Keep customers engaged on any channel </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/product-and-engineering" target="_self" data-uuid="b00be778-d89d-3eb0-b749-8fdc42a670e1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Product &amp; Engineering</strong> </span> <p class="navigation-dropdown-link-description"> Connect with target users reliably and securely </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/customer-experience" target="_self" data-uuid="0a87b1a4-059c-3755-9c39-40596a306f51"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Experience</strong> </span> <p class="navigation-dropdown-link-description"> Deliver personalized sales and support experiences at scale </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="17c80c23-dd41-30d2-af31-4cb01c9dbaf1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developers</strong> </span> <p class="navigation-dropdown-link-description"> Tutorials and docs to start building on Twilio </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Industries</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/financial-services" target="_self" data-uuid="7ae500c7-4ddc-331f-97c3-7466b653129b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Financial Services</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/healthcare" target="_self" data-uuid="4b84119b-4e11-3715-92d0-afb0ac35dc70"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Healthcare</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/hospitality" target="_self" data-uuid="fa74729a-8a7a-3830-a313-6b67c9d6a7a4"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Hospitality</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/public-sector" target="_self" data-uuid="52d2134e-9eaf-3f01-994f-d98a9fdbebc1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Public Sector</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/real-estate" target="_self" data-uuid="337d3dd2-b03c-3846-9f44-fcf9a88dc783"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Real Estate</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/retail" target="_self" data-uuid="4215e011-af2d-3e36-aaf1-cc991287c528"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Retail</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/solutions" target="_self" class="button button-secondary">See all solutions</a> </div> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>People shaking hands</title> <g class="users_handshake--circle"> <path fill-rule="evenodd" d="M11.96 60.04C18.38 66.46 26.92 70 36 70c9.08 0 17.62-3.54 24.04-9.96C66.46 53.62 70 45.08 70 36c0-9.08-3.54-17.62-9.96-24.04C53.62 5.54 45.08 2 36 2c-9.08 0-17.62 3.54-24.04 9.96C5.54 18.38 2 26.92 2 36c0 9.08 3.54 17.62 9.96 24.04Zm2.83-45.25C20.45 9.12 27.99 6 36 6c8.01 0 15.54 3.12 21.21 8.79a29.947 29.947 0 0 1 6 8.54h-4.55a5.397 5.397 0 0 0-1.415.134L44.75 18.54c-1-.37-2.05-.54-3.12-.47-1.06.06-2.09.34-3.01.82l-6.072 3.031a7.01 7.01 0 0 0-2.968-1.091c-1.19-.15-2.41.01-3.57.47l-8.637 3.684a5.337 5.337 0 0 0-.323-.314c-1.02-.92-2.33-1.38-3.71-1.33H8.791a30.13 30.13 0 0 1 5.999-8.55ZM7.266 27.34A30.046 30.046 0 0 0 6 36c0 2.98.432 5.893 1.265 8.67H13.5a1.241 1.241 0 0 0 1.31-1.12V28.46c-.03-.31-.17-.6-.41-.81-.25-.22-.56-.33-.9-.31H7.266ZM8.79 48.67h4.78l-.01.01c1.29 0 2.52-.46 3.49-1.33a5.3 5.3 0 0 0 .737-.81h2.743l8 6.11a4.308 4.308 0 0 0 3.12 1.3l-.02.01c1.01 0 1.98-.35 2.77-1l8.094-6.685 10.743-2.145a5.24 5.24 0 0 0 5.193 4.54h4.778a30.038 30.038 0 0 1-5.998 8.54C51.55 62.88 44.01 66 36 66c-8.01 0-15.54-3.13-21.21-8.79a29.947 29.947 0 0 1-6-8.54Zm55.944-4A30.086 30.086 0 0 0 66 36c0-2.98-.432-5.893-1.266-8.67H58.5c-.096 0-.191.008-.284.024-.155.087-.32.154-.493.197a1.27 1.27 0 0 0-.533.909v13.048c.014.133.013.265 0 .395v1.647a1.241 1.241 0 0 0 1.31 1.12h6.234ZM34.96 34h-.09c-.82-.01-1.62-.19-2.38-.53a6.33 6.33 0 0 1-1.99-1.41c-.57-.6-1-1.3-1.29-2.07a6.34 6.34 0 0 1 .249-5.121A3.12 3.12 0 0 0 27.54 25l-8.75 3.73v13.81h2.41c.44 0 .86.14 1.21.41l8.67 6.62c.1.08.2.17.29.27.06.07.15.11.24.12.1.01.18-.02.26-.08l8.204-6.776c.142-.163.31-.303.501-.414l3.415-2.82c.08-.06.13-.16.14-.26 0-.09-.01-.18-.06-.25l-5.665-6.29-1.135.48c-.75.31-1.53.46-2.32.46l.01-.01Zm12.867 7.134 5.373-1.072V28.26c.039-.67.202-1.314.478-1.905L43.31 22.27c-.44-.17-.94-.24-1.44-.21s-.99.16-1.44.4l-6.45 3.22c-.46.25-.85.69-1.05 1.23-.2.54-.2 1.13.01 1.66.11.3.27.54.47.76.2.21.44.38.71.5.26.11.53.17.8.18.27 0 .55-.05.81-.15l6.41-2.71c1.02-.43 2.19.04 2.62 1.06.43 1.02-.05 2.19-1.06 2.62l-1.397.59 4.807 5.34s.06.07.09.11c.7.91 1.02 2.04.89 3.18-.043.376-.131.74-.263 1.084Z" class="path-fill fill-path" clip-rule="evenodd"/> </g> </svg> <span>Partners</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners" target="_self" data-uuid="524095c8-b918-3482-890c-5f32b5dd5392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Find a partner</strong> </span> <p class="navigation-dropdown-link-description"> Work with a Twilio partner to buy or build the right solution </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners/become-a-partner" target="_self" data-uuid="e9e2abbd-08c9-3d71-a326-dea63713c4a5"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Partner with us</strong> </span> <p class="navigation-dropdown-link-description"> Join our Partner Program to build or sell Twilio solutions to your customers. </p> </div> </a> </li> </ul> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="2" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content2" id="navigation-accordion-button2"> <span>Developers</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content2" aria-labelledby="navigation-accordion-button2"> <div data-nav-id="2" aria-labelledby="navigation-link-2" id="navigation-dropdown-2" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section blue"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>An Open book</title> <g class="documents_book--open"> <path d="M35.995 67.5h-.029c-.263 0-.515-.058-.748-.164a1.946 1.946 0 0 1-.642-.454h-.01c-.146-.165-7.349-7.363-30.173-7.673-.943-.029-1.79-.396-2.42-1.053A3.412 3.412 0 0 1 1 55.75V7.95c0-.918.36-1.788 1.011-2.435.32-.329.71-.58 1.137-.754A3.32 3.32 0 0 1 4.49 4.5c19.305.251 28.297 5.276 31.505 7.672 3.208-2.396 12.2-7.42 31.506-7.672.495 0 .923.077 1.35.26.419.175.808.426 1.138.755A3.418 3.418 0 0 1 71 7.95v47.82c0 .889-.34 1.739-.962 2.396a3.435 3.435 0 0 1-2.392 1.053c-22.737.31-29.979 7.43-30.202 7.653-.03.039-.069.068-.107.106a.979.979 0 0 1-.156.126 1.973 1.973 0 0 1-.437.251 1.768 1.768 0 0 1-.603.135h-.136l-.01.01Zm1.944-51.927v46.168c4.287-2.541 13.123-6.107 29.163-6.387V8.374c-19.228.33-27.19 5.605-29.163 7.2ZM4.89 55.354c16.039.27 24.875 3.836 29.162 6.377V15.573c-1.944-1.575-9.906-6.87-29.163-7.198v46.98Zm39.923-7.807a1.933 1.933 0 0 1-.622-3.768 65.327 65.327 0 0 1 15.932-3.16 1.949 1.949 0 0 1 2.08 1.787 1.939 1.939 0 0 1-1.798 2.068 61.28 61.28 0 0 0-14.97 2.967 1.93 1.93 0 0 1-.612.096l-.01.01Zm-17.624 0c-.204 0-.408-.03-.612-.097a60.922 60.922 0 0 0-14.97-2.966 1.939 1.939 0 0 1-1.799-2.068c.078-1.063 1.02-1.855 2.08-1.788a65.422 65.422 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.445 1.945 1.945 0 0 1-1.847 1.323l-.01-.01Zm0-9.982c-.204 0-.408-.029-.612-.096a60.832 60.832 0 0 0-14.97-2.967 1.939 1.939 0 0 1-1.799-2.068c.078-1.062 1.02-1.845 2.08-1.787a65.327 65.327 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.444 1.945 1.945 0 0 1-1.847 1.324l-.01-.01Zm17.624 0a1.933 1.933 0 0 1-.622-3.768 65.331 65.331 0 0 1 15.932-3.16c1.06-.067 2.003.725 2.08 1.788a1.939 1.939 0 0 1-1.798 2.068 61.194 61.194 0 0 0-14.97 2.966 1.93 1.93 0 0 1-.612.097l-.01.01Z" class="path-fill fill-path"/> </g> </svg> <span>Documentation</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/flex" target="_self" data-uuid="202617e5-93a5-3f8d-a293-5fd07113423d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sms" target="_self" data-uuid="4a7d38b6-987a-3434-819a-8315ad35aa69"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>SMS</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/voice" target="_self" data-uuid="276792df-f5d6-374a-b4ac-ce3760668b6c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://docs.sendgrid.com/" target="_self" data-uuid="3a701880-504d-3d84-a4d2-19da3883139d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/whatsapp" target="_self" data-uuid="11717582-95ce-36a6-b33c-aa4968c7816a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>WhatsApp API</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sip-trunking" target="_self" data-uuid="9c18aca3-4bad-3cb7-b449-2fb09e0ee6de"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Elastic SIP Trunking</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/verify/api" target="_self" data-uuid="2216d993-093c-32a9-8311-c03d32122ee9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/serverless/functions-assets/functions" target="_self" data-uuid="cc54ec7e-db8f-3e55-a052-f3c6aa412514"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Functions</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/studio" target="_self" data-uuid="698bf00e-7d9d-36ee-9901-73eb234f7e79"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Studio</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/twilio-cli/quickstart" target="_self" data-uuid="bd2d1990-cd6c-3a5b-8fde-660fa31e84ee"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio CLI</strong> </span> </div> </a> </li> </ul> <div class="button-container small inverse"> <a href="https://www.twilio.com/docs" target="_self" class="button button-secondary">See all docs</a> </div> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation">> <title>Two users in a circle</title> <g class="users_user-group--circle"> <path fill-rule="evenodd" d="M15.7 42.495c2.59 2.59 6.02 4.01 9.68 4.01s7.09-1.43 9.68-4.01c2.59-2.59 4.01-6.02 4.01-9.68 0-.548-.032-1.09-.095-1.626a1.966 1.966 0 0 0-.064-.474 13.598 13.598 0 0 0-3.851-7.58 13.584 13.584 0 0 0-9.68-4.01c-3.66 0-7.1 1.42-9.68 4.01a13.584 13.584 0 0 0-4.01 9.68c0 3.66 1.42 7.09 4.01 9.68Zm18.945-12.531a9.648 9.648 0 0 0-2.415-3.999 9.622 9.622 0 0 0-6.85-2.84c-2.59 0-5.02 1.01-6.85 2.84-.206.206-.4.419-.586.639a17.338 17.338 0 0 0 7.916 3.861c2.951.592 5.952.419 8.785-.501Zm.35 4.065a21.222 21.222 0 0 1-5.685.776v.01c-1.41 0-2.83-.14-4.24-.42a21.25 21.25 0 0 1-9.031-4.17 9.728 9.728 0 0 0-.349 2.59c0 2.59 1.01 5.02 2.84 6.85a9.622 9.622 0 0 0 6.85 2.84c2.59 0 5.02-1.01 6.85-2.84a9.615 9.615 0 0 0 2.765-5.636Z" clip-rule="evenodd" class="fill-path path-fill"/> <path fill-rule="evenodd" d="M36 69.875c-9.05 0-17.55-3.52-23.95-9.92-6.4-6.4-9.92-14.91-9.92-23.95s3.52-17.56 9.92-23.96c6.4-6.4 14.91-9.92 23.95-9.92s17.56 3.52 23.95 9.92c6.39 6.4 9.92 14.9 9.92 23.95 0 6.87-2.029 13.424-5.806 18.983a1.98 1.98 0 0 1-.282.408 34.297 34.297 0 0 1-3.832 4.559c-6.4 6.4-14.91 9.92-23.95 9.92v.01Zm26.011-19.146c2.524-4.442 3.869-9.484 3.869-14.724 0-7.97-3.11-15.48-8.75-21.12-5.64-5.64-13.15-8.75-21.13-8.75v-.01c-7.98 0-15.48 3.11-21.12 8.75-5.64 5.64-8.75 13.14-8.75 21.13 0 5.916 1.705 11.558 4.88 16.378a21.122 21.122 0 0 1 29.107.308 14.615 14.615 0 0 1 3.373-3.266 14.737 14.737 0 0 1 3.936-1.954 9.454 9.454 0 0 1-2.156-1.616 9.46 9.46 0 0 1-2.05-3.06 9.341 9.341 0 0 1-.72-3.61c0-1.24.24-2.46.72-3.61a9.46 9.46 0 0 1 2.05-3.06c.88-.88 1.91-1.57 3.06-2.04 2.3-.95 4.92-.95 7.22 0a9.46 9.46 0 0 1 3.06 2.05 9.46 9.46 0 0 1 2.05 3.06c.48 1.15.72 2.37.72 3.61 0 1.24-.24 2.46-.72 3.61a9.304 9.304 0 0 1-2.05 3.06 9.454 9.454 0 0 1-2.137 1.606 14.713 14.713 0 0 1 5.539 3.258Zm-19.216 5.138a10.766 10.766 0 0 1 8.165-5.062c1.86-.17 3.74.15 5.44.92a10.901 10.901 0 0 1 3.359 2.401 30.305 30.305 0 0 1-2.629 2.999A29.857 29.857 0 0 1 46.185 64.1a20.954 20.954 0 0 0-3.39-8.233Zm-3.788 1.614a17.043 17.043 0 0 1 3.298 7.73c-2.05.439-4.16.664-6.305.664-7.97 0-15.48-3.11-21.12-8.75a30.609 30.609 0 0 1-1.435-1.536 17.088 17.088 0 0 1 7.335-4.224c3.3-.92 6.77-.84 10.03.25a17.101 17.101 0 0 1 7.887 5.471c.086.143.19.276.31.395ZM51.94 33.745a5.395 5.395 0 0 0-3.84 1.59c-.51.51-.9 1.1-1.18 1.76a5.47 5.47 0 0 0 0 4.16c.27.66.67 1.26 1.18 1.76.51.51 1.1.9 1.76 1.18 1.33.55 2.83.55 4.16 0 .66-.27 1.26-.67 1.76-1.18.51-.51.9-1.1 1.18-1.76a5.47 5.47 0 0 0 0-4.16c-.27-.66-.67-1.26-1.18-1.76-.51-.51-1.1-.9-1.76-1.18a5.47 5.47 0 0 0-2.08-.41Z" clip-rule="evenodd" class="fill-path path-fill"/> </g> </svg> <span>Community</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="44e0ac6f-a865-3570-9b75-6c2a200146b9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Ahoy!</strong> </span> <p class="navigation-dropdown-link-description"> Get inspired by the latest from our developer community </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog/developers" target="_self" data-uuid="f39790d8-1e22-3926-8425-4854e425c140"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developer Blog</strong> </span> <p class="navigation-dropdown-link-description"> Read tutorials, community projects, and product updates </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://stackoverflow.com/collectives/twilio" target="_self" data-uuid="50efaed5-3ef6-3f25-bdfe-cc3e5f66d63b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Stack Overflow</strong> </span> <p class="navigation-dropdown-link-description"> Ask the Twilio community for help </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/champions" target="_self" data-uuid="517d626e-33c1-3931-8977-69ba8a6aa28f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Champions</strong> </span> <p class="navigation-dropdown-link-description"> Become a Twilio community Champion </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Wrench and screwdriver</title> <g class="etc_wrench-screwdriver"> <path class="path-fill fill-path" fill-rule="evenodd" d="M57.847 20.266a6.292 6.292 0 0 1-2.909-.705l-23.96 24.07 3.32 3.334c.367.37.57.856.57 1.37a1.96 1.96 0 0 1-.57 1.382L15.596 68.482a8.45 8.45 0 0 1-6.04 2.508h-.01a8.46 8.46 0 0 1-6.04-2.518A8.553 8.553 0 0 1 1 62.405c0-2.285.89-4.453 2.507-6.067l18.7-18.765a1.933 1.933 0 0 1 2.74 0l3.296 3.31 23.96-24.078a6.348 6.348 0 0 1-.696-2.908c0-1.701.658-3.305 1.859-4.501l7.782-7.827a1.933 1.933 0 0 1 2.74 0L70.12 7.82a1.933 1.933 0 0 1 0 2.742l-7.792 7.826a6.275 6.275 0 0 1-4.482 1.867v.01Zm-2.478-6.369c0 .662.262 1.284.726 1.75l.004.004c.93.93 2.553.939 3.49-.003L66.008 9.2l-3.49-3.505-6.422 6.442a2.476 2.476 0 0 0-.726 1.76ZM6.237 59.09l17.335-17.395 6.611 6.64L12.857 65.73a4.662 4.662 0 0 1-3.31 1.371 4.623 4.623 0 0 1-3.3-1.37 4.673 4.673 0 0 1-1.375-3.326c0-1.254.484-2.43 1.365-3.316Z" clip-rule="evenodd"/> <path class="path-fill fill-path" d="M21.84 30.64c.377.38.87.574 1.365.574l.01.02c.493 0 .987-.195 1.364-.574a1.954 1.954 0 0 0 0-2.752l-4.627-4.647a1.925 1.925 0 0 0-2.08-.438 9.06 9.06 0 0 1-4.066.603 8.97 8.97 0 0 1-7.163-4.716 10.9 10.9 0 0 0 2.923.068 10.75 10.75 0 0 0 6.37-3.092 10.877 10.877 0 0 0 3.068-6.407c.106-.982.077-1.974-.078-2.946a8.952 8.952 0 0 1 2.081 1.536 9.01 9.01 0 0 1 2.469 4.58 9.144 9.144 0 0 1-.436 5.192c-.28.72-.107 1.536.436 2.08l6.727 6.777a1.933 1.933 0 0 0 2.74 0 1.954 1.954 0 0 0 0-2.751l-5.886-5.921a13.06 13.06 0 0 0 .213-6.175 12.989 12.989 0 0 0-3.523-6.543 12.86 12.86 0 0 0-7.754-3.675 1.928 1.928 0 0 0-1.839.904 1.933 1.933 0 0 0 0 2.061 6.99 6.99 0 0 1 .997 4.434 6.912 6.912 0 0 1-1.965 4.093A6.884 6.884 0 0 1 9.111 14.9a6.835 6.835 0 0 1-4.413-1.002 1.95 1.95 0 0 0-2.053 0 1.933 1.933 0 0 0-.9 1.848 13.172 13.172 0 0 0 1.936 5.58 12.953 12.953 0 0 0 4.201 4.133 12.905 12.905 0 0 0 5.595 1.828c1.53.126 3.097-.03 4.578-.447l3.785 3.801ZM58.04 71c-2.516 0-4.994-.739-7.104-2.13a13.061 13.061 0 0 1-5.246-6.932 13.076 13.076 0 0 1-.126-7.467l-4.365-4.385a1.954 1.954 0 0 1 0-2.752 1.933 1.933 0 0 1 2.739 0l5.217 5.231c.542.545.716 1.371.436 2.09a9.182 9.182 0 0 0-.204 6.107 9.123 9.123 0 0 0 3.679 4.861 9.053 9.053 0 0 0 5.904 1.44 9.08 9.08 0 0 0 5.488-2.626 9.153 9.153 0 0 0 2.614-5.513c.213-2.08-.3-4.18-1.433-5.93a9.055 9.055 0 0 0-10.918-3.491 1.91 1.91 0 0 1-2.072-.438l-7.375-7.409a1.954 1.954 0 0 1 0-2.751 1.933 1.933 0 0 1 2.739 0l6.534 6.563a12.99 12.99 0 0 1 7.433.126 13.015 13.015 0 0 1 6.902 5.27 13.128 13.128 0 0 1 2.052 8.459 13.042 13.042 0 0 1-3.727 7.866A12.936 12.936 0 0 1 58.06 71h-.02Z"/> <path class="path-fill fill-path" d="M60.286 58.069a2.425 2.425 0 0 1-2.42 2.43 2.425 2.425 0 0 1-2.42-2.43 2.425 2.425 0 0 1 2.42-2.431 2.425 2.425 0 0 1 2.42 2.43Z"/> </g> </svg> <span>Tools &amp; Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/code-exchange" target="_self" data-uuid="82f92ed1-c941-3e67-8f96-daa4bbbfa252"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>CodeExchange</strong> </span> <p class="navigation-dropdown-link-description"> Usable code samples for faster builds </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/changelog" target="_self" data-uuid="d406aef4-2fe8-3406-a0b4-d5e7d530f428"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Changelog</strong> </span> <p class="navigation-dropdown-link-description"> See updates and additions to Twilio products </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://status.twilio.com" target="_self" data-uuid="511e46da-8d07-3439-a9c2-60b8e1ff1392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>API Status</strong> </span> <p class="navigation-dropdown-link-description"> Check real-time monitoring of APIs and all services </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/products/beta" target="_self" data-uuid="48e907ba-efae-30e7-bdcd-8beec988feab"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Beta Products and Features</strong> </span> <p class="navigation-dropdown-link-description"> Explore new launches and request access to early releases </p> </div> </a> </li> </ul> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="3" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content3" id="navigation-accordion-button3"> <span>Why Twilio</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content3" aria-labelledby="navigation-accordion-button3"> <div data-nav-id="3" aria-labelledby="navigation-link-3" id="navigation-dropdown-3" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Company</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/why-twilio" target="_self" data-uuid="9a787b06-a28b-3280-9f6b-deea01bbc545"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Why Twilio</strong> </span> <p class="navigation-dropdown-link-description"> The trusted platform for data-driven customer engagement across any channel. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company" target="_self" data-uuid="a849a5d8-ff83-3d17-af32-7b9edfd56499"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>About Us</strong> </span> <p class="navigation-dropdown-link-description"> Twilio company page </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/values" target="_self" data-uuid="790c50bd-02f7-3684-9a34-dccc637c0787"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Magic</strong> </span> <p class="navigation-dropdown-link-description"> Twilio core values </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/diversity" target="_self" data-uuid="1bbd6dce-661a-3c54-81a1-d78659cb5b2c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Diversity</strong> </span> <p class="navigation-dropdown-link-description"> Diversity, equity, and inclusion </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://investors.twilio.com" target="_self" data-uuid="f9b5d6ef-c537-36ee-afb7-46999b3632f1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Investor Relations</strong> </span> <p class="navigation-dropdown-link-description"> Information for Twilio investors </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/press" target="_self" data-uuid="1b2fd53c-a7a5-32e0-8ad2-931a7dc28267"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Press &amp; Media</strong> </span> <p class="navigation-dropdown-link-description"> Latest announcements and launches </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Our Platform</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/customer-engagement-platform" target="_self" data-uuid="2b371b66-c4de-36b6-96d3-3496bba1c99a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Engagement Platform</strong> </span> <p class="navigation-dropdown-link-description"> Build durable customer relationships with personalized, data-driven engagement </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/cpaas" target="_self" data-uuid="57942c20-35e2-348b-ae14-03e10e3fd1f8">Communication</a> <a href="/en-us/customer-data-platform" target="_self" data-uuid="2ffd8303-febf-374d-b9cd-21f8efc6cfbc">Customer Data</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/trust-center" target="_self" data-uuid="8f381764-d1ce-3b8a-8474-a51f92736382"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Trust Center</strong> </span> <p class="navigation-dropdown-link-description"> Twilio’s security, data privacy, regulatory compliance, and resiliency policies. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/super-network" target="_blank" data-uuid="9689eb37-400d-3cf8-8476-5b380363d2f6"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Super Network</strong> </span> <p class="navigation-dropdown-link-description"> Simplify, strengthen and unite carrier communication networks using software. </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <span>Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/resource-center" target="_self" data-uuid="cacae192-dd0a-37a1-83f9-3062a802ce39"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Resource Center</strong> </span> <p class="navigation-dropdown-link-description"> Browse our content library for more resources on how you can create lasting customer relationships </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://customers.twilio.com/en-us" target="_self" data-uuid="70f2a22e-4399-3d83-9677-76decb0dc8d9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Stories</strong> </span> <p class="navigation-dropdown-link-description"> See what customers are building with Twilio </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog" target="_self" data-uuid="d72bede0-4aad-3cb7-8892-91ed84e6b26f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Blog</strong> </span> <p class="navigation-dropdown-link-description"> Explore the latest product updates, technical tutorials, and best practices </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/state-of-customer-engagement" target="_self" data-uuid="1084fc5e-4007-379e-9cff-44bd42fcc506"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>State of Customer Engagement</strong> </span> <p class="navigation-dropdown-link-description"> See the top trends shaping customer engagement in our annual report </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/events" target="_self" data-uuid="a6a76a7a-4d32-3482-bbd1-2ff679aad5f0"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Events</strong> </span> <p class="navigation-dropdown-link-description"> Join upcoming group events </p> </div> </a> </li> </ul> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="4" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content4" id="navigation-accordion-button4"> <span>Pricing</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content4" aria-labelledby="navigation-accordion-button4"> <div data-nav-id="4" aria-labelledby="navigation-link-4" id="navigation-dropdown-4" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/pricing/messaging" target="_self" data-uuid="96d65f20-32f4-3713-96fe-2cf821d8583f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messagingx"> <g class="path-fill"> <path d="M14.232 46.958c-.53 0-1.083-.127-1.592-.36a3.69 3.69 0 0 1-2.145-3.356V36H7.309A5.311 5.311 0 0 1 2 30.691V11.578c0-2.93 2.379-5.31 5.31-5.31h31.854c2.931 0 5.31 2.38 5.31 5.31v10.894a2.13 2.13 0 0 1-2.124 2.124 2.13 2.13 0 0 1-2.124-2.124V11.578c0-.595-.467-1.062-1.062-1.062H7.33c-.594 0-1.061.467-1.061 1.062V30.69c0 .595.467 1.062 1.061 1.062h5.31a2.13 2.13 0 0 1 2.123 2.123v8.22l9.26-7.731a2.126 2.126 0 1 1 2.718 3.27l-10.13 8.453c-.68.573-1.53.87-2.379.87Z"/> <path d="M59.891 65.732a3.743 3.743 0 0 1-2.081-.637l-9.918-7.858h-2.59c-8.644 0-15.673-6.668-15.673-14.866 0-8.197 7.03-14.866 15.672-14.866h9.026C62.971 27.505 70 34.174 70 42.371c0 4.417-2.421 8.814-6.371 11.744v7.922c0 1.38-.765 2.633-1.975 3.27a3.638 3.638 0 0 1-1.742.425h-.02ZM48.636 52.99c.488 0 .934.17 1.316.467l9.408 7.454V52.99c0-.722.361-1.402.977-1.784 3.313-2.124 5.394-5.5 5.394-8.835 0-5.861-5.118-10.618-11.425-10.618H45.28c-6.286 0-11.425 4.757-11.425 10.618 0 5.862 5.118 10.619 11.425 10.619h3.356Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/sms/pricing/us" target="_self" data-uuid="cd19858a-b596-31db-9a4a-dc77079ca25d">SMS</a> <a href="/en-us/whatsapp/pricing" target="_self" data-uuid="33e93917-7fa5-30a6-8a19-d4217e896bfc">Whatsapp</a> <a href="/en-us/messaging/pricing/conversations-api" target="_self" data-uuid="fb1d6fd9-94bd-300a-bfe1-81d2b8e9fe94">Conversations</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_blank" data-uuid="a329ca03-44e4-36a3-b1d5-690c9338daf9"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice/pricing/us" target="_self" data-uuid="c4056d19-2a2f-3b73-a207-d78e69f85132"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Programmable Voice logo</title> <g class="twilio_programmable-voice"> <path d="M54.384 67.979a5.27 5.27 0 0 1-2.669-.734 138.575 138.575 0 0 1-15.78-10.953c-4.056-3.337-7.271-6.211-10.087-9.023-2.816-2.811-5.926-6.252-9.456-10.491-2.857-3.525-7.354-9.694-10.695-15.506a5.265 5.265 0 0 1 .84-6.337l8.447-8.456c1.997-1.972 5.443-1.972 7.439 0l10.212 10.198a5.217 5.217 0 0 1 1.534 3.714 5.217 5.217 0 0 1-1.534 3.714l-2.794 2.79c2.857 3.588 5.337 6.379 7.774 8.813 2.816 2.812 5.569 5.288 8.405 7.554l2.795-2.791c2.038-2.035 5.38-2.056 7.439 0l10.212 10.218A5.217 5.217 0 0 1 68 54.403a5.217 5.217 0 0 1-1.534 3.714l-8.342 8.33A5.27 5.27 0 0 1 54.384 68v-.021ZM18.683 9.165a.986.986 0 0 0-.736.315L9.5 17.894c-.336.336-.4.86-.168 1.28 3.215 5.602 7.564 11.54 10.296 14.94 3.425 4.112 6.43 7.448 9.183 10.176 2.732 2.727 5.82 5.497 9.77 8.729a134.385 134.385 0 0 0 15.277 10.617c.4.23.946.167 1.282-.168l8.342-8.33c.273-.273.315-.588.315-.735a1.02 1.02 0 0 0-.315-.734L53.27 43.45a1.08 1.08 0 0 0-1.492 0l-4.14 4.133a2.095 2.095 0 0 1-2.794.147l-1.471-1.175a102.691 102.691 0 0 1-8.741-7.869c-2.543-2.538-5.128-5.455-8.09-9.148l-1.177-1.469a2.087 2.087 0 0 1 .147-2.79l4.118-4.134a1.05 1.05 0 0 0 .316-.734 1.02 1.02 0 0 0-.316-.735L19.44 9.46a1.056 1.056 0 0 0-.736-.315h-.021v.021Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice/conference/pricing" target="_self" data-uuid="bdf5bad8-839c-3cc2-befc-caefedbefa87">Conferencing</a> <a href="/en-us/sip-trunking/pricing/us" target="_self" data-uuid="a36943fb-5aa4-39dc-961b-51e70e40efb0">SIP trunking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/verify/pricing" target="_self" data-uuid="5c910363-d68b-3e0a-875a-7b333197fadb"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/lookup/pricing" target="_self" data-uuid="764f3144-e164-3216-a6ac-db00e0e38fc0"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless/pricing" target="_self" data-uuid="2aba174c-e04e-35fb-9be8-8df21e8f3bcc"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video/pricing" target="_self" data-uuid="7bd70d75-cf69-30ce-9ae5-ea9730e53641"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex/pricing" target="_self" data-uuid="454d3fdf-99a1-35d7-ac19-b3c0e80a9372"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/pricing/" target="_blank" data-uuid="6f4a34e1-7640-361d-a7ce-70ee86701cb6"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_self" data-uuid="b30a861c-7875-3e06-81b4-e6e9991f918f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/pricing" target="_blank" class="button button-secondary">See all pricing</a> </div> </div> </div> </div> </li> </ul> <ul class="navigation-buttons" role="list"> <li class="button-container"> <a href="https://www.twilio.com/try-twilio" class="button button-primary">Start for free</a> </li> <li class="button-container"> <a href="https://www.twilio.com/login" class="button button-secondary mb-login-link">Login</a> </li> <li class="button-container hide-up"> <a href="https://www.twilio.com/console" class="button button-secondary mb-console-link">Console</a> </li> <li class="button-container"> <a href="/en-us/help/sales" class="button button-secondary">Contact sales</a> </li> </ul> </div> </div> </nav> <div class="twilio-htmlcontainer"> <style> /* to reverse codebase style */ #navigation-dropdown-0 .navigation-dropdown-section:nth-child(1) { & .path-fill, .navigation-dropdown svg { background: red; fill: rgb(var(--color-blue-60)) !important; } } /* new style */ .navigation-dropdown-list {padding: 0.8rem 0 2.6rem 0;} #navigation-dropdown-0 .navigation-dropdown-section:nth-child(4) { & .path-fill, .navigation-dropdown svg { background: red; fill: rgb(var(--color-mint)) !important; } /* right align and bottom section */ .button-container { margin-top: 0rem; display: flex; justify-content: right; } } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(1) { padding-bottom: 0; } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(2) { padding-top: 0; & h5 { display: none; } & hr { display: none; } } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(3) { padding-top: var(--spacing-size-5); & h5 { display: flex; } & hr { display: flex; } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(1) { padding-bottom: 0; } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(2) { padding-top: 0; & h5 { display: none; } & hr { display: none; } } @media screen and (min-width: 992px) { #navigation-dropdown-0 .navigation-dropdown-section:nth-child(1) { padding: 3rem 0rem 3rem var(--spacing-size-5); & ul li { padding-right: var(--spacing-size-5); } } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(2) { padding: 3rem var(--spacing-size-5) 3rem 0rem; & h5 { display: flex; padding-top: 1.8rem; } & hr { display: block; } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(1) { padding: 3rem 0rem 3rem var(--spacing-size-5); & ul li { padding-right: var(--spacing-size-5); } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(2) { padding: 3rem var(--spacing-size-5) 3rem 0rem; & h5 { display: flex; padding-top: 1.8rem; } & hr { display: block; } } #navigation-dropdown-1 .navigation-dropdown-section:nth-child(3) { display: flex; flex-direction: column; & .navigation-dropdown-list { gap: 1rem; } /* right align and bottom section */ .button-container { margin-top: 1.5rem; flex-grow: 1; display: flex; justify-content: right; align-self: flex-end; } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(3) { /* right align and bottom section */ .button-container { margin-top: 5rem; display: flex; justify-content: right; } } /* reversing code base */ #navigation-dropdown-0 .navigation-dropdown-section:nth-child(3) { padding: 1.2rem var(--spacing-size-4); } } </style> <div> </div> <script> // labels const currentPagePathNav = window.location.pathname; let domain = "https://www.twilio.com/" let locale = domain + "en-us"; let businessSizeLabels = [ "Business Size", "Enterprise", "Startup", "Nonprofit", ]; let twilioServicesLabels = [ "Twilio Services", "Professional Services", "Get technical and strategic advice from Twilio experts", "Training", "Learn how to architect, build, and support your apps", ]; if ( currentPagePathNav.includes("/de-de") || currentPagePathNav.includes("/de") ) { locale = domain + "de-de"; businessSizeLabels = [ "Unternehmensgröße", "Unternehmen", "Start-up", "Gemeinnützige Organisation", ]; twilioServicesLabels = [ "Twilio-Services", "Professionelle Dienstleistungen", "Erhalten Sie technische und strategische Beratung durch Expert:innen von Twilio.", "Schulungen", "Lernen Sie, wie Sie Apps anlegen, erstellen und unterstützen können.", ]; } else if ( currentPagePathNav.includes("/fr-fr") || currentPagePathNav.includes("/fr") ) { locale = domain + "fr-fr"; businessSizeLabels = [ "Taille de l'entreprise", "Entreprise", "Startup", "Associations caritatives", ]; twilioServicesLabels = [ "Services Twilio", "Services professionnels", "Obtenez des conseils techniques et stratégiques de la part d'experts Twilio", "Formations", "Découvrez comment concevoir, construire et prendre en charge vos applications", ]; } else if ( currentPagePathNav.includes("/pt-br") || currentPagePathNav.includes("/pt") ) { locale = domain + "pt-br"; businessSizeLabels = [ "Tamanho da empresa", "Empresarial", "Startup", "Sem fins lucrativos", ]; twilioServicesLabels = [ "Serviços da Twilio", "Serviços profissionais", "Obtenha consultoria técnica e estratégica dos especialistas da Twilio", "Treinamento", "Saiba como arquitetar, criar e dar suporte aos seus aplicativos", ]; } else if ( currentPagePathNav.includes("/es-mx") || currentPagePathNav.includes("/es") ) { locale = domain + "es-mx"; businessSizeLabels = [ "Tamaño de la empresa", "Empresa", "Startup", "Sin fines de lucro", ]; twilioServicesLabels = [ "Servicios de Twilio", "Servicios profesionales", "Obtén asesoría técnica y estratégica de los expertos de Twilio", "Capacitación", "Aprende a diseñar, crear y dar soporte a tus aplicaciones", ]; } else if ( currentPagePathNav.includes("/ja-jp") || currentPagePathNav.includes("/ja") ) { locale = domain + "ja-jp"; businessSizeLabels = [ "事業規模", "エンタープライズ", "スタートアップ", "非営利団体", ]; twilioServicesLabels = [ "Twilioの各種サービス", "プロフェッショナルサービス", "Twilioエキスパートから技術的・戦略的アドバイスを得られます", "トレーニング", "アプリケーションの設計、構築、サポートの方法を学べます", ]; } // desktop nav const paddingTop = "0.6rem"; let solutionsDropdown = document .getElementById("navigation-dropdown-1") .getElementsByClassName("navigation-dropdown-section"); const businessSize = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTop}"> <span>${businessSizeLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/enterprise" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[1]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/startups-resources" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[2]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://twilio.org" target="_blank" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[3]} ↗</strong> </span> </div> </a> </li> </ul>`; const twilioServicesHTML = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTop}"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product" > <title>Twilio Programmable Messaging logo</title> <g class="twilio_programmable-messaging"> <g class="path-fill"> <path d="M18.511 65.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 47.187V15.314A5.314 5.314 0 0 1 7.313 10h57.374A5.314 5.314 0 0 1 70 15.313v31.874a5.314 5.314 0 0 1-5.313 5.313H34.683L20.955 64.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 14.25c-.595 0-1.063.467-1.063 1.063v31.874c0 .596.468 1.063 1.063 1.063h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 48.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V15.313c0-.596-.468-1.063-1.063-1.063H7.313Z" ></path> <path d="M19 35.5a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Z" ></path> </g> </g> </svg> <span>${twilioServicesLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/professional-services" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[1]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[2]} </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/ahoy" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[3]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[4]} </p> </div> </a> </li> </ul>`; if (solutionsDropdown) { let industriesColumn = solutionsDropdown[2]; let industriesCTA = industriesColumn.getElementsByClassName( "navigation-dropdown-list" )[0]; industriesCTA.insertAdjacentHTML("afterend", businessSize); let partnersColumn = solutionsDropdown[3]; let partnersLastDiv = partnersColumn.getElementsByClassName( "navigation-dropdown-list" )[0]; partnersLastDiv.insertAdjacentHTML("afterend", twilioServicesHTML); } // mobile nav const paddingTopMobile = "5.5rem"; let solutionsDropdownMobile = document .getElementsByClassName("navigation-mobile-menu")[0] .getElementsByClassName("navigation-dropdown four-columns")[1] .getElementsByClassName("navigation-dropdown-section"); const businessSizeMobile = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTopMobile}"> <span>${businessSizeLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/enterprise" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[1]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/startups-resources" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[2]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://twilio.org" target="_blank" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[3]} ↗</strong> </span> </div> </a> </li> </ul>`; const twilioServicesHTMLMobile = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTopMobile}"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product" > <title>Twilio Programmable Messaging logo</title> <g class="twilio_programmable-messaging"> <g class="path-fill"> <path d="M18.511 65.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 47.187V15.314A5.314 5.314 0 0 1 7.313 10h57.374A5.314 5.314 0 0 1 70 15.313v31.874a5.314 5.314 0 0 1-5.313 5.313H34.683L20.955 64.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 14.25c-.595 0-1.063.467-1.063 1.063v31.874c0 .596.468 1.063 1.063 1.063h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 48.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V15.313c0-.596-.468-1.063-1.063-1.063H7.313Z" ></path> <path d="M19 35.5a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Z" ></path> </g> </g> </svg> <span>${twilioServicesLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/professional-services" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[1]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[2]} </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/ahoy" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[3]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[4]} </p> </div> </a> </li> </ul>`; if (solutionsDropdownMobile) { let industriesColumnMobile = solutionsDropdownMobile[2]; let industriesCTAMobile = industriesColumnMobile.getElementsByClassName( "navigation-dropdown-list" )[0]; industriesCTAMobile.insertAdjacentHTML("afterend", businessSizeMobile); let partnersColumnMobile = solutionsDropdownMobile[3]; let partnersLastDivMobile = partnersColumnMobile.getElementsByClassName( "navigation-dropdown-list" )[0]; partnersLastDivMobile.insertAdjacentHTML( "afterend", twilioServicesHTMLMobile ); } </script> </div> </div> </header> <main class="column-container global-main twiliomain-search"> <div id="consent_blackbar"></div> <section class="header bg-color-paper dark-text header-buttonsGroup "> <div/></div> <div class="grid-container two-columns center default"> <div class="grid-container-column "> <div class="header-title"> <div class="eyebrow dark-text"> Twilio for Marketers </div> <h1 class="title-extra-large">Marketing solutions for any campaign</h1> <div class="header-badge"> </div> <div class="header-sub-text"> <p class="copy-large">Maximize your return on every campaign. Combine first-party data from Segment with the best in digital communications from Twilio to build what you can’t with out-of-the-box solutions—customizable marketing campaigns at any scale.</p> </div> </div> <div data-uuid="2078645342" class="button-container horizontal medium left"> <a class="button button-primary right" href="/en-us/help/sales" target="_self" data-uuid="4c69b92d-c34d-3cb3-9411-67a6dba99d8f" aria-label="Contact sales"> <span class="button-text"> Contact sales </span> </a> </div> </div> <div class="grid-container-column media-right"> <figure class="media"> <div class="media-image "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_hero_marketing-soluitons-every-campaign@2x.png/_jcr_content/renditions/compressed-original.webp" alt="Twilio, SendGrid, and Segment benefit Marketers" title="Twilio, SendGrid, and Segment benefit Marketers" class=" " loading="lazy"/> </div> <div class="media-image--mobile "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_hero_marketing-soluitons-every-campaign@2x.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </figure> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container tiny medium-gap" style=""> <div class="grid-container-column"> <figure class="media"> <div class="media-image "> <span title="Boost lifetime value, not impressions"><svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80" style="max-width: 190px; margin-left: auto; margin-right: auto;"> <path fill="#CCE4FF" d="M59.978 45.776c-4.913-2.955-13.497 2.778-19.314 12.945-.735-2.187-1.977-3.901-3.784-4.965-5.479-3.31-13.78 1.005-18.525 9.635A26.78 26.78 0 0 0 17 66.287h55.347c-.34-2.01-1.243-3.605-2.711-4.551-2.203-1.36-5.14-.71-7.737 1.3 2.428-7.92 1.92-14.895-1.92-17.26Zm99.908-32.273c-9.311-5.637-25.58 5.3-36.604 24.69-1.391-4.17-3.746-7.44-7.171-9.47C105.73 22.41 89.996 30.64 81.006 47.1a51.254 51.254 0 0 0-2.569 5.525h104.889c-.642-3.834-2.355-6.877-5.138-8.681-4.174-2.593-9.739-1.353-14.663 2.48 4.603-15.107 3.639-28.41-3.639-32.92Z"/> <path fill="#6D2ED1" d="M27.684 30.068a2.256 2.256 0 1 0 0-4.511 2.256 2.256 0 0 0 0 4.511Z"/> <path fill="#EB5656" d="M140.972 68.944a2.972 2.972 0 1 0 0-5.944 2.972 2.972 0 0 0 0 5.944Z"/> <path fill="#008CFF" d="M181.137 31.33a2.322 2.322 0 1 0 0-4.646 2.322 2.322 0 0 0 0 4.645Z"/> <circle cx="33.429" cy="33.429" r="33.429" fill="#FEECEC" transform="matrix(-1 0 0 1 124.857 7)"/> <path fill="#008CFF" d="M92.235 49.842c6.247 0 11.311-5.065 11.311-11.312 0-6.247-5.064-11.31-11.31-11.31-6.248 0-11.312 5.063-11.312 11.31 0 6.247 5.064 11.312 11.311 11.312Z"/> <path fill="#001489" d="M93.102 21.712c.069-.427.165-.85.289-1.265a6.21 6.21 0 0 1 .383-1.008 8.215 8.215 0 0 1 .65-1.135c.023-.034.15-.208.048-.072a6.424 6.424 0 0 1 .695-.779c.065-.062.134-.12.2-.181.026-.023.147-.119.008-.01.244-.187.504-.35.778-.487.23-.118-.178.052.063-.025.049-.015.097-.035.146-.051.072-.024.145-.045.22-.064.005-.002.246-.052.097-.025-.148.026.09-.01.097-.01a2.74 2.74 0 0 1 .154-.01c.096-.003.192.001.287.004.155.005.016-.045-.063-.007.027-.013.13.018.16.023.09.016.18.035.268.058.09.023.18.052.27.08.028.008.202.08.041.011a4.767 4.767 0 0 1 .63.325c.09.054.176.114.264.171.19.127.019-.012.001-.002a6.118 6.118 0 0 1 1.023.996 6.963 6.963 0 0 1 .047.058c.31.448.586.919.826 1.41.022.048.044.097.064.146-.089-.21.04.11.054.148a8.427 8.427 0 0 1 .423 1.654c-.029-.19.018.168.022.202a10.18 10.18 0 0 1 .018 1.718c-.06.84 1.109 1.246 1.648.645a5.798 5.798 0 0 1 .653-.632c-.137.111-.018.015.01-.004.118-.082.234-.166.356-.242.189-.118.387-.223.59-.315-.183.082.094-.033.15-.054a5.162 5.162 0 0 1 .844-.227c-.035.007-.19.022-.014.004.216-.022.43-.042.648-.043.112 0 .224.007.336.012.049.001.178.026-.027-.005.048.007.097.012.145.02.203.029.403.072.599.129.09.026.178.06.268.087.13.04-.165-.079-.046-.016.041.021.085.037.127.056.174.08.342.175.502.282.032.021.159.154.06.04-.092-.107-.006-.003.026.025.066.058.132.115.194.177.062.061.12.125.177.19.02.024.102.137.032.039-.079-.112.042.069.057.091.056.088.108.178.155.271.024.047.046.095.069.143-.081-.169-.018-.047-.005-.007.08.233.144.47.191.713-.035-.186.011.11.015.174.009.115.013.23.012.346 0 .118-.009.235-.014.352-.008.187-.004.057.001.015a5.465 5.465 0 0 1-.26 1.072c-.065.188-.023.06-.006.02a5.146 5.146 0 0 1-.456.856 1.565 1.565 0 0 0-.093.14c.065-.09-.062.077-.076.094a5.667 5.667 0 0 1-.529.566c-.052.048-.106.094-.159.14a.808.808 0 0 1-.141.111 1.044 1.044 0 0 0-.444 1.112.971.971 0 0 0 .942.698c.098-.002.197.001.294.01-.164-.018.128.029.13.03.093.019.182.046.273.07.197.05-.093-.06.105.036.15.071.296.151.437.24.058.04.05.032-.024-.024a2.84 2.84 0 0 1 .446.43c-.126-.146.043.065.055.084.048.074.087.151.132.227.126.216-.035-.147.044.091.027.084.055.166.076.251.006.023.05.255.032.133-.017-.11.008.132.009.16-.007.08-.008.16-.003.24.018.1.032-.144-.002.027-.016.079-.029.157-.049.236-.019.078-.044.154-.068.23-.076.244.093-.172-.025.056a6.181 6.181 0 0 1-.241.425c-.098.155.069-.049-.016.019-.059.058-.114.12-.164.186a3.42 3.42 0 0 1-.149.146c-.052.048-.198.153-.06.055-.14.1-.284.183-.431.27-.217.127.152-.042-.087.04-.083.028-.164.06-.249.084-.071.02-.143.037-.215.054-.065.013-.058.013.023 0-.06.008-.121.015-.182.02a1.003 1.003 0 0 0-.671.314 1.027 1.027 0 0 0-.28.692.971.971 0 0 0 .295.678.95.95 0 0 0 .683.266c2.003-.194 3.711-1.776 3.816-3.86.113-2.228-1.876-3.862-3.96-3.867l.498 1.81a6.604 6.604 0 0 0 2.475-3.512 5.489 5.489 0 0 0-.258-3.761c-.95-2.062-3.399-2.742-5.49-2.36a6.223 6.223 0 0 0-3.454 1.99l1.647.646c.195-2.714-.689-5.622-2.739-7.426a5.493 5.493 0 0 0-2.83-1.41c-1.413-.186-2.707.39-3.758 1.352-1.455 1.335-2.32 3.314-2.636 5.233-.056.252-.014.514.116.732a.97.97 0 0 0 .584.44c.248.056.51.01.729-.126.219-.137.378-.354.442-.605Zm-7.383 19.846a5.749 5.749 0 0 0 9.06 1.015c.713-.724-.401-1.84-1.114-1.115-.103.105-.215.2-.326.295-.163.14.043-.025-.078.06-.056.04-.112.081-.17.12a5.449 5.449 0 0 1-.399.25 4.278 4.278 0 0 1-2.433.563 4.107 4.107 0 0 1-2.28-.963 6.045 6.045 0 0 1-.678-.7c-.133-.158.051.077-.03-.038-.025-.037-.052-.073-.078-.11a4.356 4.356 0 0 1-.112-.173c-.534-.861-1.898-.07-1.362.796Z"/> <path fill="#F22F46" d="M65.313 61.298c6.126 7.656 15.548 12.56 26.116 12.56 9.894 0 18.785-4.3 24.905-11.132C109.919 56.766 100.499 53 90 53c-9.634 0-18.358 3.17-24.687 8.298Z"/> <path stroke="#06033A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M39.204 29 37 18l9 5.292"/> <path stroke="#06033A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m68.706 47.853-9.587-14.5a.952.952 0 0 0-.673-.421.976.976 0 0 0-.765.224l-4.578 3.923a.966.966 0 0 1-.718.23.975.975 0 0 1-.664-.352L42 25"/> <circle cx="68.5" cy="15.5" r="8.5" fill="#F22F46"/> <path fill="#fff" d="M71.849 16.218c.293-.289.493-.654.575-1.051a2.026 2.026 0 0 0-.11-1.185 2.105 2.105 0 0 0-.762-.935 2.205 2.205 0 0 0-1.165-.38 2.28 2.28 0 0 0-.894.167 2.222 2.222 0 0 0-.75.502l-.129.124a.151.151 0 0 1-.11.045.157.157 0 0 1-.11-.045l-.129-.124a2.221 2.221 0 0 0-.75-.502 2.281 2.281 0 0 0-.894-.167 2.2 2.2 0 0 0-1.17.376c-.344.233-.61.558-.765.935a2.02 2.02 0 0 0-.109 1.189c.084.398.286.763.582 1.051l3.125 3.16a.317.317 0 0 0 .44 0l3.125-3.16Z"/> </svg> </span> </div> <div class="media-image--mobile "> <span><svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80" style="max-width: 190px; margin-left: auto; margin-right: auto;"> <path fill="#CCE4FF" d="M59.978 45.776c-4.913-2.955-13.497 2.778-19.314 12.945-.735-2.187-1.977-3.901-3.784-4.965-5.479-3.31-13.78 1.005-18.525 9.635A26.78 26.78 0 0 0 17 66.287h55.347c-.34-2.01-1.243-3.605-2.711-4.551-2.203-1.36-5.14-.71-7.737 1.3 2.428-7.92 1.92-14.895-1.92-17.26Zm99.908-32.273c-9.311-5.637-25.58 5.3-36.604 24.69-1.391-4.17-3.746-7.44-7.171-9.47C105.73 22.41 89.996 30.64 81.006 47.1a51.254 51.254 0 0 0-2.569 5.525h104.889c-.642-3.834-2.355-6.877-5.138-8.681-4.174-2.593-9.739-1.353-14.663 2.48 4.603-15.107 3.639-28.41-3.639-32.92Z"/> <path fill="#6D2ED1" d="M27.684 30.068a2.256 2.256 0 1 0 0-4.511 2.256 2.256 0 0 0 0 4.511Z"/> <path fill="#EB5656" d="M140.972 68.944a2.972 2.972 0 1 0 0-5.944 2.972 2.972 0 0 0 0 5.944Z"/> <path fill="#008CFF" d="M181.137 31.33a2.322 2.322 0 1 0 0-4.646 2.322 2.322 0 0 0 0 4.645Z"/> <circle cx="33.429" cy="33.429" r="33.429" fill="#FEECEC" transform="matrix(-1 0 0 1 124.857 7)"/> <path fill="#008CFF" d="M92.235 49.842c6.247 0 11.311-5.065 11.311-11.312 0-6.247-5.064-11.31-11.31-11.31-6.248 0-11.312 5.063-11.312 11.31 0 6.247 5.064 11.312 11.311 11.312Z"/> <path fill="#001489" d="M93.102 21.712c.069-.427.165-.85.289-1.265a6.21 6.21 0 0 1 .383-1.008 8.215 8.215 0 0 1 .65-1.135c.023-.034.15-.208.048-.072a6.424 6.424 0 0 1 .695-.779c.065-.062.134-.12.2-.181.026-.023.147-.119.008-.01.244-.187.504-.35.778-.487.23-.118-.178.052.063-.025.049-.015.097-.035.146-.051.072-.024.145-.045.22-.064.005-.002.246-.052.097-.025-.148.026.09-.01.097-.01a2.74 2.74 0 0 1 .154-.01c.096-.003.192.001.287.004.155.005.016-.045-.063-.007.027-.013.13.018.16.023.09.016.18.035.268.058.09.023.18.052.27.08.028.008.202.08.041.011a4.767 4.767 0 0 1 .63.325c.09.054.176.114.264.171.19.127.019-.012.001-.002a6.118 6.118 0 0 1 1.023.996 6.963 6.963 0 0 1 .047.058c.31.448.586.919.826 1.41.022.048.044.097.064.146-.089-.21.04.11.054.148a8.427 8.427 0 0 1 .423 1.654c-.029-.19.018.168.022.202a10.18 10.18 0 0 1 .018 1.718c-.06.84 1.109 1.246 1.648.645a5.798 5.798 0 0 1 .653-.632c-.137.111-.018.015.01-.004.118-.082.234-.166.356-.242.189-.118.387-.223.59-.315-.183.082.094-.033.15-.054a5.162 5.162 0 0 1 .844-.227c-.035.007-.19.022-.014.004.216-.022.43-.042.648-.043.112 0 .224.007.336.012.049.001.178.026-.027-.005.048.007.097.012.145.02.203.029.403.072.599.129.09.026.178.06.268.087.13.04-.165-.079-.046-.016.041.021.085.037.127.056.174.08.342.175.502.282.032.021.159.154.06.04-.092-.107-.006-.003.026.025.066.058.132.115.194.177.062.061.12.125.177.19.02.024.102.137.032.039-.079-.112.042.069.057.091.056.088.108.178.155.271.024.047.046.095.069.143-.081-.169-.018-.047-.005-.007.08.233.144.47.191.713-.035-.186.011.11.015.174.009.115.013.23.012.346 0 .118-.009.235-.014.352-.008.187-.004.057.001.015a5.465 5.465 0 0 1-.26 1.072c-.065.188-.023.06-.006.02a5.146 5.146 0 0 1-.456.856 1.565 1.565 0 0 0-.093.14c.065-.09-.062.077-.076.094a5.667 5.667 0 0 1-.529.566c-.052.048-.106.094-.159.14a.808.808 0 0 1-.141.111 1.044 1.044 0 0 0-.444 1.112.971.971 0 0 0 .942.698c.098-.002.197.001.294.01-.164-.018.128.029.13.03.093.019.182.046.273.07.197.05-.093-.06.105.036.15.071.296.151.437.24.058.04.05.032-.024-.024a2.84 2.84 0 0 1 .446.43c-.126-.146.043.065.055.084.048.074.087.151.132.227.126.216-.035-.147.044.091.027.084.055.166.076.251.006.023.05.255.032.133-.017-.11.008.132.009.16-.007.08-.008.16-.003.24.018.1.032-.144-.002.027-.016.079-.029.157-.049.236-.019.078-.044.154-.068.23-.076.244.093-.172-.025.056a6.181 6.181 0 0 1-.241.425c-.098.155.069-.049-.016.019-.059.058-.114.12-.164.186a3.42 3.42 0 0 1-.149.146c-.052.048-.198.153-.06.055-.14.1-.284.183-.431.27-.217.127.152-.042-.087.04-.083.028-.164.06-.249.084-.071.02-.143.037-.215.054-.065.013-.058.013.023 0-.06.008-.121.015-.182.02a1.003 1.003 0 0 0-.671.314 1.027 1.027 0 0 0-.28.692.971.971 0 0 0 .295.678.95.95 0 0 0 .683.266c2.003-.194 3.711-1.776 3.816-3.86.113-2.228-1.876-3.862-3.96-3.867l.498 1.81a6.604 6.604 0 0 0 2.475-3.512 5.489 5.489 0 0 0-.258-3.761c-.95-2.062-3.399-2.742-5.49-2.36a6.223 6.223 0 0 0-3.454 1.99l1.647.646c.195-2.714-.689-5.622-2.739-7.426a5.493 5.493 0 0 0-2.83-1.41c-1.413-.186-2.707.39-3.758 1.352-1.455 1.335-2.32 3.314-2.636 5.233-.056.252-.014.514.116.732a.97.97 0 0 0 .584.44c.248.056.51.01.729-.126.219-.137.378-.354.442-.605Zm-7.383 19.846a5.749 5.749 0 0 0 9.06 1.015c.713-.724-.401-1.84-1.114-1.115-.103.105-.215.2-.326.295-.163.14.043-.025-.078.06-.056.04-.112.081-.17.12a5.449 5.449 0 0 1-.399.25 4.278 4.278 0 0 1-2.433.563 4.107 4.107 0 0 1-2.28-.963 6.045 6.045 0 0 1-.678-.7c-.133-.158.051.077-.03-.038-.025-.037-.052-.073-.078-.11a4.356 4.356 0 0 1-.112-.173c-.534-.861-1.898-.07-1.362.796Z"/> <path fill="#F22F46" d="M65.313 61.298c6.126 7.656 15.548 12.56 26.116 12.56 9.894 0 18.785-4.3 24.905-11.132C109.919 56.766 100.499 53 90 53c-9.634 0-18.358 3.17-24.687 8.298Z"/> <path stroke="#06033A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M39.204 29 37 18l9 5.292"/> <path stroke="#06033A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m68.706 47.853-9.587-14.5a.952.952 0 0 0-.673-.421.976.976 0 0 0-.765.224l-4.578 3.923a.966.966 0 0 1-.718.23.975.975 0 0 1-.664-.352L42 25"/> <circle cx="68.5" cy="15.5" r="8.5" fill="#F22F46"/> <path fill="#fff" d="M71.849 16.218c.293-.289.493-.654.575-1.051a2.026 2.026 0 0 0-.11-1.185 2.105 2.105 0 0 0-.762-.935 2.205 2.205 0 0 0-1.165-.38 2.28 2.28 0 0 0-.894.167 2.222 2.222 0 0 0-.75.502l-.129.124a.151.151 0 0 1-.11.045.157.157 0 0 1-.11-.045l-.129-.124a2.221 2.221 0 0 0-.75-.502 2.281 2.281 0 0 0-.894-.167 2.2 2.2 0 0 0-1.17.376c-.344.233-.61.558-.765.935a2.02 2.02 0 0 0-.109 1.189c.084.398.286.763.582 1.051l3.125 3.16a.317.317 0 0 0 .44 0l3.125-3.16Z"/> </svg> </span> </div> </figure> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <h2 style=" text-align: center; max-width: 640.0px; margin-left: auto; margin-right: auto; ">Boost lifetime value, not impressions</h2> </div> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p style=" text-align: center; "><span class="copy-large">Deliver campaigns and relevant offers to customers with personalized, data-powered marketing. With Twilio, create high-impact marketing campaigns at scale, on any channel, with APIs and software powered by our industry-leading, unified <a href="https://segment.com/resources/cdp/" target="_self" rel="noopener noreferrer">customer data platform</a>.</span></p> </div> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div class="proof-points column-size-4 " data-cmp-is="cmp-proof-points" data-cmp-variation="default"> <div class="proof-points-column "> <h4 class="proof-points-title">10 trillion</h4> <p> customer data points tracked </p> </div> <div class="proof-points-column "> <h4 class="proof-points-title">1.7+ trillion</h4> <p> emails sent in 2021 </p> </div> <div class="proof-points-column "> <h4 class="proof-points-title">157+ billion</h4> <p> messages sent in 2021 </p> </div> <div class="proof-points-column "> <h4 class="proof-points-title">99.95%</h4> <p> monthly API uptime </p> </div> </div> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div data-uuid="-1249034733" class="divider"> <p>Products</p> <hr/> </div> </div> </div> <div id="" class="grid-container tiny medium-gap" style=""> <div class="grid-container-column"> <div class="section-header"> <div class="icon"> </div> <h2 class="title-medium dark-text"> Build a comprehensive marketing solution with the Twilio Customer Engagement Platform </h2> </div> </div> </div> <div id="" class="grid-container three-columns default medium-gap equal-heights" style=""> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon shadow-card vertical center"> <a class="card-icon__overlay" href="/en-us/customer-data-platform" target="_self"></a> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="mini-illo_segment circle medium circle"> <svg width="190" height="80" viewBox="0 0 190 80" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M125.32 39.9999C125.32 23.2547 111.745 9.67993 94.9997 9.67993C78.2544 9.67993 64.6797 23.2547 64.6797 39.9999C64.6797 56.7452 78.2544 70.3199 94.9997 70.3199C111.745 70.3199 125.32 56.7452 125.32 39.9999Z" fill="#6ADDB2"/> <path d="M109.52 33.75H92.9801C92.3671 33.75 91.8701 34.247 91.8701 34.86V36.81C91.8701 37.423 92.3671 37.92 92.9801 37.92H109.52C110.133 37.92 110.63 37.423 110.63 36.81V34.86C110.63 34.247 110.133 33.75 109.52 33.75Z" fill="white"/> <path d="M80.4704 42.0901H97.0203C97.6303 42.0901 98.1303 42.5901 98.1303 43.2001V45.1601C98.1303 45.7701 97.6303 46.2701 97.0203 46.2701H80.4704C79.8604 46.2701 79.3604 45.7701 79.3604 45.1601V43.2001C79.3604 42.5901 79.8604 42.0901 80.4704 42.0901Z" fill="white"/> <path d="M85.62 53.5501C86.7688 53.5501 87.7 52.6189 87.7 51.4701C87.7 50.3214 86.7688 49.3901 85.62 49.3901C84.4713 49.3901 83.54 50.3214 83.54 51.4701C83.54 52.6189 84.4713 53.5501 85.62 53.5501Z" fill="white"/> <path d="M104.381 30.62C105.53 30.62 106.461 29.6887 106.461 28.54C106.461 27.3912 105.53 26.46 104.381 26.46C103.232 26.46 102.301 27.3912 102.301 28.54C102.301 29.6887 103.232 30.62 104.381 30.62Z" fill="white"/> <path d="M109.64 45.3301L107.68 44.6101C107.18 44.4201 106.62 44.6501 106.39 45.1401C104.37 49.6201 99.9199 52.5001 94.9999 52.5101C93.8599 52.5101 92.7199 52.3501 91.6199 52.0301C91.0999 51.8901 90.5599 52.1701 90.3799 52.6801L89.6699 54.6401C89.4699 55.1901 89.7599 55.7901 90.2999 55.9801C90.3199 55.9801 90.3499 56.0001 90.3699 56.0001C91.8699 56.4401 93.4299 56.6701 94.9999 56.6701C101.59 56.6701 107.57 52.7801 110.23 46.7501C110.47 46.2201 110.24 45.6001 109.71 45.3501C109.69 45.3401 109.66 45.3301 109.64 45.3201V45.3301Z" fill="white"/> <path d="M80.3607 34.6701L82.3207 35.3901C82.8207 35.5801 83.3807 35.3501 83.6107 34.8601C85.6307 30.3801 90.0807 27.5001 95.0007 27.4901C96.1407 27.4901 97.2807 27.6501 98.3807 27.9701C98.9007 28.1101 99.4407 27.8301 99.6207 27.3201L100.331 25.3601C100.531 24.8101 100.241 24.2101 99.7007 24.0201C99.6807 24.0201 99.6507 24.0001 99.6307 24.0001C98.1307 23.5601 96.5707 23.3301 95.0007 23.3301C88.4107 23.3301 82.4407 27.2201 79.7707 33.2501C79.5307 33.7801 79.7607 34.4001 80.2907 34.6501C80.3107 34.6601 80.3407 34.6701 80.3607 34.6801V34.6701Z" fill="white"/> <path d="M51.4097 34.7599C54.4997 39.0499 56.3497 44.2999 56.4597 49.5399C56.5397 53.1699 55.9597 56.8299 54.7197 60.2399C52.7397 65.6899 48.8097 70.2299 43.5497 72.7299C38.7697 75.0099 33.2497 75.5399 28.0097 74.7299C19.7597 73.4499 11.8197 68.5199 8.33965 60.9299C3.79965 51.0499 6.96965 38.2499 14.8297 31.3199C21.7597 25.2199 32.9397 23.4399 41.7097 26.9799C45.6097 28.5499 48.9497 31.3499 51.3997 34.7499L51.4097 34.7599Z" fill="#FBEDE3"/> <path d="M180.33 27.7999C183.96 32.8399 186.12 38.9899 186.26 45.1399C186.35 49.3899 185.68 53.6799 184.23 57.6899C181.91 64.0799 177.29 69.3999 171.13 72.3399C165.52 75.0199 159.05 75.6299 152.91 74.6799C143.24 73.1799 133.92 67.3899 129.84 58.4999C124.51 46.9099 128.24 31.8999 137.45 23.7799C145.58 16.6199 158.69 14.5399 168.97 18.6899C173.54 20.5399 177.46 23.8199 180.33 27.7999Z" fill="#EEF7FF"/> <path d="M127.55 55.5501C127.15 53.9701 125.52 50.8301 125.52 50.8301C125.38 51.0301 124.44 52.6001 124.16 53.9201C124.16 53.9601 124.14 54.0101 124.16 54.0501C124.18 54.0901 124.21 54.1101 124.24 54.1401C124.49 54.3101 124.77 54.4601 125.02 54.6301C125.84 55.1801 126.49 55.9601 127.36 56.4201C127.44 56.4601 127.56 56.5001 127.62 56.4201C127.65 56.3901 127.65 56.3401 127.66 56.3001C127.67 56.0501 127.61 55.7901 127.55 55.5501Z" fill="white"/> <path d="M127.47 56.0301C124.62 52.4401 120.55 52.8701 117.99 54.3501C112.75 57.3901 112.16 64.0901 117.97 67.1401C119.59 67.9901 121.43 68.4501 123.26 68.3501C124.58 68.2801 125.9 67.9101 127.22 68.0901C128.23 68.2301 129.17 68.6801 130.11 69.0901C134.03 70.7901 138.64 71.7601 142.53 69.9701C144.4 69.1101 146.04 67.6401 148.08 67.3101C149.57 67.0601 151.09 67.4701 152.6 67.5101C155.47 67.5801 158.36 66.2401 160.06 63.9301C161.76 61.6201 162.16 58.3901 160.97 55.7801C159.78 53.1701 157.01 51.3301 154.14 51.3701C152.38 51.3901 150.51 52.0401 148.94 51.2601C147.86 50.7301 147.19 49.6401 146.4 48.7301C141.36 42.9701 131.91 42.0201 125.39 51.3301" fill="white"/> <path d="M127.61 49.03C127.77 48.88 127.97 48.63 128.26 48.37C128.56 48.12 128.92 47.81 129.34 47.45C129.77 47.11 130.31 46.78 130.88 46.39C131.51 46.09 132.16 45.67 132.95 45.42C134.5 44.83 136.44 44.48 138.56 44.77C139.62 44.88 140.7 45.24 141.78 45.67C142.82 46.2 143.91 46.78 144.84 47.65C145.34 48.04 145.75 48.54 146.21 49C146.63 49.49 147.03 50.05 147.53 50.57C148.02 51.09 148.66 51.57 149.42 51.78C150.17 51.99 150.94 51.98 151.67 51.91C152.41 51.85 153.13 51.73 153.84 51.69C154.55 51.66 155.26 51.73 155.95 51.93C157.34 52.31 158.64 53.14 159.6 54.28C160.57 55.41 161.15 56.87 161.26 58.4C161.37 59.93 161.03 61.5 160.29 62.87C158.79 65.61 155.55 67.29 152.4 67.13C150.83 67.06 149.11 66.59 147.39 67.08C145.7 67.55 144.36 68.6 142.97 69.33C140.19 70.85 136.87 70.76 133.95 70.01C132.47 69.6301 131.07 69.1 129.7 68.49C129.01 68.19 128.29 67.89 127.51 67.75C126.73 67.6 125.95 67.65 125.22 67.74C124.49 67.82 123.8 67.94 123.13 67.97C122.46 68 121.79 67.95 121.15 67.84C119.86 67.6 118.64 67.1501 117.61 66.4801C116.57 65.8401 115.69 65.02 115.11 64.07C114.53 63.12 114.25 62.06 114.24 61.05C114.23 60.04 114.46 59.09 114.83 58.27C115.24 57.47 115.71 56.74 116.28 56.2C117.39 55.07 118.59 54.42 119.54 54.1C120.5 53.76 121.22 53.71 121.58 53.69C123.51 53.58 125 54.27 125.91 54.9C126.84 55.54 127.31 56.05 127.45 56.03C127.52 56.03 127.49 55.92 127.35 55.68C127.22 55.44 126.95 55.08 126.5 54.64C126.03 54.22 125.37 53.7 124.41 53.33C123.46 52.95 122.19 52.74 120.77 52.96C120.38 53.03 119.58 53.16 118.55 53.62C117.53 54.09 116.26 54.88 115.15 56.26C114.61 56.95 114.12 57.78 113.79 58.76C113.49 59.74 113.35 60.85 113.53 62C113.71 63.14 114.2 64.31 115.01 65.29C115.82 66.28 116.91 67.0401 118.1 67.6601C119.31 68.2401 120.67 68.65 122.11 68.74C123.57 68.87 125.02 68.4601 126.39 68.4401C127.77 68.3801 129.06 69.09 130.49 69.67C131.92 70.25 133.42 70.74 135 71.02C136.57 71.31 138.23 71.41 139.87 71.14C141.52 70.92 143.11 70.18 144.5 69.31C145.89 68.47 147.3 67.62 148.88 67.6C150.45 67.55 152.12 68.0401 153.86 67.8001C157.27 67.4401 160.48 65.09 161.52 61.8C162.06 60.2 162.12 58.45 161.69 56.83C161.27 55.21 160.28 53.78 159.01 52.78C157.75 51.77 156.2 51.14 154.63 51.05C153.05 50.97 151.6 51.43 150.25 51.29C149.58 51.22 148.97 51 148.47 50.58C147.96 50.18 147.55 49.64 147.12 49.12C146.26 48.04 145.26 47.11 144.21 46.37C142.08 44.89 139.7 44.13 137.54 44.09C135.38 44.01 133.49 44.54 132.01 45.18C130.56 45.89 129.46 46.63 128.72 47.28C128.35 47.6 128.04 47.87 127.8 48.07C127.58 48.29 127.43 48.46 127.34 48.55C126.96 48.98 126.6 49.34 126.35 49.68C126.1 50.03 125.9 50.32 125.75 50.56C125.44 51.03 125.32 51.29 125.37 51.32C125.42 51.35 125.63 51.17 125.99 50.78C126.35 50.38 126.85 49.76 127.6 49.04L127.61 49.03Z" fill="#121C2D"/> <path d="M24.93 42.3901C25.05 42.3001 25.17 42.2001 25.27 42.0801C25.58 41.7001 25.76 41.2301 25.96 40.7701C28.35 35.0601 33.41 30.3701 40.03 31.2901C43.27 31.7401 46.17 33.5101 48.53 35.7101C49.1 36.2401 49.9 37.2001 50.68 37.2201C51.01 37.2201 51.76 37.0601 52.08 36.9601C56.08 35.7901 58.67 35.4601 62.57 36.9301C66.47 38.4001 69.98 42.2101 70.72 46.3101C71.02 47.9701 70.8 49.7001 70.38 51.3301C69.91 53.1701 68.35 54.9101 66.85 56.0001C65.54 56.9501 63.99 57.5501 62.38 57.7201C60.58 57.9101 58.82 58.0501 57.01 57.8501C55.05 57.6301 52.97 57.0401 51.02 57.6201C49.98 57.9301 49.06 58.5501 48.1 59.0601C45.07 60.6701 41.23 61.1501 38.26 59.4401C36.82 58.6001 35.62 57.2801 34.02 56.8301C32.02 56.2601 29.73 57.0301 27.76 57.4501C24.67 58.1101 21.83 58.1201 19.66 55.5401C16.84 52.1801 16.51 45.7901 20.9 43.5201C21.38 43.2701 21.89 43.1201 22.43 43.0101C23.24 42.8501 24.27 42.9001 24.97 42.4201L24.93 42.3901Z" fill="white"/> <path d="M28.0698 37.44C28.3698 37.03 28.9198 36.31 29.7898 35.41C30.6698 34.53 31.8998 33.47 33.5998 32.66C34.4498 32.26 35.4298 31.98 36.4998 31.78C37.5598 31.57 38.7298 31.52 39.9298 31.65C42.3398 31.89 44.8698 33.03 47.1398 34.81C47.7098 35.25 48.2698 35.74 48.8198 36.24C49.0898 36.5 49.3698 36.77 49.6498 37.04C49.9998 37.37 50.4798 37.52 50.9398 37.52C51.1698 37.52 51.4098 37.47 51.6198 37.4L52.1698 37.22C52.5398 37.09 52.9198 37.01 53.2998 36.91C54.0598 36.72 54.8498 36.59 55.6498 36.5C58.8398 36.18 62.3698 36.7 65.2398 38.64C68.0398 40.57 70.2898 43.79 70.5498 47.35C70.6698 49.12 70.2798 50.94 69.4298 52.51C68.5598 54.08 67.2098 55.36 65.6598 56.29C62.5398 58.16 58.6698 58.71 55.2198 57.57C54.3298 57.34 53.3998 57.13 52.4298 57.12C51.4598 57.1 50.4798 57.38 49.6498 57.76C47.9598 58.5 46.4598 59.54 44.8498 59.92C43.2098 60.27 41.4998 60.05 39.9198 59.56C39.1298 59.3 38.3498 59.03 37.6598 58.64C36.9498 58.25 36.2698 57.78 35.5298 57.37C34.7998 56.96 33.9598 56.64 33.0898 56.59C32.2098 56.54 31.3898 56.76 30.6498 56.97C29.1798 57.42 27.7398 57.69 26.3298 57.74C24.9198 57.79 23.5698 57.58 22.3698 57.14C21.1798 56.68 20.1498 55.97 19.3898 55.09C18.6298 54.22 18.0998 53.23 17.8098 52.24C17.5098 51.25 17.4998 50.28 17.5598 49.4C17.7898 47.63 18.6098 46.31 19.3598 45.45C20.1098 44.57 20.8198 44.15 21.1698 43.92C23.0498 42.79 24.9198 42.61 26.1698 42.76C27.4398 42.92 28.1498 43.24 28.2998 43.16C28.3698 43.13 28.2798 43.04 28.0098 42.88C27.7398 42.72 27.2998 42.46 26.5998 42.29C25.9198 42.08 24.9698 41.99 23.8198 42.12C22.6698 42.26 21.3198 42.74 20.0098 43.72C19.8398 43.87 19.5798 44.09 19.2498 44.38C19.0898 44.53 18.9298 44.72 18.7498 44.92C18.5598 45.12 18.3698 45.35 18.1998 45.62C17.4598 46.65 16.7198 48.24 16.7198 50.26C16.7098 52.25 17.5798 54.63 19.5398 56.36C20.5198 57.22 21.7698 57.87 23.1398 58.21C24.5198 58.55 25.9998 58.62 27.4998 58.45C28.2498 58.37 29.0098 58.23 29.7598 58.03C30.5198 57.84 31.2498 57.58 31.9798 57.45C32.7098 57.31 33.4298 57.35 34.1398 57.6C34.8498 57.84 35.5298 58.26 36.2298 58.69C36.9198 59.12 37.6898 59.58 38.5098 59.88C39.3098 60.19 40.1498 60.45 41.0198 60.63C42.7498 60.97 44.6898 60.97 46.3998 60.18C48.0698 59.47 49.5898 58.39 51.2598 57.97C52.9398 57.57 54.6998 58.23 56.5398 58.63C60.3098 59.38 64.3698 58.33 67.3998 55.93C68.9098 54.72 70.1198 53.1 70.7298 51.25C71.3598 49.42 71.4198 47.41 70.9698 45.56C70.5198 43.7 69.5798 42.02 68.3898 40.59C67.2298 39.15 65.7298 37.99 64.1198 37.19C60.8398 35.61 57.1898 35.43 53.9598 36.08C53.1498 36.23 52.3598 36.46 51.5998 36.71C50.8898 37 50.2898 36.88 49.7998 36.3C48.6898 35.22 47.5298 34.24 46.3098 33.44C43.8898 31.8 41.1898 30.95 38.7398 30.98C36.2998 30.99 34.1598 31.64 32.5698 32.54C30.9698 33.45 29.8798 34.5 29.1198 35.31C28.3698 36.13 27.9398 36.72 27.7698 36.95C26.2598 39.09 25.9398 40.35 26.0198 40.38C26.1498 40.45 26.6898 39.32 28.0798 37.41L28.0698 37.44Z" fill="#121C2D"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Twilio Segment CDP</h4> <div class="card-description copy-small"> <p>Unify your data, build customer profiles, and create personalized engagement across channels on a single, trusted platform. </p> </div> <div class="button-container horizontal small left"> <a class="button link" href="/en-us/customer-data-platform" target="_self"> <span class="button-text"> Learn about Segment </span> </a> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon shadow-card vertical center"> <a class="card-icon__overlay" href="https://segment.com/product/twilio-engage" target="_blank"></a> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="mini-illo_engage circle medium circle"> <svg width="190" height="80" viewBox="0 0 190 80" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M122.3 38.1301C122.3 21.3848 108.725 7.81006 91.9802 7.81006C75.2349 7.81006 61.6602 21.3848 61.6602 38.1301C61.6602 54.8753 75.2349 68.4501 91.9802 68.4501C108.725 68.4501 122.3 54.8753 122.3 38.1301Z" fill="#EF2F46"/> <path d="M44.4302 28.35C47.3702 32.42 49.1102 37.4 49.2202 42.37C49.2902 45.81 48.7502 49.28 47.5702 52.52C45.6902 57.69 41.9602 61.99 36.9802 64.37C32.4402 66.53 27.2102 67.03 22.2502 66.26C14.4302 65.05 6.89015 60.37 3.59015 53.17C-0.719848 43.8 2.29015 31.65 9.75015 25.09C16.3202 19.3 26.9302 17.61 35.2502 20.97C38.9502 22.46 42.1202 25.12 44.4402 28.34L44.4302 28.35Z" fill="#FBEDE3"/> <path d="M21.6403 37.3001C21.7603 37.2201 21.8703 37.1201 21.9603 37.0101C22.2603 36.6501 22.4303 36.2001 22.6103 35.7701C24.8803 30.3601 29.6703 25.9101 35.9503 26.7801C39.0203 27.2101 41.7703 28.8901 44.0103 30.9701C44.5503 31.4701 45.3103 32.3801 46.0403 32.4001C46.3503 32.4001 47.0703 32.2401 47.3703 32.1601C51.1603 31.0501 53.6203 30.7401 57.3203 32.1301C61.0203 33.5201 64.3503 37.1301 65.0503 41.0201C65.3303 42.5901 65.1303 44.2301 64.7303 45.7801C64.2803 47.5201 62.8103 49.1701 61.3803 50.2101C60.1403 51.1101 58.6703 51.6801 57.1403 51.8501C55.4303 52.0301 53.7603 52.1601 52.0403 51.9701C50.1803 51.7601 48.2103 51.2001 46.3603 51.7501C45.3703 52.0401 44.5003 52.6301 43.5903 53.1101C40.7203 54.6401 37.0703 55.1001 34.2603 53.4701C32.8903 52.6801 31.7603 51.4201 30.2403 50.9901C28.3403 50.4501 26.1703 51.1801 24.3003 51.5801C21.3703 52.2001 18.6703 52.2101 16.6103 49.7701C13.9303 46.5901 13.6203 40.5301 17.7803 38.3701C18.2403 38.1301 18.7203 37.9901 19.2303 37.8901C20.0003 37.7401 20.9703 37.7901 21.6403 37.3301V37.3001Z" fill="white"/> <path d="M24.6304 32.6201C24.9104 32.2301 25.4304 31.5501 26.2604 30.7001C27.1004 29.8701 28.2604 28.8601 29.8704 28.1001C30.6704 27.7201 31.6004 27.4601 32.6204 27.2701C33.6304 27.0701 34.7304 27.0301 35.8704 27.1501C38.1604 27.3801 40.5504 28.4501 42.7004 30.1501C43.2404 30.5701 43.7704 31.0301 44.2904 31.5101C44.5504 31.7601 44.8104 32.0101 45.0704 32.2601C45.4104 32.5801 45.8604 32.7201 46.3004 32.7201C46.5204 32.7201 46.7504 32.6701 46.9504 32.6001L47.4704 32.4301C47.8204 32.3101 48.1804 32.2301 48.5404 32.1301C49.2604 31.9501 50.0104 31.8301 50.7704 31.7401C53.7904 31.4401 57.1304 31.9301 59.8504 33.7701C62.5004 35.5901 64.6304 38.6401 64.8804 42.0201C64.9904 43.6901 64.6304 45.4201 63.8204 46.9001C63.0004 48.3801 61.7204 49.6001 60.2504 50.4801C57.2904 52.2501 53.6304 52.7701 50.3604 51.6901C49.5104 51.4801 48.6304 51.2701 47.7104 51.2601C46.7904 51.2401 45.8604 51.5101 45.0604 51.8701C43.4604 52.5701 42.0304 53.5601 40.5104 53.9201C38.9604 54.2501 37.3404 54.0501 35.8504 53.5801C35.1004 53.3401 34.3604 53.0801 33.7104 52.7101C33.0404 52.3401 32.4004 51.8901 31.6904 51.5101C30.9904 51.1201 30.2004 50.8201 29.3704 50.7701C28.5304 50.7201 27.7604 50.9301 27.0504 51.1301C25.6504 51.5501 24.3004 51.8201 22.9604 51.8601C21.6304 51.9001 20.3504 51.7101 19.2104 51.2901C18.0804 50.8501 17.1104 50.1801 16.4004 49.3501C15.6804 48.5301 15.1804 47.5901 14.9004 46.6601C14.6104 45.7301 14.6104 44.8001 14.6604 43.9701C14.8804 42.3001 15.6504 41.0501 16.3604 40.2401C17.0704 39.4101 17.7404 39.0101 18.0704 38.7901C19.8504 37.7201 21.6204 37.5401 22.8004 37.6801C24.0004 37.8301 24.6804 38.1301 24.8204 38.0401C24.8904 38.0101 24.8004 37.9201 24.5504 37.7701C24.3004 37.6101 23.8804 37.3701 23.2104 37.2101C22.5604 37.0101 21.6604 36.9201 20.5704 37.0501C19.4804 37.1801 18.1904 37.6401 16.9504 38.5701C16.7904 38.7101 16.5404 38.9201 16.2304 39.2001C16.0804 39.3401 15.9304 39.5301 15.7504 39.7201C15.5704 39.9101 15.3904 40.1201 15.2304 40.3801C14.5304 41.3601 13.8204 42.8801 13.8204 44.8001C13.8104 46.7001 14.6404 48.9601 16.5004 50.6001C18.3704 52.2801 21.2404 52.9401 24.0704 52.5801C24.7804 52.5001 25.5004 52.3701 26.2204 52.1801C26.9404 52.0001 27.6304 51.7501 28.3204 51.6301C29.7004 51.3001 31.0304 51.9601 32.3404 52.8101C33.0004 53.2201 33.7204 53.6601 34.5004 53.9401C35.2604 54.2401 36.0604 54.4901 36.8904 54.6501C38.5304 54.9701 40.3704 54.9801 42.0004 54.2301C43.5904 53.5501 45.0304 52.5301 46.6004 52.1401C48.1904 51.7601 49.8504 52.3801 51.6004 52.7701C55.1804 53.4901 59.0404 52.4801 61.9204 50.2001C63.3504 49.0501 64.5104 47.5101 65.0904 45.7601C65.6904 44.0201 65.7504 42.1101 65.3204 40.3601C64.9004 38.5901 64.0004 36.9901 62.8704 35.6401C61.7704 34.2701 60.3504 33.1701 58.8104 32.4101C55.7004 30.9101 52.2204 30.7401 49.1604 31.3501C48.3904 31.4901 47.6404 31.7101 46.9204 31.9501C46.2504 32.2201 45.6904 32.1201 45.2304 31.5601C44.1704 30.5301 43.0704 29.6101 41.9204 28.8401C39.6304 27.2901 37.0504 26.4701 34.7304 26.5001C32.4104 26.5101 30.3804 27.1301 28.8704 27.9901C27.3504 28.8601 26.3204 29.8501 25.6004 30.6201C24.8804 31.3901 24.4804 31.9601 24.3104 32.1801C22.8804 34.2101 22.5804 35.4101 22.6604 35.4401C22.7904 35.5101 23.3004 34.4401 24.6204 32.6301L24.6304 32.6201Z" fill="#121C2D"/> <path d="M182.77 31.6401C186.21 36.4201 188.26 42.2501 188.39 48.0801C188.48 52.1101 187.84 56.1801 186.46 59.9801C184.26 66.0401 179.88 71.0901 174.04 73.8801C168.72 76.4201 162.59 77.0101 156.76 76.1001C147.59 74.6801 138.75 69.1901 134.87 60.7501C129.82 49.7601 133.35 35.5201 142.09 27.8201C149.8 21.0301 162.24 19.0501 171.99 22.9901C176.33 24.7401 180.04 27.8601 182.77 31.6301V31.6401Z" fill="#EEF7FF"/> <path d="M121.93 57.97C121.55 56.47 120 53.5 120 53.5C119.87 53.69 118.97 55.18 118.71 56.43C118.71 56.47 118.69 56.51 118.71 56.55C118.73 56.59 118.76 56.61 118.79 56.63C119.03 56.8 119.29 56.94 119.53 57.1C120.31 57.62 120.92 58.36 121.75 58.79C121.83 58.83 121.93 58.86 121.99 58.79C122.02 58.76 122.02 58.71 122.02 58.67C122.03 58.43 121.97 58.19 121.92 57.96L121.93 57.97Z" fill="white"/> <path d="M121.861 58.4199C119.151 55.0099 115.291 55.4199 112.871 56.8299C107.901 59.7099 107.341 66.0699 112.851 68.9599C114.391 69.7699 116.131 70.1999 117.871 70.1099C119.121 70.0399 120.381 69.6999 121.621 69.8599C122.581 69.9899 123.471 70.4199 124.361 70.8099C128.081 72.4199 132.451 73.3399 136.141 71.6499C137.921 70.8399 139.471 69.4399 141.401 69.1299C142.821 68.8999 144.251 69.2799 145.691 69.3199C148.411 69.3899 151.151 68.1099 152.761 65.9199C154.371 63.7299 154.751 60.6599 153.621 58.1899C152.491 55.7099 149.861 53.9699 147.141 53.9999C145.471 54.0199 143.701 54.6399 142.201 53.8999C141.181 53.3899 140.541 52.3599 139.791 51.4999C135.011 46.0299 126.041 45.1299 119.861 53.9599" fill="white"/> <path d="M122 51.7899C122.15 51.6399 122.34 51.4099 122.62 51.1699C122.9 50.9299 123.25 50.6399 123.64 50.2999C124.05 49.9799 124.56 49.6599 125.1 49.2999C125.69 49.0099 126.31 48.6199 127.06 48.3799C128.52 47.8299 130.37 47.4899 132.37 47.7699C133.38 47.8699 134.39 48.2099 135.42 48.6299C136.41 49.1299 137.43 49.6799 138.32 50.4999C138.79 50.8699 139.18 51.3499 139.62 51.7799C140.02 52.2499 140.4 52.7799 140.87 53.2699C141.33 53.7699 141.95 54.2199 142.67 54.4199C143.38 54.6199 144.12 54.6099 144.81 54.5499C145.51 54.4899 146.19 54.3799 146.87 54.3499C147.54 54.3199 148.21 54.3899 148.87 54.5799C150.18 54.9399 151.41 55.7199 152.32 56.7999C154.2 58.9399 154.4 62.3499 152.97 64.9299C151.55 67.5199 148.49 69.1099 145.5 68.9599C144.01 68.8999 142.38 68.4499 140.74 68.9099C139.13 69.3599 137.86 70.3499 136.54 71.0399C133.91 72.4799 130.77 72.3999 128 71.6899C126.6 71.3299 125.27 70.8299 123.97 70.2499C123.31 69.9599 122.63 69.6799 121.89 69.5399C121.14 69.3999 120.4 69.4499 119.71 69.5299C118.33 69.7299 117.09 69.8699 115.86 69.6199C114.64 69.3999 113.48 68.9599 112.51 68.3299C111.52 67.7299 110.7 66.9499 110.14 66.0499C109.59 65.1499 109.33 64.1499 109.32 63.1999C109.31 62.2499 109.53 61.3499 109.88 60.5699C110.27 59.8099 110.71 59.1299 111.25 58.6099C112.3 57.5499 113.43 56.9299 114.33 56.6199C115.24 56.2999 115.92 56.2599 116.26 56.2299C118.08 56.1199 119.49 56.7699 120.36 57.3699C121.24 57.9699 121.69 58.4499 121.83 58.4299C121.9 58.4299 121.87 58.3199 121.74 58.0999C121.61 57.8699 121.36 57.5299 120.93 57.1099C120.49 56.7099 119.86 56.2199 118.95 55.8599C118.04 55.4999 116.84 55.2999 115.48 55.5099C115.11 55.5799 114.35 55.6999 113.37 56.1399C112.4 56.5899 111.19 57.3399 110.14 58.6499C109.63 59.3099 109.16 60.0999 108.84 61.0299C108.55 61.9599 108.42 63.0199 108.59 64.1099C108.76 65.1999 109.23 66.3099 110 67.2399C110.77 68.1799 111.8 68.9099 112.94 69.4899C114.09 70.0499 115.38 70.4299 116.75 70.5199C118.14 70.6399 119.51 70.2499 120.81 70.2299C122.11 70.1699 123.33 70.8399 124.69 71.3999C126.04 71.9499 127.47 72.4099 128.97 72.6899C130.46 72.9699 132.04 73.0599 133.6 72.8099C135.17 72.5999 136.68 71.8999 137.99 71.0699C139.31 70.2699 140.64 69.4699 142.13 69.4499C143.61 69.3999 145.2 69.8699 146.86 69.6399C150.1 69.2999 153.15 67.0599 154.14 63.9399C154.66 62.4099 154.71 60.7499 154.3 59.2199C153.9 57.6799 152.95 56.3199 151.76 55.3699C150.56 54.4099 149.09 53.8099 147.59 53.7199C146.08 53.6399 144.71 54.0799 143.44 53.9499C142.81 53.8899 142.23 53.6799 141.76 53.2799C141.28 52.8999 140.89 52.3899 140.48 51.8899C139.66 50.8699 138.72 49.9799 137.71 49.2799C135.69 47.8799 133.43 47.1499 131.38 47.1099C129.33 47.0399 127.53 47.5299 126.13 48.1399C124.75 48.8199 123.71 49.5199 123.01 50.1299C122.66 50.4299 122.37 50.6899 122.14 50.8799C121.93 51.0899 121.79 51.2499 121.7 51.3399C121.34 51.7499 121 52.0899 120.76 52.4099C120.52 52.7399 120.34 53.0199 120.19 53.2499C119.9 53.6999 119.79 53.9399 119.83 53.9799C119.88 54.0099 120.08 53.8399 120.43 53.4699C120.77 53.0999 121.25 52.5099 121.96 51.8199L122 51.7899Z" fill="#121C2D"/> <path d="M91.9797 44.47C95.4797 44.47 98.3196 41.63 98.3196 38.13C98.3196 34.63 95.4797 31.79 91.9797 31.79C88.4797 31.79 85.6396 34.63 85.6396 38.13C85.6396 41.63 88.4797 44.47 91.9797 44.47Z" fill="white"/> <path d="M90.6095 47.57C85.4095 46.82 81.7995 41.98 82.5495 36.78C82.7595 35.36 83.2795 34 84.0895 32.8C84.2995 32.49 84.2495 32.08 83.9795 31.82L82.8395 30.68C82.5195 30.37 82.0095 30.37 81.6995 30.68C81.6695 30.71 81.6495 30.74 81.6195 30.77C80.0895 32.92 79.2695 35.49 79.2695 38.12V49.8C79.2695 50.36 79.7295 50.82 80.2895 50.82H91.9695C94.6095 50.82 97.1795 50 99.3195 48.47C99.6795 48.22 99.7695 47.72 99.5095 47.36C99.4795 47.32 99.4495 47.28 99.4195 47.25L98.2795 46.11C98.0195 45.85 97.6095 45.8 97.2995 46C95.3395 47.34 92.9495 47.89 90.5995 47.54L90.6095 47.57Z" fill="white"/> <path d="M93.35 28.6899C98.55 29.4399 102.16 34.2799 101.41 39.4799C101.2 40.8999 100.68 42.2599 99.87 43.4599C99.66 43.7699 99.71 44.1799 99.98 44.4399L101.12 45.5799C101.44 45.8899 101.95 45.8899 102.26 45.5799C102.29 45.5499 102.31 45.5199 102.34 45.4899C103.87 43.3399 104.69 40.7699 104.69 38.1399V26.4599C104.69 25.8899 104.23 25.4399 103.67 25.4399H91.99C89.35 25.4399 86.78 26.2599 84.64 27.7899C84.28 28.0399 84.19 28.5399 84.45 28.8999C84.48 28.9399 84.51 28.9799 84.54 29.0099L85.68 30.1499C85.94 30.4099 86.35 30.4599 86.66 30.2599C88.62 28.9199 91.01 28.3699 93.36 28.7199L93.35 28.6899Z" fill="white"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Twilio Engage</h4> <div class="card-description copy-small"> <p>Drive personalization and efficient growth with Twilio Engage — the first and only customer engagement software built on the #1 customer data platform (CDP) and #1 customer engagement platform (CEP).</p> </div> <div class="button-container horizontal small left"> <a class="button link right" href="https://segment.com/product/twilio-engage" target="_blank"> <span class="button-text"> Learn about Twilio Engage <span class="button-icon external medium"> <svg viewBox="0 0 79 79" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon--decorative" role="presentation"> <title>An icon of a outbound link arrow</title> <path class="icon-stroke" d="M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351" stroke="#F22F46" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </span> </a> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon shadow-card vertical center"> <a class="card-icon__overlay" href="/en-us/sendgrid/marketing-campaigns" target="_self"></a> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="mini-illo_marketing-campaigns circle medium circle"> <svg width="190" height="80" viewBox="0 0 190 80" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M44.43 28.3502C47.37 32.4202 49.11 37.4002 49.22 42.3702C49.29 45.8102 48.75 49.2802 47.57 52.5202C45.69 57.6902 41.96 61.9902 36.98 64.3702C32.44 66.5302 27.21 67.0302 22.25 66.2602C14.43 65.0502 6.89 60.3702 3.59 53.1702C-0.720001 43.8002 2.29 31.6502 9.75 25.0902C16.32 19.3002 26.93 17.6102 35.25 20.9702C38.95 22.4602 42.12 25.1202 44.44 28.3402L44.43 28.3502Z" fill="#FBEDE3"/> <path d="M24.03 37.2996C24.15 37.2196 24.26 37.1196 24.35 37.0096C24.65 36.6496 24.82 36.1996 25 35.7696C27.27 30.3596 32.06 25.9096 38.34 26.7796C41.41 27.2096 44.16 28.8896 46.4 30.9696C46.94 31.4696 47.7 32.3796 48.43 32.3996C48.74 32.3996 49.46 32.2396 49.76 32.1596C53.55 31.0496 56.01 30.7396 59.71 32.1296C63.41 33.5196 66.74 37.1296 67.44 41.0196C67.72 42.5896 67.52 44.2296 67.12 45.7796C66.67 47.5196 65.2 49.1696 63.77 50.2096C62.53 51.1096 61.06 51.6796 59.53 51.8496C57.82 52.0296 56.15 52.1596 54.43 51.9696C52.57 51.7596 50.6 51.1996 48.75 51.7496C47.76 52.0396 46.89 52.6296 45.98 53.1096C43.11 54.6396 39.46 55.0996 36.65 53.4696C35.28 52.6796 34.15 51.4196 32.63 50.9896C30.73 50.4496 28.56 51.1796 26.69 51.5796C23.76 52.1996 21.06 52.2096 19 49.7696C16.32 46.5896 16.01 40.5296 20.17 38.3696C20.63 38.1296 21.11 37.9896 21.62 37.8896C22.39 37.7396 23.36 37.7896 24.03 37.3296V37.2996Z" fill="white"/> <path d="M27.01 32.6198C27.29 32.2298 27.81 31.5498 28.64 30.6998C29.48 29.8698 30.64 28.8598 32.25 28.0998C33.05 27.7198 33.98 27.4598 35 27.2698C36.01 27.0698 37.11 27.0298 38.25 27.1498C40.54 27.3798 42.93 28.4498 45.08 30.1498C45.62 30.5698 46.15 31.0298 46.67 31.5098C46.93 31.7598 47.19 32.0098 47.45 32.2598C47.79 32.5798 48.24 32.7198 48.68 32.7198C48.9 32.7198 49.13 32.6698 49.33 32.5998L49.85 32.4298C50.2 32.3098 50.56 32.2298 50.92 32.1298C51.64 31.9498 52.39 31.8298 53.15 31.7398C56.17 31.4398 59.51 31.9298 62.23 33.7698C64.88 35.5898 67.01 38.6398 67.26 42.0198C67.37 43.6898 67.01 45.4198 66.2 46.8998C65.38 48.3798 64.1 49.5998 62.63 50.4798C59.67 52.2498 56.01 52.7698 52.74 51.6898C51.89 51.4798 51.01 51.2698 50.09 51.2598C49.17 51.2398 48.24 51.5098 47.44 51.8698C45.84 52.5698 44.41 53.5598 42.89 53.9198C41.34 54.2498 39.72 54.0498 38.23 53.5798C37.48 53.3398 36.74 53.0798 36.09 52.7098C35.42 52.3398 34.78 51.8898 34.07 51.5098C33.37 51.1198 32.58 50.8198 31.75 50.7698C30.91 50.7198 30.14 50.9298 29.43 51.1298C28.03 51.5498 26.68 51.8198 25.34 51.8598C24.01 51.8998 22.73 51.7098 21.59 51.2898C20.46 50.8498 19.49 50.1798 18.78 49.3498C18.06 48.5298 17.56 47.5898 17.28 46.6598C16.99 45.7298 16.99 44.7998 17.04 43.9698C17.26 42.2998 18.03 41.0498 18.74 40.2398C19.45 39.4098 20.12 39.0098 20.45 38.7898C22.23 37.7198 24 37.5398 25.18 37.6798C26.38 37.8298 27.06 38.1298 27.2 38.0398C27.27 38.0098 27.18 37.9198 26.93 37.7698C26.68 37.6098 26.26 37.3698 25.59 37.2098C24.94 37.0098 24.04 36.9198 22.95 37.0498C21.86 37.1798 20.57 37.6398 19.33 38.5698C19.17 38.7098 18.92 38.9198 18.61 39.1998C18.46 39.3398 18.31 39.5298 18.13 39.7198C17.95 39.9098 17.77 40.1198 17.61 40.3798C16.91 41.3598 16.2 42.8798 16.2 44.7998C16.19 46.6998 17.02 48.9598 18.88 50.5998C20.75 52.2798 23.62 52.9398 26.45 52.5798C27.16 52.4998 27.88 52.3698 28.6 52.1798C29.32 51.9998 30.01 51.7498 30.7 51.6298C32.08 51.2998 33.41 51.9598 34.72 52.8098C35.38 53.2198 36.1 53.6598 36.88 53.9398C37.64 54.2398 38.44 54.4898 39.27 54.6498C40.91 54.9698 42.75 54.9798 44.38 54.2298C45.97 53.5498 47.41 52.5298 48.98 52.1398C50.57 51.7598 52.23 52.3798 53.98 52.7698C57.56 53.4898 61.42 52.4798 64.3 50.1998C65.73 49.0498 66.89 47.5098 67.47 45.7598C68.07 44.0198 68.13 42.1098 67.7 40.3598C67.28 38.5898 66.38 36.9898 65.25 35.6398C64.15 34.2698 62.73 33.1698 61.19 32.4098C58.08 30.9098 54.6 30.7398 51.54 31.3498C50.77 31.4898 50.02 31.7098 49.29 31.9498C48.62 32.2198 48.06 32.1198 47.6 31.5598C46.54 30.5298 45.44 29.6098 44.29 28.8398C42 27.2898 39.42 26.4698 37.1 26.4998C34.78 26.5098 32.75 27.1298 31.24 27.9898C29.72 28.8598 28.69 29.8498 27.97 30.6198C27.25 31.3898 26.85 31.9598 26.68 32.1798C25.25 34.2098 24.95 35.4098 25.03 35.4398C25.16 35.5098 25.67 34.4398 26.99 32.6298L27.01 32.6198Z" fill="#121C2D"/> <path d="M182.77 31.6401C186.21 36.4201 188.26 42.2501 188.39 48.0801C188.48 52.1101 187.84 56.1801 186.46 59.9801C184.26 66.0401 179.88 71.0901 174.04 73.8801C168.72 76.4201 162.59 77.0101 156.76 76.1001C147.59 74.6801 138.75 69.1901 134.87 60.7501C129.82 49.7601 133.35 35.5201 142.09 27.8201C149.8 21.0301 162.24 19.0501 171.99 22.9901C176.33 24.7401 180.04 27.8601 182.77 31.6301V31.6401Z" fill="#EEF7FF"/> <path d="M121.93 57.97C121.55 56.47 120 53.5 120 53.5C119.87 53.69 118.97 55.18 118.71 56.43C118.71 56.47 118.69 56.51 118.71 56.55C118.73 56.59 118.76 56.61 118.79 56.63C119.03 56.8 119.29 56.94 119.53 57.1C120.31 57.62 120.92 58.36 121.75 58.79C121.83 58.83 121.93 58.86 121.99 58.79C122.02 58.76 122.02 58.71 122.02 58.67C122.03 58.43 121.97 58.19 121.92 57.96L121.93 57.97Z" fill="white"/> <path d="M125.32 40.0002C125.32 23.2549 111.745 9.68018 95 9.68018C78.2547 9.68018 64.68 23.2549 64.68 40.0002C64.68 56.7454 78.2547 70.3202 95 70.3202C111.745 70.3202 125.32 56.7454 125.32 40.0002Z" fill="#EF2F46"/> <path d="M88.31 42.5202C88.08 42.7202 87.77 42.8002 87.47 42.7502L78.57 41.1302C78 40.9302 77.97 40.1102 78.53 39.8902L105.99 26.9702C105.99 26.9702 106.03 26.9702 106.04 26.9702H106.07C106.07 26.9702 106.16 26.9702 106.2 26.9902C106.2 26.9902 106.22 26.9902 106.23 27.0102C106.27 27.0302 106.3 27.0602 106.32 27.0902C106.32 27.0902 106.32 27.1202 106.34 27.1302C106.36 27.1702 106.38 27.2302 106.37 27.2802L103.82 51.0502C103.72 51.4802 103.24 51.6902 102.87 51.4602L92.88 45.5402C92.45 45.2802 91.91 45.5902 91.91 46.1002C91.91 46.3502 92.05 46.5702 92.26 46.6702L93.77 47.5702C94.11 47.7502 94.21 48.2102 93.99 48.5202L91.09 52.7702C90.74 53.3002 89.92 53.0402 89.92 52.4102V44.3202C89.92 44.0902 90.01 43.8602 90.17 43.6902L102.98 30.2402C103.12 30.1002 102.92 29.8802 102.76 30.0102L88.31 42.5402H88.33L88.31 42.5202Z" fill="white"/> <path d="M129.3 47.82C128.87 46.11 127.1 42.71 127.1 42.71C126.95 42.93 125.93 44.62 125.63 46.05C125.63 46.1 125.61 46.15 125.63 46.19C125.65 46.23 125.69 46.26 125.72 46.28C126 46.47 126.29 46.63 126.57 46.81C127.46 47.4 128.16 48.25 129.11 48.74C129.2 48.79 129.32 48.82 129.39 48.74C129.42 48.7 129.43 48.65 129.43 48.61C129.44 48.33 129.38 48.06 129.31 47.8L129.3 47.82Z" fill="white"/> <path d="M129.22 48.33C126.13 44.44 121.73 44.91 118.96 46.52C113.29 49.81 112.65 57.06 118.93 60.36C120.68 61.28 122.68 61.78 124.66 61.67C126.09 61.59 127.52 61.2 128.94 61.39C130.04 61.54 131.06 62.03 132.07 62.47C136.32 64.31 141.31 65.36 145.51 63.43C147.54 62.5 149.31 60.91 151.51 60.55C153.13 60.28 154.77 60.72 156.4 60.76C159.5 60.84 162.63 59.38 164.47 56.88C166.31 54.38 166.74 50.88 165.46 48.05C164.18 45.23 161.17 43.23 158.07 43.27C156.17 43.29 154.14 44 152.44 43.15C151.27 42.57 150.55 41.39 149.69 40.41C144.24 34.17 134 33.15 126.95 43.22" fill="white"/> <path d="M129.36 40.7398C129.53 40.5698 129.75 40.3098 130.07 40.0298C130.39 39.7498 130.79 39.4198 131.24 39.0298C131.71 38.6698 132.29 38.2998 132.91 37.8798C133.59 37.5498 134.3 37.0998 135.16 36.8298C136.84 36.1898 138.94 35.8098 141.24 36.1298C142.39 36.2498 143.56 36.6398 144.73 37.1098C145.86 37.6798 147.04 38.3198 148.05 39.2498C148.59 39.6698 149.04 40.2198 149.53 40.7198C149.99 41.2598 150.42 41.8598 150.96 42.4198C151.48 42.9898 152.18 43.4898 152.99 43.7198C153.79 43.9398 154.62 43.9298 155.42 43.8598C156.22 43.7898 157 43.6598 157.77 43.6298C158.54 43.5998 159.31 43.6798 160.07 43.8898C161.58 44.3098 162.99 45.1998 164.03 46.4398C165.08 47.6698 165.72 49.2598 165.84 50.9198C165.95 52.5798 165.59 54.2898 164.78 55.7698C163.15 58.7498 159.64 60.5698 156.21 60.3898C154.51 60.3198 152.65 59.8098 150.79 60.3398C148.97 60.8498 147.52 61.9798 146.01 62.7698C142.99 64.4198 139.39 64.3298 136.22 63.5098C134.62 63.0998 133.09 62.5298 131.62 61.8598C130.87 61.5298 130.1 61.2098 129.26 61.0598C128.42 60.8998 127.58 60.9598 126.79 61.0498C126 61.1398 125.25 61.2698 124.53 61.2998C123.8 61.3298 123.08 61.2798 122.38 61.1498C120.98 60.8898 119.65 60.3998 118.54 59.6698C117.41 58.9798 116.46 58.0798 115.82 57.0498C115.19 56.0098 114.89 54.8598 114.88 53.7698C114.87 52.6698 115.12 51.6398 115.52 50.7398C115.97 49.8698 116.47 49.0798 117.1 48.4898C118.3 47.2698 119.6 46.5598 120.64 46.2098C121.68 45.8398 122.47 45.7898 122.86 45.7698C124.96 45.6498 126.58 46.3998 127.56 47.0898C128.56 47.7798 129.06 48.3398 129.22 48.3398C129.29 48.3398 129.26 48.2298 129.1 47.9698C128.95 47.7098 128.66 47.3298 128.17 46.8498C127.66 46.3998 126.95 45.8398 125.91 45.4398C124.88 45.0398 123.52 44.8098 121.98 45.0398C121.56 45.1198 120.7 45.2498 119.59 45.7598C118.49 46.2698 117.12 47.1198 115.92 48.6098C115.34 49.3598 114.8 50.2498 114.45 51.2998C114.12 52.3598 113.98 53.5598 114.17 54.7898C114.36 56.0198 114.89 57.2798 115.77 58.3298C116.64 59.3898 117.81 60.2198 119.1 60.8898C120.4 61.5198 121.87 61.9498 123.43 62.0598C125 62.1998 126.57 61.7598 128.06 61.7298C129.56 61.6598 130.96 62.4298 132.51 63.0698C134.05 63.6998 135.68 64.2298 137.39 64.5298C139.09 64.8398 140.88 64.9498 142.66 64.6598C144.44 64.4198 146.16 63.6198 147.66 62.6798C149.17 61.7698 150.7 60.8498 152.41 60.8298C154.11 60.7698 155.93 61.3098 157.8 61.0498C161.48 60.6598 164.95 58.1198 166.07 54.5798C166.66 52.8498 166.72 50.9598 166.26 49.2198C165.81 47.4698 164.73 45.9298 163.37 44.8498C162.01 43.7598 160.34 43.0798 158.64 42.9798C156.93 42.8898 155.37 43.3898 153.9 43.2398C153.17 43.1698 152.5 42.9198 151.96 42.4698C151.41 42.0298 150.96 41.4498 150.49 40.8798C149.56 39.7098 148.48 38.7098 147.34 37.9098C145.04 36.3098 142.47 35.4898 140.14 35.4398C137.8 35.3598 135.77 35.9198 134.17 36.6098C132.6 37.3798 131.41 38.1798 130.61 38.8798C130.21 39.2298 129.88 39.5098 129.62 39.7398C129.38 39.9798 129.22 40.1598 129.12 40.2598C128.7 40.7198 128.32 41.1098 128.04 41.4798C127.77 41.8598 127.55 42.1698 127.38 42.4298C127.04 42.9398 126.91 43.2098 126.95 43.2498C126.99 43.2898 127.22 43.0798 127.61 42.6598C128 42.2298 128.53 41.5598 129.35 40.7698L129.36 40.7398Z" fill="#121C2D"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Marketing Campaigns</h4> <div class="card-description copy-small"> <p>Build email marketing campaigns at scale, from ideation to implementation, with drag-and-drop tools or a code editor.</p> </div> <div class="button-container horizontal small left"> <a class="button link" href="/en-us/sendgrid/marketing-campaigns" target="_self"> <span class="button-text"> Learn about Marketing Campaigns </span> </a> </div> </div> </div> </div> </div> <div id="" class="grid-container three-columns default medium-gap equal-heights" style=""> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon shadow-card vertical center"> <a class="card-icon__overlay" href="/en-us/sendgrid/email-api" target="_self"></a> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="illo_mini_product_sendgrid-email-api circle medium circle"> <svg width="188" height="68" viewBox="0 0 188 68" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1948_2770)"> <path d="M181.502 20.93C185.022 25.81 187.122 31.78 187.252 37.74C187.342 41.87 186.692 46.03 185.282 49.91C183.032 56.11 178.552 61.27 172.582 64.12C167.142 66.72 160.872 67.32 154.912 66.39C145.532 64.93 136.492 59.32 132.532 50.7C127.372 39.46 130.982 24.9 139.912 17.03C147.792 10.09 160.512 8.07003 170.482 12.09C174.912 13.88 178.722 17.07 181.502 20.93Z" fill="#EEF7FF"/> <path d="M119.292 47.8398C118.902 46.3098 117.322 43.2598 117.322 43.2598C117.182 43.4498 116.272 44.9698 116.002 46.2598C116.002 46.2998 115.982 46.3498 116.002 46.3898C116.022 46.4298 116.052 46.4498 116.082 46.4698C116.332 46.6398 116.592 46.7798 116.842 46.9498C117.632 47.4798 118.272 48.2398 119.112 48.6798C119.192 48.7198 119.302 48.7498 119.362 48.6798C119.392 48.6498 119.392 48.5998 119.392 48.5598C119.402 48.3098 119.342 48.0698 119.282 47.8298L119.292 47.8398Z" fill="white"/> <path d="M119.222 48.3C116.452 44.81 112.512 45.24 110.022 46.67C104.942 49.61 104.372 56.12 110.002 59.07C111.572 59.9 113.362 60.34 115.132 60.24C116.412 60.17 117.692 59.82 118.972 59.99C119.952 60.12 120.872 60.56 121.782 60.96C125.592 62.61 130.062 63.55 133.832 61.82C135.652 60.99 137.242 59.56 139.212 59.24C140.662 59 142.132 59.39 143.602 59.43C146.382 59.5 149.192 58.2 150.832 55.95C152.482 53.71 152.872 50.57 151.712 48.04C150.562 45.51 147.872 43.72 145.092 43.76C143.382 43.78 141.572 44.41 140.042 43.65C138.992 43.13 138.352 42.08 137.582 41.2C132.692 35.61 123.522 34.69 117.202 43.72" fill="white"/> <path d="M119.362 41.5199C119.522 41.3699 119.712 41.1299 119.992 40.8799C120.282 40.6299 120.632 40.3399 121.042 39.9899C121.462 39.6599 121.982 39.3399 122.542 38.9599C123.152 38.6599 123.782 38.2599 124.552 38.0199C126.052 37.4499 127.932 37.1099 129.992 37.3899C131.022 37.4999 132.062 37.8399 133.112 38.2699C134.122 38.7799 135.172 39.3499 136.072 40.1799C136.562 40.5499 136.952 41.0499 137.402 41.4899C137.812 41.9699 138.202 42.5099 138.682 43.0199C139.152 43.5299 139.782 43.9899 140.512 44.1899C141.242 44.3899 141.992 44.3799 142.702 44.3199C143.422 44.2599 144.122 44.1399 144.812 44.1099C145.502 44.0799 146.182 44.1499 146.862 44.3399C148.202 44.7099 149.462 45.5099 150.392 46.6199C151.332 47.7199 151.892 49.1299 152.002 50.6099C152.102 52.0899 151.782 53.6199 151.062 54.9399C149.612 57.5999 146.472 59.2199 143.422 59.0599C141.902 58.9999 140.232 58.5399 138.562 59.0099C136.922 59.4699 135.622 60.4799 134.272 61.1899C131.582 62.6599 128.362 62.5799 125.532 61.8499C124.102 61.4899 122.732 60.9699 121.412 60.3699C120.742 60.0799 120.042 59.7899 119.282 59.6499C118.522 59.5099 117.762 59.5599 117.062 59.6399C115.652 59.8399 114.382 59.9799 113.122 59.7299C111.872 59.4999 110.692 59.0599 109.692 58.4099C108.682 57.7899 107.832 56.9999 107.272 56.0799C106.712 55.1599 106.442 54.1299 106.432 53.1599C106.422 52.1799 106.642 51.2599 107.002 50.4699C107.402 49.6899 107.852 48.9899 108.402 48.4599C109.472 47.3699 110.632 46.7399 111.552 46.4199C112.482 46.0899 113.182 46.0499 113.532 46.0199C115.402 45.9099 116.842 46.5799 117.732 47.1899C118.632 47.7999 119.092 48.2999 119.232 48.2799C119.302 48.2799 119.272 48.1699 119.132 47.9399C119.002 47.6999 118.742 47.3599 118.302 46.9299C117.852 46.5199 117.212 46.0199 116.272 45.6499C115.342 45.2799 114.122 45.0699 112.732 45.2899C112.352 45.3599 111.582 45.4799 110.582 45.9399C109.592 46.3999 108.352 47.1599 107.282 48.4999C106.752 49.1699 106.282 49.9799 105.962 50.9299C105.672 51.8799 105.532 52.9599 105.712 54.0799C105.882 55.1899 106.362 56.3299 107.152 57.2699C107.932 58.2299 108.992 58.9699 110.152 59.5699C111.322 60.1399 112.642 60.5299 114.042 60.6199C115.462 60.7499 116.862 60.3499 118.192 60.3299C119.522 60.2699 120.772 60.9499 122.162 61.5299C123.542 62.0899 125.002 62.5699 126.542 62.8399C128.072 63.1199 129.682 63.2199 131.272 62.9599C132.872 62.7399 134.422 62.0299 135.762 61.1799C137.112 60.3599 138.472 59.5399 140.002 59.5199C141.522 59.4699 143.152 59.9499 144.832 59.7199C148.142 59.3699 151.262 57.0799 152.272 53.8899C152.802 52.3299 152.852 50.6299 152.442 49.0699C152.032 47.4899 151.072 46.1099 149.842 45.1299C148.612 44.1499 147.112 43.5299 145.592 43.4499C144.052 43.3699 142.652 43.8199 141.342 43.6799C140.692 43.6199 140.102 43.3999 139.622 42.9999C139.132 42.6099 138.722 42.0899 138.312 41.5799C137.482 40.5299 136.512 39.6299 135.482 38.9099C133.412 37.4799 131.102 36.7399 129.012 36.6899C126.912 36.6099 125.082 37.1199 123.652 37.7499C122.242 38.4399 121.172 39.1599 120.462 39.7899C120.102 40.0999 119.802 40.3599 119.572 40.5599C119.352 40.7699 119.212 40.9399 119.122 41.0299C118.752 41.4499 118.412 41.7899 118.162 42.1299C117.922 42.4699 117.732 42.7499 117.582 42.9799C117.282 43.4399 117.172 43.6899 117.212 43.7199C117.262 43.7499 117.462 43.5799 117.822 43.1999C118.172 42.8199 118.652 42.2199 119.382 41.5099L119.362 41.5199Z" fill="#121C2D"/> <path d="M124.596 30.82C124.596 14.0747 111.021 0.5 94.2756 0.5C77.5303 0.5 63.9556 14.0747 63.9556 30.82C63.9556 47.5653 77.5303 61.14 94.2756 61.14C111.021 61.14 124.596 47.5653 124.596 30.82Z" fill="#EF2F46"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M91.1824 17.15C91.1249 17.15 91.0689 17.1719 91.0217 17.2191C90.9745 17.2663 90.9526 17.3223 90.9526 17.3798V23.583C90.9526 23.6404 90.9745 23.6964 91.0217 23.7437C91.0689 23.7909 91.1249 23.8127 91.1824 23.8127H97.3856C99.5379 23.8127 101.291 25.5661 101.291 27.7185V33.9217C101.291 33.9791 101.313 34.0351 101.36 34.0824C101.408 34.1296 101.464 34.1514 101.521 34.1514H107.724C107.782 34.1514 107.838 34.1296 107.885 34.0824C107.932 34.0351 107.954 33.9791 107.954 33.9217V17.15H91.1824ZM91.1824 15.312H108.758C109.327 15.312 109.792 15.7773 109.792 16.3459V33.9217C109.792 35.0589 108.862 35.9894 107.724 35.9894H101.521C100.384 35.9894 99.4533 35.0589 99.4533 33.9217V27.7185C99.4533 26.5812 98.5228 25.6507 97.3856 25.6507H91.1824C90.0451 25.6507 89.1146 24.7202 89.1146 23.583V17.3798C89.1146 16.2425 90.0451 15.312 91.1824 15.312Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M97.3855 44.4903C97.443 44.4903 97.499 44.4684 97.5462 44.4212C97.5934 44.374 97.6153 44.318 97.6153 44.2605V38.0573C97.6153 37.9999 97.5934 37.9439 97.5462 37.8966C97.499 37.8494 97.443 37.8276 97.3855 37.8276H91.1823C89.03 37.8276 87.2766 36.0742 87.2766 33.9218V27.7186C87.2766 27.6612 87.2547 27.6051 87.2075 27.5579C87.1603 27.5107 87.1043 27.4889 87.0468 27.4889H80.8436C80.7862 27.4889 80.7301 27.5107 80.6829 27.5579C80.6357 27.6051 80.6139 27.6612 80.6139 27.7186V44.4903H97.3855ZM97.3855 46.3283H79.8097C79.2411 46.3283 78.7759 45.863 78.7759 45.2944V27.7186C78.7759 26.5814 79.7064 25.6509 80.8436 25.6509H87.0468C88.1841 25.6509 89.1146 26.5814 89.1146 27.7186V33.9218C89.1146 35.0591 90.0451 35.9896 91.1823 35.9896H97.3855C98.5228 35.9896 99.4533 36.9201 99.4533 38.0573V44.2605C99.4533 45.3978 98.5228 46.3283 97.3855 46.3283Z" fill="white"/> <path d="M44.5613 17.5601C47.5613 21.7201 49.3513 26.8101 49.4613 31.9001C49.5413 35.4201 48.9813 38.9701 47.7813 42.2801C45.8613 47.5701 42.0413 51.9701 36.9513 54.4001C32.3113 56.6101 26.9613 57.1201 21.8813 56.3401C13.8813 55.1001 6.18124 50.3101 2.80124 42.9601C-1.59876 33.3701 1.47123 20.9601 9.10124 14.2501C15.8213 8.33018 26.6713 6.61018 35.1713 10.0402C38.9513 11.5701 42.1913 14.2801 44.5713 17.5801L44.5613 17.5601Z" fill="#FBEDE3"/> <path d="M25.6913 24.9301C25.8113 24.8501 25.9213 24.7501 26.0213 24.6301C26.3213 24.2601 26.5013 23.8001 26.6913 23.3601C29.0113 17.8201 33.9113 13.2701 40.3313 14.1601C43.4713 14.5901 46.2913 16.3201 48.5713 18.4401C49.1213 18.9501 49.9013 19.8901 50.6513 19.9001C50.9713 19.9001 51.7013 19.7401 52.0113 19.6501C55.8913 18.5101 58.4013 18.1901 62.1813 19.6201C65.9613 21.0401 69.3713 24.7401 70.0813 28.7101C70.3713 30.3201 70.1613 31.9901 69.7513 33.5701C69.2913 35.3501 67.7813 37.0401 66.3213 38.1001C65.0513 39.0201 63.5513 39.6101 61.9913 39.7701C60.2513 39.9601 58.5313 40.0901 56.7813 39.8901C54.8813 39.6801 52.8613 39.1101 50.9713 39.6701C49.9613 39.9701 49.0713 40.5701 48.1413 41.0601C45.2013 42.6201 41.4713 43.0901 38.6013 41.4201C37.2013 40.6101 36.0413 39.3301 34.4913 38.8901C32.5513 38.3401 30.3313 39.0801 28.4213 39.4901C25.4313 40.1301 22.6613 40.1401 20.5613 37.6301C17.8213 34.3701 17.5013 28.1801 21.7613 25.9701C22.2313 25.7301 22.7213 25.5801 23.2413 25.4801C24.0313 25.3201 25.0213 25.3801 25.7013 24.9101L25.6913 24.9301Z" fill="white"/> <path d="M28.7413 20.1299C29.0313 19.7399 29.5613 19.0299 30.4113 18.1699C31.2713 17.3199 32.4613 16.2899 34.1113 15.5099C34.9313 15.1199 35.8813 14.8499 36.9213 14.6599C37.9513 14.4599 39.0813 14.4099 40.2413 14.5299C42.5813 14.7599 45.0313 15.8599 47.2313 17.5999C47.7813 18.0299 48.3213 18.4999 48.8613 18.9899C49.1313 19.2499 49.3913 19.4999 49.6613 19.7599C50.0013 20.0799 50.4713 20.2299 50.9213 20.2199C51.1413 20.2199 51.3813 20.1699 51.5813 20.0999L52.1213 19.9299C52.4813 19.8099 52.8513 19.7199 53.2213 19.6299C53.9613 19.4499 54.7313 19.3199 55.5013 19.2299C58.5913 18.9199 62.0113 19.4299 64.7913 21.2999C67.5013 23.1699 69.6813 26.2899 69.9413 29.7399C70.0513 31.4499 69.6813 33.2199 68.8513 34.7399C68.0113 36.2599 66.7013 37.4999 65.2013 38.4099C62.1713 40.2199 58.4313 40.7499 55.0813 39.6499C54.2113 39.4299 53.3113 39.2199 52.3713 39.2099C51.4313 39.1899 50.4813 39.4599 49.6713 39.8299C48.0313 40.5499 46.5813 41.5599 45.0213 41.9299C43.4313 42.2699 41.7713 42.0599 40.2513 41.5799C39.4813 41.3299 38.7313 41.0699 38.0613 40.6899C37.3813 40.3099 36.7213 39.8499 36.0013 39.4599C35.2913 39.0699 34.4813 38.7499 33.6313 38.6999C32.7713 38.6499 31.9813 38.8599 31.2613 39.0699C29.8313 39.4999 28.4413 39.7699 27.0713 39.8099C25.7113 39.8599 24.3913 39.6599 23.2313 39.2199C22.0713 38.7699 21.0813 38.0799 20.3513 37.2399C19.6113 36.3999 19.1013 35.4399 18.8213 34.4799C18.5313 33.5199 18.5213 32.5799 18.5813 31.7299C18.8013 30.0199 19.6013 28.7399 20.3213 27.9099C21.0413 27.0599 21.7313 26.6499 22.0713 26.4299C23.8913 25.3299 25.7013 25.1599 26.9113 25.2999C28.1413 25.4499 28.8313 25.7599 28.9713 25.6699C29.0413 25.6399 28.9513 25.5499 28.6913 25.3999C28.4313 25.2399 28.0013 24.9899 27.3213 24.8299C26.6613 24.6299 25.7413 24.5299 24.6213 24.6599C23.5013 24.7899 22.1913 25.2599 20.9213 26.2099C20.7513 26.3499 20.5013 26.5699 20.1813 26.8499C20.0213 26.9999 19.8713 27.1799 19.6913 27.3799C19.5113 27.5699 19.3313 27.7899 19.1613 28.0599C18.4513 29.0599 17.7213 30.6099 17.7213 32.5699C17.7113 34.5099 18.5513 36.8199 20.4613 38.4999C22.3713 40.2099 25.3013 40.8899 28.2013 40.5199C28.9313 40.4399 29.6613 40.2999 30.3913 40.1199C31.1313 39.9399 31.8313 39.6799 32.5413 39.5599C33.2513 39.4199 33.9413 39.4599 34.6313 39.7099C35.3213 39.9399 35.9813 40.3499 36.6613 40.7699C37.3313 41.1899 38.0713 41.6399 38.8713 41.9299C39.6513 42.2299 40.4613 42.4899 41.3113 42.6599C42.9813 42.9899 44.8713 42.9899 46.5313 42.2299C48.1613 41.5399 49.6213 40.4999 51.2413 40.0899C52.8713 39.6999 54.5713 40.3399 56.3513 40.7299C60.0113 41.4599 63.9513 40.4299 66.8913 38.1099C68.3513 36.9399 69.5313 35.3599 70.1213 33.5699C70.7313 31.7899 70.7913 29.8499 70.3513 28.0499C69.9213 26.2399 69.0013 24.6099 67.8513 23.2299C66.7213 21.8299 65.2713 20.6999 63.7013 19.9299C60.5213 18.3999 56.9713 18.2199 53.8413 18.8499C53.0513 18.9899 52.2913 19.2099 51.5513 19.4599C50.8613 19.7399 50.2913 19.6299 49.8113 19.0599C48.7313 18.0099 47.6013 17.0699 46.4213 16.2799C44.0813 14.6899 41.4513 13.8599 39.0713 13.8899C36.7013 13.8999 34.6313 14.5299 33.0813 15.4099C31.5313 16.2999 30.4713 17.3199 29.7413 18.0999C29.0113 18.8899 28.5913 19.4699 28.4313 19.6899C26.9713 21.7699 26.6613 22.9899 26.7313 23.0199C26.8613 23.0899 27.3813 21.9999 28.7313 20.1399L28.7413 20.1299Z" fill="#121C2D"/> </g> <defs> <clipPath id="clip0_1948_2770"> <rect width="187" height="67" fill="white" transform="translate(0.775879 0.5)"/> </clipPath> </defs> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Twilio Sendgrid Email API</h4> <div class="card-description copy-small"> <p>Build a custom email program with the Email API trusted by top brands to deliver at scale without interruption.</p> </div> <div class="button-container horizontal small left"> <a class="button link" href="/en-us/sendgrid/email-api" target="_self"> <span class="button-text"> Learn about Email API </span> </a> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon shadow-card vertical center"> <a class="card-icon__overlay" href="/en-us/messaging/programmable-messaging-api" target="_self"></a> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="mini-illo_programmable-messaging-api circle medium circle"> <svg width="185" height="68" viewBox="0 0 185 68" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M178.698 19.4139C182.418 24.5739 184.628 30.8739 184.768 37.1739C184.858 41.5339 184.168 45.9239 182.688 50.0239C180.308 56.5739 175.588 62.0239 169.268 65.0339C163.518 67.7739 156.898 68.4139 150.608 67.4339C140.698 65.8939 131.158 59.9639 126.968 50.8539C121.508 38.9839 125.328 23.6039 134.768 15.2839C143.088 7.95392 156.528 5.81392 167.058 10.0739C171.738 11.9639 175.758 15.3339 178.698 19.4139Z" fill="#EEF7FF"/> <path d="M122.128 30.4538C122.128 13.7085 108.553 0.133789 91.8075 0.133789C75.0623 0.133789 61.4875 13.7085 61.4875 30.4538C61.4875 47.1991 75.0623 60.7738 91.8075 60.7738C108.553 60.7738 122.128 47.1991 122.128 30.4538Z" fill="#EF2F46"/> <path d="M46.6375 26.544C49.8075 30.944 51.6975 36.314 51.8175 41.684C51.8975 45.404 51.3075 49.144 50.0375 52.644C48.0075 58.224 43.9775 62.874 38.5975 65.444C33.6975 67.784 28.0475 68.324 22.6875 67.494C14.2375 66.184 6.09749 61.124 2.52749 53.364C-2.12251 43.244 1.12749 30.124 9.17749 23.034C16.2775 16.784 27.7275 14.964 36.7175 18.584C40.7075 20.194 44.1375 23.064 46.6475 26.544H46.6375Z" fill="#FBEDE3"/> <path d="M19.5082 34.3534C19.6382 34.2634 19.7482 34.1634 19.8582 34.0334C20.1782 33.6434 20.3682 33.1634 20.5582 32.6934C23.0082 26.8434 28.1882 22.0434 34.9682 22.9834C38.2782 23.4434 41.2582 25.2634 43.6682 27.5134C44.2482 28.0534 45.0682 29.0434 45.8682 29.0634C46.2082 29.0634 46.9782 28.8934 47.3082 28.8034C51.4082 27.6034 54.0582 27.2634 58.0582 28.7734C62.0582 30.2734 65.6482 34.1734 66.4082 38.3834C66.7082 40.0834 66.4882 41.8534 66.0582 43.5234C65.5682 45.4034 63.9782 47.1934 62.4382 48.3034C61.0982 49.2734 59.5082 49.8934 57.8582 50.0734C56.0182 50.2734 54.2082 50.4134 52.3482 50.2034C50.3382 49.9734 48.2082 49.3734 46.2082 49.9634C45.1382 50.2834 44.1982 50.9134 43.2182 51.4334C40.1182 53.0834 36.1782 53.5834 33.1382 51.8134C31.6582 50.9534 30.4382 49.6034 28.7882 49.1334C26.7382 48.5534 24.3982 49.3434 22.3682 49.7634C19.2082 50.4334 16.2882 50.4534 14.0682 47.8034C11.1782 44.3634 10.8382 37.8234 15.3382 35.4834C15.8282 35.2234 16.3582 35.0734 16.8982 34.9634C17.7282 34.7934 18.7782 34.8534 19.4982 34.3634L19.5082 34.3534Z" fill="white"/> <path d="M22.7182 29.2836C23.0282 28.8636 23.5882 28.1236 24.4782 27.2036C25.3782 26.3036 26.6382 25.2136 28.3882 24.3936C29.2582 23.9836 30.2682 23.6936 31.3582 23.4936C32.4482 23.2836 33.6382 23.2336 34.8682 23.3636C37.3382 23.6136 39.9282 24.7736 42.2582 26.6036C42.8482 27.0536 43.4182 27.5536 43.9782 28.0736C44.2582 28.3436 44.5382 28.6136 44.8282 28.8836C45.1882 29.2236 45.6782 29.3736 46.1482 29.3736C46.3782 29.3736 46.6282 29.3236 46.8382 29.2436L47.4082 29.0636C47.7882 28.9336 48.1782 28.8436 48.5682 28.7436C49.3482 28.5536 50.1582 28.4236 50.9782 28.3236C54.2482 27.9936 57.8582 28.5336 60.8082 30.5136C63.6782 32.4936 65.9782 35.7836 66.2582 39.4436C66.3782 41.2536 65.9882 43.1236 65.1082 44.7336C64.2182 46.3436 62.8382 47.6636 61.2482 48.6136C58.0482 50.5236 54.0782 51.0936 50.5482 49.9236C49.6282 49.6936 48.6782 49.4736 47.6882 49.4636C46.6982 49.4436 45.6982 49.7236 44.8382 50.1136C43.1082 50.8736 41.5682 51.9336 39.9182 52.3336C38.2382 52.6936 36.4782 52.4736 34.8682 51.9736C34.0582 51.7136 33.2582 51.4336 32.5482 51.0336C31.8282 50.6336 31.1282 50.1536 30.3682 49.7336C29.6182 49.3136 28.7682 48.9836 27.8682 48.9336C26.9682 48.8836 26.1382 49.1036 25.3682 49.3236C23.8582 49.7836 22.3882 50.0636 20.9382 50.1136C19.4982 50.1636 18.1082 49.9536 16.8782 49.4936C15.6482 49.0236 14.6082 48.2936 13.8282 47.3936C13.0482 46.5036 12.5082 45.4836 12.2082 44.4736C11.8982 43.4636 11.8982 42.4536 11.9482 41.5536C12.1882 39.7436 13.0282 38.3836 13.7882 37.5036C14.5582 36.6036 15.2882 36.1736 15.6382 35.9336C17.5682 34.7736 19.4882 34.5836 20.7682 34.7436C22.0682 34.9136 22.7982 35.2436 22.9482 35.1536C23.0182 35.1236 22.9282 35.0336 22.6482 34.8736C22.3682 34.7136 21.9182 34.4536 21.2082 34.2736C20.5082 34.0636 19.5382 33.9636 18.3682 34.1036C17.1882 34.2436 15.8082 34.7436 14.4682 35.7436C14.2882 35.8936 14.0282 36.1236 13.6882 36.4136C13.5282 36.5636 13.3682 36.7636 13.1782 36.9636C12.9882 37.1636 12.7982 37.4036 12.6182 37.6736C11.8682 38.7236 11.1082 40.3636 11.0982 42.4236C11.0782 44.4636 11.9782 46.8936 13.9882 48.6636C14.9882 49.5436 16.2682 50.2136 17.6782 50.5536C19.0882 50.9036 20.6082 50.9736 22.1482 50.7936C22.9182 50.7036 23.6882 50.5636 24.4582 50.3636C25.2382 50.1736 25.9782 49.9036 26.7282 49.7736C27.4782 49.6336 28.2182 49.6636 28.9482 49.9336C29.6782 50.1836 30.3782 50.6136 31.0882 51.0536C31.7982 51.4936 32.5782 51.9736 33.4182 52.2736C34.2382 52.5936 35.0982 52.8636 35.9882 53.0436C37.7582 53.3936 39.7382 53.3936 41.4882 52.5836C43.1982 51.8536 44.7582 50.7536 46.4682 50.3236C48.1982 49.9136 49.9982 50.5936 51.8782 51.0036C55.7382 51.7736 59.8982 50.6936 62.9982 48.2436C64.5382 47.0136 65.7882 45.3536 66.4082 43.4536C67.0482 41.5836 67.1182 39.5236 66.6582 37.6336C66.1982 35.7336 65.2282 34.0036 64.0182 32.5536C62.8282 31.0836 61.2982 29.8936 59.6382 29.0736C56.2882 27.4536 52.5382 27.2736 49.2382 27.9336C48.4082 28.0836 47.5982 28.3136 46.8182 28.5736C46.0882 28.8736 45.4682 28.7536 44.9682 28.1436C43.8282 27.0336 42.6382 26.0436 41.3982 25.2136C38.9282 23.5336 36.1482 22.6636 33.6482 22.6936C31.1482 22.7036 28.9582 23.3736 27.3282 24.2936C25.6982 25.2336 24.5782 26.3036 23.7982 27.1336C23.0282 27.9736 22.5882 28.5736 22.4082 28.8136C20.8682 31.0036 20.5282 32.2936 20.6082 32.3236C20.7382 32.3936 21.2882 31.2436 22.7082 29.2736L22.7182 29.2836Z" fill="#121C2D"/> <path d="M121.008 47.8437C120.598 46.2237 118.928 43.0137 118.928 43.0137C118.778 43.2237 117.818 44.8237 117.538 46.1837C117.538 46.2237 117.518 46.2737 117.538 46.3137C117.558 46.3537 117.588 46.3737 117.628 46.4037C117.888 46.5837 118.168 46.7337 118.428 46.9137C119.268 47.4737 119.938 48.2737 120.828 48.7437C120.908 48.7837 121.028 48.8237 121.088 48.7437C121.118 48.7137 121.118 48.6637 121.128 48.6137C121.138 48.3537 121.078 48.0937 121.018 47.8437H121.008Z" fill="white"/> <path d="M120.938 48.3337C118.018 44.6537 113.848 45.0937 111.228 46.6137C105.858 49.7237 105.258 56.5937 111.208 59.7137C112.868 60.5837 114.758 61.0537 116.628 60.9537C117.988 60.8737 119.338 60.5037 120.678 60.6937C121.718 60.8337 122.678 61.3037 123.638 61.7137C127.658 63.4537 132.378 64.4437 136.358 62.6237C138.278 61.7437 139.958 60.2437 142.038 59.8937C143.568 59.6437 145.118 60.0537 146.668 60.0937C149.608 60.1637 152.568 58.7937 154.308 56.4237C156.048 54.0537 156.458 50.7437 155.238 48.0737C154.018 45.4037 151.178 43.5137 148.248 43.5537C146.448 43.5737 144.528 44.2437 142.918 43.4437C141.818 42.8937 141.128 41.7837 140.318 40.8537C135.158 34.9537 125.468 33.9737 118.788 43.5137" fill="white"/> <path d="M121.068 41.1536C121.228 40.9936 121.438 40.7436 121.738 40.4836C122.048 40.2236 122.418 39.9036 122.848 39.5436C123.298 39.1936 123.838 38.8536 124.428 38.4536C125.068 38.1436 125.738 37.7136 126.558 37.4536C128.138 36.8536 130.138 36.4936 132.308 36.7936C133.398 36.9036 134.498 37.2736 135.608 37.7236C136.678 38.2636 137.788 38.8636 138.738 39.7436C139.248 40.1436 139.668 40.6636 140.138 41.1336C140.568 41.6436 140.978 42.2136 141.488 42.7436C141.988 43.2836 142.648 43.7636 143.418 43.9736C144.178 44.1836 144.968 44.1736 145.718 44.1036C146.478 44.0336 147.208 43.9136 147.948 43.8836C148.678 43.8536 149.408 43.9236 150.118 44.1236C151.538 44.5136 152.878 45.3636 153.858 46.5336C154.848 47.6936 155.448 49.1936 155.558 50.7636C155.668 52.3236 155.328 53.9436 154.558 55.3436C153.018 58.1536 149.698 59.8836 146.468 59.7136C144.858 59.6436 143.098 59.1636 141.338 59.6636C139.608 60.1436 138.238 61.2136 136.808 61.9636C133.958 63.5236 130.558 63.4336 127.558 62.6636C126.038 62.2736 124.598 61.7336 123.208 61.1036C122.498 60.7936 121.768 60.4836 120.968 60.3436C120.168 60.1936 119.368 60.2436 118.628 60.3336C117.878 60.4236 117.178 60.5436 116.488 60.5636C115.798 60.5936 115.118 60.5436 114.458 60.4236C113.138 60.1836 111.878 59.7136 110.828 59.0236C109.758 58.3736 108.858 57.5236 108.258 56.5536C107.658 55.5736 107.378 54.4936 107.368 53.4536C107.358 52.4236 107.598 51.4436 107.978 50.6036C108.398 49.7836 108.878 49.0436 109.468 48.4836C110.608 47.3336 111.828 46.6636 112.808 46.3236C113.788 45.9736 114.528 45.9236 114.908 45.9036C116.888 45.7936 118.418 46.4936 119.348 47.1436C120.298 47.7936 120.778 48.3236 120.928 48.3136C120.998 48.3136 120.968 48.2036 120.818 47.9636C120.678 47.7136 120.398 47.3536 119.938 46.9036C119.458 46.4736 118.788 45.9436 117.798 45.5636C116.818 45.1836 115.528 44.9636 114.068 45.1836C113.668 45.2536 112.858 45.3836 111.798 45.8636C110.748 46.3436 109.448 47.1536 108.318 48.5636C107.768 49.2736 107.258 50.1236 106.918 51.1236C106.608 52.1236 106.468 53.2636 106.658 54.4436C106.838 55.6136 107.338 56.8036 108.178 57.8036C109.008 58.8136 110.118 59.5936 111.338 60.2236C112.578 60.8236 113.968 61.2336 115.438 61.3336C116.928 61.4636 118.408 61.0436 119.818 61.0236C121.228 60.9636 122.558 61.6836 124.028 62.2836C125.488 62.8736 127.028 63.3736 128.648 63.6736C130.258 63.9736 131.958 64.0736 133.638 63.8036C135.328 63.5736 136.958 62.8236 138.378 61.9236C139.808 61.0636 141.248 60.1936 142.868 60.1736C144.478 60.1236 146.188 60.6236 147.968 60.3836C151.458 60.0136 154.748 57.6036 155.808 54.2436C156.368 52.6036 156.428 50.8136 155.988 49.1636C155.558 47.5036 154.538 46.0436 153.248 45.0136C151.958 43.9836 150.378 43.3336 148.768 43.2436C147.148 43.1536 145.668 43.6336 144.278 43.4836C143.588 43.4136 142.968 43.1836 142.448 42.7636C141.928 42.3436 141.498 41.8036 141.058 41.2636C140.178 40.1636 139.158 39.2136 138.078 38.4436C135.898 36.9336 133.458 36.1536 131.258 36.1036C129.048 36.0236 127.108 36.5636 125.598 37.2136C124.118 37.9436 122.988 38.7036 122.228 39.3636C121.848 39.6936 121.538 39.9636 121.288 40.1736C121.058 40.4036 120.908 40.5736 120.818 40.6736C120.428 41.1136 120.058 41.4736 119.798 41.8236C119.548 42.1836 119.338 42.4836 119.178 42.7236C118.858 43.2136 118.738 43.4636 118.778 43.5036C118.828 43.5336 119.038 43.3536 119.418 42.9436C119.788 42.5336 120.298 41.9036 121.068 41.1536Z" fill="#121C2D"/> <path d="M83.9504 48.1338C83.8067 48.1338 83.6629 48.1015 83.5317 48.0305C83.2129 47.869 83.0129 47.5332 83.0129 47.165V42.3213H80.2004C78.6504 42.3213 77.3879 41.0167 77.3879 39.415V20.04C77.3879 18.4384 78.6504 17.1338 80.2004 17.1338H104.575C106.125 17.1338 107.388 18.4384 107.388 20.04V39.415C107.388 41.0167 106.125 42.3213 104.575 42.3213H91.7629L84.5129 47.94C84.3504 48.0692 84.1504 48.1338 83.9504 48.1338ZM80.2004 19.0713C79.6817 19.0713 79.2629 19.504 79.2629 20.04V39.415C79.2629 39.9511 79.6817 40.3838 80.2004 40.3838H83.9504C84.4692 40.3838 84.8879 40.8165 84.8879 41.3525V45.2275L90.8879 40.5775C91.0504 40.4548 91.2504 40.3838 91.4504 40.3838H104.575C105.094 40.3838 105.513 39.9511 105.513 39.415V20.04C105.513 19.504 105.094 19.0713 104.575 19.0713H80.2004Z" fill="white"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Programmable Messaging API</h4> <div class="card-description copy-small"> <p>Build personalized customer reengagement—at scale—over SMS, MMS and WhatsApp with a single API.</p> </div> <div class="button-container horizontal small left"> <a class="button link" href="/en-us/messaging/programmable-messaging-api" target="_self"> <span class="button-text"> See Programmable Messaging API </span> </a> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon shadow-card vertical center"> <a class="card-icon__overlay" href="/en-us/messaging/conversations-api" target="_self"></a> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="mini-illo_conversations-api circle medium circle"> <svg width="191" height="80" viewBox="0 0 191 80" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M182.682 28.9598C186.402 34.1198 188.612 40.4198 188.752 46.7198C188.842 51.0798 188.152 55.4698 186.672 59.5698C184.292 66.1198 179.572 71.5698 173.252 74.5798C167.502 77.3198 160.882 77.9598 154.592 76.9798C144.682 75.4398 135.142 69.5098 130.952 60.3998C125.492 48.5298 129.312 33.1498 138.752 24.8298C147.072 17.4998 160.512 15.3598 171.042 19.6198C175.722 21.5098 179.742 24.8798 182.682 28.9598Z" fill="#EEF7FF"/> <path d="M126.112 40.0002C126.112 23.2549 112.537 9.68018 95.7922 9.68018C79.0469 9.68018 65.4722 23.2549 65.4722 40.0002C65.4722 56.7454 79.0469 70.3202 95.7922 70.3202C112.537 70.3202 126.112 56.7454 126.112 40.0002Z" fill="#EF2F46"/> <path d="M50.6221 36.0899C53.7921 40.4899 55.6821 45.8599 55.8021 51.2299C55.8821 54.9499 55.2921 58.6899 54.0221 62.1899C51.9921 67.7699 47.9621 72.4199 42.5821 74.9899C37.6821 77.3299 32.0321 77.8699 26.6721 77.0399C18.2221 75.7299 10.0821 70.6699 6.51211 62.9099C1.86211 52.7899 5.11211 39.6699 13.1621 32.5799C20.2621 26.3299 31.7121 24.5099 40.7021 28.1299C44.6921 29.7399 48.1221 32.6099 50.6321 36.0899H50.6221Z" fill="#FBEDE3"/> <path d="M23.4921 43.8998C23.6221 43.8098 23.7321 43.7098 23.8421 43.5798C24.1621 43.1898 24.3521 42.7098 24.5421 42.2398C26.9921 36.3898 32.1721 31.5898 38.9521 32.5298C42.2621 32.9898 45.2421 34.8098 47.6521 37.0598C48.2321 37.5998 49.0521 38.5898 49.8521 38.6098C50.1921 38.6098 50.9621 38.4398 51.2921 38.3498C55.3921 37.1498 58.0421 36.8098 62.0421 38.3198C66.0421 39.8198 69.6321 43.7198 70.3921 47.9298C70.6921 49.6298 70.4721 51.3998 70.0421 53.0698C69.5521 54.9498 67.9621 56.7398 66.4221 57.8498C65.0821 58.8198 63.4921 59.4398 61.8421 59.6198C60.0021 59.8198 58.1921 59.9598 56.3321 59.7498C54.3221 59.5198 52.1921 58.9198 50.1921 59.5098C49.1221 59.8298 48.1821 60.4598 47.2021 60.9798C44.1021 62.6298 40.1621 63.1298 37.1221 61.3598C35.6421 60.4998 34.4221 59.1498 32.7721 58.6798C30.7221 58.0998 28.3821 58.8898 26.3521 59.3098C23.1921 59.9798 20.2721 59.9998 18.0521 57.3498C15.1621 53.9098 14.8221 47.3698 19.3221 45.0298C19.8121 44.7698 20.3421 44.6198 20.8821 44.5098C21.7121 44.3398 22.7621 44.3998 23.4821 43.9098L23.4921 43.8998Z" fill="white"/> <path d="M26.7019 38.83C27.0119 38.41 27.5719 37.67 28.4619 36.75C29.3619 35.85 30.6219 34.76 32.3719 33.94C33.2419 33.53 34.2519 33.24 35.3419 33.04C36.4319 32.83 37.6219 32.78 38.8519 32.91C41.3219 33.16 43.9119 34.32 46.2419 36.15C46.8319 36.6 47.4019 37.1 47.9619 37.62C48.2419 37.89 48.5219 38.16 48.8119 38.43C49.1719 38.77 49.6619 38.92 50.1319 38.92C50.3619 38.92 50.6119 38.87 50.8219 38.79L51.3919 38.61C51.7719 38.48 52.1619 38.39 52.5519 38.29C53.3319 38.1 54.1419 37.97 54.9619 37.87C58.2319 37.54 61.8419 38.08 64.7919 40.06C67.6619 42.04 69.9619 45.33 70.2419 48.99C70.3619 50.8 69.9719 52.67 69.0919 54.28C68.2019 55.89 66.8219 57.21 65.2319 58.16C62.0319 60.07 58.0619 60.64 54.5319 59.47C53.6119 59.24 52.6619 59.02 51.6719 59.01C50.6819 58.99 49.6819 59.27 48.8219 59.66C47.0919 60.42 45.5519 61.48 43.9019 61.88C42.2219 62.24 40.4619 62.02 38.8519 61.52C38.0419 61.26 37.2419 60.98 36.5319 60.58C35.8119 60.18 35.1119 59.7 34.3519 59.28C33.6019 58.86 32.7519 58.53 31.8519 58.48C30.9519 58.43 30.1219 58.65 29.3519 58.87C27.8419 59.33 26.3719 59.61 24.9219 59.66C23.4819 59.71 22.0919 59.5 20.8619 59.04C19.6319 58.57 18.5919 57.84 17.8119 56.94C17.0319 56.05 16.4919 55.03 16.1919 54.02C15.8819 53.01 15.8819 52 15.9319 51.1C16.1719 49.29 17.0119 47.93 17.7719 47.05C18.5419 46.15 19.2719 45.72 19.6219 45.48C21.5519 44.32 23.4719 44.13 24.7519 44.29C26.0519 44.46 26.7819 44.79 26.9319 44.7C27.0019 44.67 26.9119 44.58 26.6319 44.42C26.3519 44.26 25.9019 44 25.1919 43.82C24.4919 43.61 23.5219 43.51 22.3519 43.65C21.1719 43.79 19.7919 44.29 18.4519 45.29C18.2719 45.44 18.0119 45.67 17.6719 45.96C17.5119 46.11 17.3519 46.31 17.1619 46.51C16.9719 46.71 16.7819 46.95 16.6019 47.22C15.8519 48.27 15.0919 49.91 15.0819 51.97C15.0619 54.01 15.9619 56.44 17.9719 58.21C18.9719 59.09 20.2519 59.76 21.6619 60.1C23.0719 60.45 24.5919 60.52 26.1319 60.34C26.9019 60.25 27.6719 60.11 28.4419 59.91C29.2219 59.72 29.9619 59.45 30.7119 59.32C31.4619 59.18 32.2019 59.21 32.9319 59.48C33.6619 59.73 34.3619 60.16 35.0719 60.6C35.7819 61.04 36.5619 61.52 37.4019 61.82C38.2219 62.14 39.0819 62.41 39.9719 62.59C41.7419 62.94 43.7219 62.94 45.4719 62.13C47.1819 61.4 48.7419 60.3 50.4519 59.87C52.1819 59.46 53.9819 60.14 55.8619 60.55C59.7219 61.32 63.8819 60.24 66.9819 57.79C68.5219 56.56 69.7719 54.9 70.3919 53C71.0319 51.13 71.1019 49.07 70.6419 47.18C70.1819 45.28 69.2119 43.55 68.0019 42.1C66.8119 40.63 65.2819 39.44 63.6219 38.62C60.2719 37 56.5219 36.82 53.2219 37.48C52.3919 37.63 51.5819 37.86 50.8019 38.12C50.0719 38.42 49.4519 38.3 48.9519 37.69C47.8119 36.58 46.6219 35.59 45.3819 34.76C42.9119 33.08 40.1319 32.21 37.6319 32.24C35.1319 32.25 32.9419 32.92 31.3119 33.84C29.6819 34.78 28.5619 35.85 27.7819 36.68C27.0119 37.52 26.5719 38.12 26.3919 38.36C24.8519 40.55 24.5119 41.84 24.5919 41.87C24.7219 41.94 25.2719 40.79 26.6919 38.82L26.7019 38.83Z" fill="#121C2D"/> <path d="M124.992 57.3901C124.582 55.7701 122.912 52.5601 122.912 52.5601C122.762 52.7701 121.802 54.3701 121.522 55.7301C121.522 55.7701 121.502 55.8201 121.522 55.8601C121.542 55.9001 121.572 55.9201 121.612 55.9501C121.872 56.1301 122.152 56.2801 122.412 56.4601C123.252 57.0201 123.922 57.8201 124.812 58.2901C124.892 58.3301 125.012 58.3701 125.072 58.2901C125.102 58.2601 125.102 58.2101 125.112 58.1601C125.122 57.9001 125.062 57.6401 125.002 57.3901H124.992Z" fill="white"/> <path d="M124.922 57.8801C122.002 54.2001 117.832 54.6401 115.212 56.1601C109.842 59.2701 109.242 66.1401 115.192 69.2601C116.852 70.1301 118.742 70.6001 120.612 70.5001C121.972 70.4201 123.322 70.0501 124.662 70.2401C125.702 70.3801 126.662 70.8501 127.622 71.2601C131.642 73.0001 136.362 73.9901 140.342 72.1701C142.262 71.2901 143.942 69.7901 146.022 69.4401C147.552 69.1901 149.102 69.6001 150.652 69.6401C153.592 69.7101 156.552 68.3401 158.292 65.9701C160.032 63.6001 160.442 60.2901 159.222 57.6201C158.002 54.9501 155.162 53.0601 152.232 53.1001C150.432 53.1201 148.512 53.7901 146.902 52.9901C145.802 52.4401 145.112 51.3301 144.302 50.4001C139.142 44.5001 129.452 43.5201 122.772 53.0601" fill="white"/> <path d="M125.052 50.7C125.212 50.54 125.422 50.29 125.722 50.03C126.032 49.77 126.402 49.45 126.832 49.09C127.282 48.74 127.822 48.4 128.412 48C129.052 47.69 129.722 47.26 130.542 47C132.122 46.4 134.122 46.04 136.292 46.34C137.382 46.45 138.482 46.82 139.592 47.27C140.662 47.81 141.772 48.41 142.722 49.29C143.232 49.69 143.652 50.21 144.122 50.68C144.552 51.19 144.962 51.76 145.472 52.29C145.972 52.83 146.632 53.31 147.402 53.52C148.162 53.73 148.952 53.72 149.702 53.65C150.462 53.58 151.192 53.46 151.932 53.43C152.662 53.4 153.392 53.47 154.102 53.67C155.522 54.06 156.862 54.91 157.842 56.08C158.832 57.24 159.432 58.74 159.542 60.31C159.652 61.87 159.312 63.49 158.542 64.89C157.002 67.7 153.682 69.43 150.452 69.26C148.842 69.19 147.082 68.71 145.322 69.21C143.592 69.69 142.222 70.76 140.792 71.51C137.942 73.07 134.542 72.98 131.542 72.21C130.022 71.82 128.582 71.28 127.192 70.65C126.482 70.34 125.752 70.03 124.952 69.89C124.152 69.74 123.352 69.79 122.612 69.88C121.862 69.97 121.162 70.09 120.472 70.11C119.782 70.14 119.102 70.09 118.442 69.97C117.122 69.73 115.862 69.26 114.812 68.57C113.742 67.92 112.842 67.07 112.242 66.1C111.642 65.12 111.362 64.04 111.352 63C111.342 61.97 111.582 60.99 111.962 60.15C112.382 59.33 112.862 58.59 113.452 58.03C114.592 56.88 115.812 56.21 116.792 55.87C117.772 55.52 118.512 55.47 118.892 55.45C120.872 55.34 122.402 56.04 123.332 56.69C124.282 57.34 124.762 57.87 124.912 57.86C124.982 57.86 124.952 57.75 124.802 57.51C124.662 57.26 124.382 56.9 123.922 56.45C123.442 56.02 122.772 55.49 121.782 55.11C120.802 54.73 119.512 54.51 118.052 54.73C117.652 54.8 116.842 54.93 115.782 55.41C114.732 55.89 113.432 56.7 112.302 58.11C111.752 58.82 111.242 59.67 110.902 60.67C110.592 61.67 110.452 62.81 110.642 63.99C110.822 65.16 111.322 66.35 112.162 67.35C112.992 68.36 114.102 69.14 115.322 69.77C116.562 70.37 117.952 70.78 119.422 70.88C120.912 71.01 122.392 70.59 123.802 70.57C125.212 70.51 126.542 71.23 128.012 71.83C129.472 72.42 131.012 72.92 132.632 73.22C134.242 73.52 135.942 73.62 137.622 73.35C139.312 73.12 140.942 72.37 142.362 71.47C143.792 70.61 145.232 69.74 146.852 69.72C148.462 69.67 150.172 70.17 151.952 69.93C155.442 69.56 158.732 67.15 159.792 63.79C160.352 62.15 160.412 60.36 159.972 58.71C159.542 57.05 158.522 55.59 157.232 54.56C155.942 53.53 154.362 52.88 152.752 52.79C151.132 52.7 149.652 53.18 148.262 53.03C147.572 52.96 146.952 52.73 146.432 52.31C145.912 51.89 145.482 51.35 145.042 50.81C144.162 49.71 143.142 48.76 142.062 47.99C139.882 46.48 137.442 45.7 135.242 45.65C133.032 45.57 131.092 46.11 129.582 46.76C128.102 47.49 126.972 48.25 126.212 48.91C125.832 49.24 125.522 49.51 125.272 49.72C125.042 49.95 124.892 50.12 124.802 50.22C124.412 50.66 124.042 51.02 123.782 51.37C123.532 51.73 123.322 52.03 123.162 52.27C122.842 52.76 122.722 53.01 122.762 53.05C122.812 53.08 123.022 52.9 123.402 52.49C123.772 52.08 124.282 51.45 125.052 50.7Z" fill="#121C2D"/> <path d="M88.2118 54.79C87.9818 54.79 87.7518 54.74 87.5418 54.64C86.9618 54.37 86.5918 53.81 86.6018 53.17L86.6318 49.19H83.3718C82.1018 49.19 81.0718 48.16 81.0718 46.89V33.09C81.0718 31.82 82.1018 30.79 83.3718 30.79H88.4318C91.2918 30.79 93.7918 32.47 94.8618 35.06L98.4118 44.18C99.2018 46.09 101.072 47.35 103.152 47.35H108.212C108.472 47.35 108.672 47.15 108.672 46.89V33.09C108.672 32.83 108.462 32.63 108.212 32.63H103.102L103.142 27.31L97.3118 32.41C96.9218 32.74 96.3418 32.7 96.0118 32.33C95.6818 31.94 95.7218 31.36 96.0918 31.03L102.302 25.6C102.782 25.18 103.452 25.08 104.032 25.35C104.612 25.62 104.972 26.18 104.972 26.82L104.942 30.8H108.202C109.472 30.8 110.502 31.83 110.502 33.1V46.9C110.502 48.17 109.472 49.2 108.202 49.2H103.142C100.302 49.2 97.7818 47.49 96.6918 44.87L93.1418 35.75C92.3618 33.87 90.5318 32.64 88.4818 32.63H83.3618C83.1018 32.63 82.9018 32.83 82.9018 33.09V46.89C82.9018 47.15 83.1118 47.35 83.3618 47.35H88.4718L88.4318 52.67L94.2618 47.57C94.6518 47.24 95.2318 47.28 95.5618 47.65C95.8918 48.04 95.8518 48.62 95.4818 48.95L89.2718 54.38C88.9718 54.65 88.6018 54.79 88.2118 54.79Z" fill="white"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Conversations API</h4> <div class="card-description copy-small"> <p>Engage customers in two-way conversations from ads or search results to provide recommendations and drive sales.</p> </div> <div class="button-container horizontal small left"> <a class="button link" href="/en-us/messaging/conversations-api" target="_self"> <span class="button-text"> See Conversations API </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="section-wrapper bg-color-paper default" id=""> <div class="section-content "> <div id="" class="grid-container two-columns default medium-gap center" style=""> <div class="grid-container-column"> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <h2>Need help building? No problem.</h2> <p><span class="copy-large">Work with one of our trusted partners to get coding support or explore a pre-built marketing solution.</span></p> </div> <div data-uuid="-240070276" class="button-container horizontal medium left"> <a class="button button-primary right" href="https://www.twilio.com/en-us/partner-solutions/partner-showcase#/?f0=Use_Case__cf&f0v0=marketing%2Fsales" target="_self" data-uuid="2399f887-4a85-362c-9ec4-7c7c866b5b6a" aria-label="Find a partner"> <span class="button-text"> Find a partner </span> </a> </div> </div> <div class="grid-container-column"> <figure class="media"> <div class="media-image "> <img src="/content/dam/twilio-com/global/en/solutions/call-tracking/illo_code-connections.png/_jcr_content/renditions/compressed-original.webp" alt="Work with Twilio Professional Services to set up global call tracking for your company" title="Work with Twilio Professional Services to set up global call tracking for your company" class=" " loading="lazy"/> </div> <div class="media-image--mobile "> <img src="/content/dam/twilio-com/global/en/solutions/call-tracking/illo_code-connections.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </figure> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container slim medium-gap" style=""> <div class="grid-container-column"> <div data-uuid="1474387301" class="slider side-arrows slider-logo-pagination center-aligned-pagination " data-visible-slides="1" data-autoplay-enabled="false" aria-roledescription="slider"> <div class="slider-scroller "> <div class="slider-items" role="group" aria-live="Polite" aria-label="Items Slider"> <div id="1143936375-tabpanel" class="slider-item" role="tabpanel" aria-labelledby="1143936375-tab" aria-roledescription="slide" aria-label="Slide 1 of 3" data-logo="/content/dam/twilio-com/core-assets/customer-logos/a-c/allergan.svg"> <div data-uuid="1143936375" class="testimonial dark vertical"> <blockquote class="testimonial-quote"> <p class="testimonial-content"> ““The combination of Twilio and Segment will empower us to provide customer magic moments and communication that’s highly relevant.”” </p> <footer class="testimonial-footer"> <span class="testimonial-icon"> <span class="name"> <svg width="40" height="33" viewBox="0 0 40 33" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M30.0424 32.8333C35.1872 32.8333 38.1745 30.0708 38.1745 24.2208C38.1745 19.3458 35.3531 16.2583 30.3743 16.0958C31.5361 11.3833 35.0212 4.88331 40 0.333313H31.3701C28.5488 3.09582 21.5784 11.8708 21.5784 22.4333C21.5784 28.9333 24.5657 32.8333 30.0424 32.8333ZM9.29736 32.8333C14.4421 32.8333 17.4294 30.0708 17.4294 24.2208C17.4294 19.3458 14.6081 16.2583 9.62928 16.0958C10.957 11.3833 14.2762 4.88331 19.255 0.333313H10.791C7.80371 3.09582 0.833374 11.8708 0.833374 22.4333C0.833374 28.9333 3.82066 32.8333 9.29736 32.8333Z" fill="white"/> </svg> </span> </span> <cite class="testimonial-cite"> <strong class="testimonial-name">Christine Li,</strong> <span class="testimonial-title">Director Of Marketing Technology</span> </cite> </footer> </blockquote> </div> </div> <div id="1168060511-tabpanel" class="slider-item" role="tabpanel" aria-labelledby="1168060511-tab" aria-roledescription="slide" aria-label="Slide 2 of 3" data-logo="/content/dam/twilio-com/core-assets/customer-logos/t-z/vacasa.svg"> <div data-uuid="1168060511" class="testimonial dark vertical"> <blockquote class="testimonial-quote"> <p class="testimonial-content"> ““Segment allows us to connect the dots and fill in the blanks. With just a traditional email reporting funnel, you&#39;re missing the opportunity to capture the full value that an email program provides.”” </p> <footer class="testimonial-footer"> <span class="testimonial-icon"> <span class="name"> <svg width="40" height="33" viewBox="0 0 40 33" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M30.0424 32.8333C35.1872 32.8333 38.1745 30.0708 38.1745 24.2208C38.1745 19.3458 35.3531 16.2583 30.3743 16.0958C31.5361 11.3833 35.0212 4.88331 40 0.333313H31.3701C28.5488 3.09582 21.5784 11.8708 21.5784 22.4333C21.5784 28.9333 24.5657 32.8333 30.0424 32.8333ZM9.29736 32.8333C14.4421 32.8333 17.4294 30.0708 17.4294 24.2208C17.4294 19.3458 14.6081 16.2583 9.62928 16.0958C10.957 11.3833 14.2762 4.88331 19.255 0.333313H10.791C7.80371 3.09582 0.833374 11.8708 0.833374 22.4333C0.833374 28.9333 3.82066 32.8333 9.29736 32.8333Z" fill="white"/> </svg> </span> </span> <cite class="testimonial-cite"> <strong class="testimonial-name">G Scott Stukey, </strong> <span class="testimonial-title">Director of Marketing Analytics</span> </cite> </footer> </blockquote> </div> </div> <div id="1194695405-tabpanel" class="slider-item" role="tabpanel" aria-labelledby="1194695405-tab" aria-roledescription="slide" aria-label="Slide 3 of 3" data-logo="/content/dam/twilio-com/core-assets/customer-logos/d-g/diamond-resorts.svg"> <div data-uuid="1194695405" class="testimonial dark vertical"> <blockquote class="testimonial-quote"> <p class="testimonial-content"> “With Marketing Campaigns we were able to execute much quicker than we had previously. We cut down on deployment time, and were able to integrate additional pieces of our marketing stack.” </p> <footer class="testimonial-footer"> <span class="testimonial-icon"> <span class="name"> <svg width="40" height="33" viewBox="0 0 40 33" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M30.0424 32.8333C35.1872 32.8333 38.1745 30.0708 38.1745 24.2208C38.1745 19.3458 35.3531 16.2583 30.3743 16.0958C31.5361 11.3833 35.0212 4.88331 40 0.333313H31.3701C28.5488 3.09582 21.5784 11.8708 21.5784 22.4333C21.5784 28.9333 24.5657 32.8333 30.0424 32.8333ZM9.29736 32.8333C14.4421 32.8333 17.4294 30.0708 17.4294 24.2208C17.4294 19.3458 14.6081 16.2583 9.62928 16.0958C10.957 11.3833 14.2762 4.88331 19.255 0.333313H10.791C7.80371 3.09582 0.833374 11.8708 0.833374 22.4333C0.833374 28.9333 3.82066 32.8333 9.29736 32.8333Z" fill="white"/> </svg> </span> </span> <cite class="testimonial-cite"> <strong class="testimonial-name">Craig Olinger, </strong> <span class="testimonial-title">Vice President of Digital Marketing</span> </cite> </footer> </blockquote> </div> </div> </div> </div> <nav class="slider-pagination"> <button type="button" title="Previous Item" aria-label="Previous Item" class="slider-arrow previous "> <svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.749756 6.11427L0.299657 5.68064C0.0649983 5.92421 0.0666704 6.31026 0.30343 6.55178L0.749756 6.11427ZM17.2498 6.73927C17.5949 6.73927 17.8748 6.45945 17.8748 6.11427C17.8748 5.76909 17.5949 5.48927 17.2498 5.48927V6.73927ZM5.64531 1.93363C5.8848 1.68505 5.87742 1.28939 5.62884 1.0499C5.38026 0.810413 4.9846 0.817786 4.74511 1.06637L5.64531 1.93363ZM4.74888 11.0868C4.99052 11.3333 5.38623 11.3372 5.63272 11.0956C5.87922 10.8539 5.88317 10.4582 5.64154 10.2117L4.74888 11.0868ZM0.749756 6.73927H17.2498V5.48927H0.749756V6.73927ZM4.74511 1.06637L0.299657 5.68064L1.19985 6.5479L5.64531 1.93363L4.74511 1.06637ZM0.30343 6.55178L4.74888 11.0868L5.64154 10.2117L1.19608 5.67676L0.30343 6.55178Z" fill="#030B5D"/> </svg> </button> <div class="slider-dots logos" role="tab-list"></div> <button type="button" title="Pause" aria-label="Pause" class="slider-arrow pause"> <svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="0.509766" y="0.89624" width="4.43902" height="12.2073" fill="#121C2D"/> <rect x="7.16797" y="0.89624" width="4.43902" height="12.2073" fill="#121C2D"/> </svg> </button> <button type="button" title="Play" aria-label="Play" aria-hidden="true" class="slider-arrow play hidden"> <svg width="14" height="16" viewBox="0 0 14 16" fill="none" transform="translate(2,0)" xmlns="http://www.w3.org/2000/svg"> <path d="M12.0586 6.26795C13.3919 7.03775 13.3919 8.96225 12.0586 9.73205L3.05859 14.9282C1.72526 15.698 0.058593 14.7358 0.0585931 13.1962L0.0585935 2.80385C0.0585936 1.26425 1.72526 0.301995 3.05859 1.0718L12.0586 6.26795Z" fill="#121C2D"/> </svg> </button> <button type="button" title="Next Item" aria-label="Next Item" class="slider-arrow next "> <svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.749756 6.11427L0.299657 5.68064C0.0649983 5.92421 0.0666704 6.31026 0.30343 6.55178L0.749756 6.11427ZM17.2498 6.73927C17.5949 6.73927 17.8748 6.45945 17.8748 6.11427C17.8748 5.76909 17.5949 5.48927 17.2498 5.48927V6.73927ZM5.64531 1.93363C5.8848 1.68505 5.87742 1.28939 5.62884 1.0499C5.38026 0.810413 4.9846 0.817786 4.74511 1.06637L5.64531 1.93363ZM4.74888 11.0868C4.99052 11.3333 5.38623 11.3372 5.63272 11.0956C5.87922 10.8539 5.88317 10.4582 5.64154 10.2117L4.74888 11.0868ZM0.749756 6.73927H17.2498V5.48927H0.749756V6.73927ZM4.74511 1.06637L0.299657 5.68064L1.19985 6.5479L5.64531 1.93363L4.74511 1.06637ZM0.30343 6.55178L4.74888 11.0868L5.64154 10.2117L1.19608 5.67676L0.30343 6.55178Z" fill="#030B5D"/> </svg> </button> </nav> </div> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div data-uuid="-420940570" class="divider"> <p>Marketing solutions</p> <hr/> </div> </div> </div> <div id="" class="grid-container tiny medium-gap" style=""> <div class="grid-container-column"> <div class="section-header"> <div class="icon"> </div> <h2 class="title-medium dark-text"> Why build a customized marketing solution with Twilio? </h2> </div> </div> </div> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div class="tabs horizontal tabs--light" data-author-mode="DISABLED"> <div class="tabs-navigation-container"> <div class="tabs-navigation-container-border"> <nav class="tabs-navigation" role="tablist" aria-multiselectable="false" data-cmp-hook-tabs="tab"> <button type="button" class="tabs-button" id="772088494" aria-selected role="tab" aria-controls="panel-772088494" tabindex="0"> <span class="tabs-title">Optimized campaigns</span> </button> <button type="button" class="tabs-button" id="772891986" role="tab" aria-controls="panel-772891986" tabindex="-1"> <span class="tabs-title">Short time-to-value</span> </button> <button type="button" class="tabs-button" id="773075567" role="tab" aria-controls="panel-773075567" tabindex="-1"> <span class="tabs-title">Trusted platform</span> </button> <button type="button" class="tabs-button" id="774022180" role="tab" aria-controls="panel-774022180" tabindex="-1"> <span class="tabs-title">Campaigns at scale</span> </button> </nav> </div> </div> <div class="tabs-slides"> <div class="tabs-slide" role="tabpanel" tabindex="0" id="panel-772088494" aria-labelledby="772088494" aria-hidden="false" data-cmp-hook-tabs="tabpanel"><div class="column-control"> <div id="" class="grid-container two-columns slim medium-gap center" style=""> <div class="grid-container-column"> <figure class="media"> <div class="media-image "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_optimized-insights@2x.png/_jcr_content/renditions/compressed-original.webp" alt="Make the most of your marketing budget" title="Make the most of your marketing budget" class=" " loading="lazy"/> </div> <div class="media-image--mobile "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_optimized-insights@2x.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </figure> </div> <div class="grid-container-column"> <div data-uuid="409414916" class="title "> <h3 class="title-small"> Make the most of your marketing budget </h3> </div> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p>Get a complete understanding of your ROI and make well-informed campaign investments with advanced dashboards for customer data, email, and messaging.<br /> <br /> Gain a granular view of customer events, and see channel deliverability insights that depict campaign effectiveness beyond vanity metrics like opens and clicks.</p> </div> </div> </div> </div> </div> <div class="tabs-slide" role="tabpanel" tabindex="0" id="panel-772891986" aria-labelledby="772891986" aria-hidden="true" data-cmp-hook-tabs="tabpanel"><div class="column-control"> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div id="" class="grid-container two-columns slim medium-gap center" style=""> <div class="grid-container-column"> <figure class="media"> <div class="media-image "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_campaigns-at-scale@2x.png/_jcr_content/renditions/compressed-original.webp" alt="Eliminate dependencies and reach value faster" title="Eliminate dependencies and reach value faster" class=" " loading="lazy"/> </div> <div class="media-image--mobile "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_campaigns-at-scale@2x.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </figure> </div> <div class="grid-container-column"> <div data-uuid="1084882524" class="title "> <h3 class="title-small"> Eliminate dependencies and reach value faster </h3> </div> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p>Eliminate reliance on other teams or the need for SQL-expertise with real-time customer insights and behavior-based automation.<br /> <br /> Build, launch, and quickly iterate on marketing campaigns by always having the most accurate, most current audience lists to use across channels.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tabs-slide" role="tabpanel" tabindex="0" id="panel-773075567" aria-labelledby="773075567" aria-hidden="true" data-cmp-hook-tabs="tabpanel"><div class="column-control"> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div id="" class="grid-container two-columns slim medium-gap center" style=""> <div class="grid-container-column"> <figure class="media"> <div class="media-image "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_trusted-platform@2x.png/_jcr_content/renditions/compressed-original.webp" alt="Secure your reputation on a trusted platform" title="Secure your reputation on a trusted platform" class=" " loading="lazy"/> </div> <div class="media-image--mobile "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_trusted-platform@2x.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </figure> </div> <div class="grid-container-column"> <div data-uuid="450583647" class="title "> <h3 class="title-small"> Secure your reputation on a trusted platform </h3> </div> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p>Build your marketing strategy on a platform with trust at its core. Our built-in certifications and software for privacy and security help you comply with global regulations, or sensitive industries like healthcare.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tabs-slide" role="tabpanel" tabindex="0" id="panel-774022180" aria-labelledby="774022180" aria-hidden="true" data-cmp-hook-tabs="tabpanel"><div class="column-control"> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div id="" class="grid-container two-columns slim medium-gap center" style=""> <div class="grid-container-column"> <figure class="media"> <div class="media-image "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_short-time-to-value@2x.png/_jcr_content/renditions/compressed-original.webp" alt="Build campaigns on a platform built for any scale" title="Build campaigns on a platform built for any scale" class=" " loading="lazy"/> </div> <div class="media-image--mobile "> <img src="/content/dam/twilio-com/global/en/solutions/marketers/twilio-for-marketers_solutions_short-time-to-value@2x.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </figure> </div> <div class="grid-container-column"> <div data-uuid="-1063801654" class="title "> <h3 class="title-small"> Build campaigns on a platform built for any scale </h3> </div> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p>Use first-party data to launch marketing campaigns on a platform designed to capture over 10 trillion customer events, deliver 1.3 trillion emails, and send over 130 billion messages annually to 180&#43; countries.<br /> <br /> Fully utilize your data, at scale, by leveraging pre-built integrations for over 400 channels and platforms.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div data-uuid="-518391258" class="divider"> <p>Use cases</p> <hr/> </div> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container tiny medium-gap" style=""> <div class="grid-container-column"> <div class="section-header"> <div class="icon"> </div> <h2 class="title-medium dark-text"> Data-powered tools for next-generation customer marketing </h2> </div> </div> </div> <div id="" class="grid-container three-columns default medium-gap equal-heights" style=""> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_promo-discounts-offers circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <path fill="#CCE4FF" fill-rule="evenodd" d="M80.33 41.15c-1.543-.894-3.706-.184-5.394 1.589.343-2.69-.222-4.855-1.74-5.735-1.921-1.112-4.854.129-7.518 2.874 1.077-5.706-.902-11.297-5.447-13.93-6.047-3.5-14.344-.44-18.534 6.838a18.06 18.06 0 0 0-1.77 4.227c-.362-1.33-1.094-2.406-2.184-3.037-2.963-1.715-7.445.508-10.011 4.965-1.374 2.387-1.92 4.93-1.676 7.041h55.76c.43-2.105-.084-4.02-1.485-4.832Z" clip-rule="evenodd"/> <path fill="#F58A8A" d="M67.273 37.37 96.42 12.43l29.149 24.94v33.991H67.273v-33.99Z"/> <path fill="#fff" d="M70.758 36.193h51.643v29.782H70.758z"/> <path fill="#FCCFCF" d="m67.273 37.46 58.297 33.901H67.273v-33.9Z"/> <path fill="#F6B1B1" d="M125.57 37.46 67.273 71.361h58.297v-33.9Z"/> <path fill="#060137" d="M116.154 33.631a4.613 4.613 0 0 1 2.619-5.975l5.639-2.203 3.357 8.594-5.64 2.203a4.613 4.613 0 0 1-5.975-2.619Z"/> <path fill="#060137" d="M128.268 48.4a2.452 2.452 0 0 1-3.175-1.391l-4.458-11.414 4.566-1.783 4.458 11.414a2.452 2.452 0 0 1-1.391 3.174Zm7.861-34.951-11.717 12.004 3.357 8.594 16.751.886-8.391-21.484Z"/> <path fill="#EC032E" d="M136.129 13.449a3.747 3.747 0 0 1 4.854 2.127l5.665 14.502a3.749 3.749 0 0 1-2.128 4.855l-8.391-21.484Z"/> <path fill="#CCE4FF" fill-rule="evenodd" d="M134.868 55.338c2.979 1.72 4.566 5.042 4.539 8.691 2.967-3.282 6.876-4.64 9.642-3.044 2.159 1.247 3.107 3.998 2.772 7.15 2.11-2.17 4.433-3.152 5.955-2.273 1.202.694 1.649 2.402 1.378 4.524 1.335-1.398 3.047-1.959 4.27-1.253 1.114.643 1.52 2.166 1.172 3.836h-44.883c-1.953-3.358-1.905-8.096.485-12.236 3.316-5.743 9.884-8.158 14.67-5.395Z" clip-rule="evenodd"/> <path fill="#1F304C" fill-rule="evenodd" d="M35.993 50.743a.455.455 0 0 1 .278-.58c2.08-.733 3.319-2.6 3.736-4.59a6.932 6.932 0 0 0 .05-2.682c-.138.02-.274.036-.41.046-1.157.093-2.257-.155-3.064-.935-.447-.433-.7-.925-.739-1.41a1.43 1.43 0 0 1 .52-1.247c.754-.607 1.978-.417 3.14.605.55.483.951 1.134 1.21 1.877a10.32 10.32 0 0 0 2.128-.855c2.28-1.203 4.427-3.22 5.32-5.172a12.768 12.768 0 0 0 1.084-6.397.455.455 0 1 1 .907-.08 13.679 13.679 0 0 1-1.163 6.853v.002c-1 2.186-3.323 4.333-5.724 5.6a11.25 11.25 0 0 1-2.318.929 7.89 7.89 0 0 1-.05 3.053c-.463 2.21-1.865 4.395-4.324 5.261a.455.455 0 0 1-.581-.278Zm3.817-8.737c-.214-.56-.52-1.032-.907-1.372-1.029-.904-1.73-.77-1.968-.58a.52.52 0 0 0-.183.466c.017.216.137.511.464.827.56.542 1.367.762 2.36.683.077-.006.155-.014.234-.024Zm104.743-28.978a.726.726 0 0 1 .043-1.027l4.906-4.509a.728.728 0 0 1 .984 1.07l-4.906 4.51a.727.727 0 0 1-1.027-.043Zm2.374 6.85a.727.727 0 0 1 .73-.724l7.654.037a.727.727 0 0 1-.007 1.454l-7.654-.036a.727.727 0 0 1-.723-.73Zm-.763-3.265a.727.727 0 0 1 .418-.94l7.299-2.803a.728.728 0 0 1 .522 1.357l-7.3 2.804a.727.727 0 0 1-.939-.418Z" clip-rule="evenodd"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Promotional discounts and offers</h4> <div class="card-description copy-small"> <p>Drive conversions with advanced customer data and factual information to create personalized email, SMS, and MMS messages that highlight relevant offers.</p> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_lookalike-audience circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <g clip-path="url(#twilio-for-marketers-use-case-lookalike-audience__a)"> <path fill="#06033A" d="M121.705 35.91c.929-.004 1.858-.007 2.787-.013.113 0 .234.032.337-.048.102-.098.035-.203 0-.295-.269-.707-.473-1.44-.745-2.148-.033-.087-.045-.193-.152-.23l-1.365-4.048c-.236-.673-.482-1.342-.702-2.02-.064-.193-.151-.24-.338-.24-3.637.006-7.275.006-10.913 0-.263 0-.271.08-.192.295.447 1.202.792 2.442 1.27 3.634a.916.916 0 0 1 .029.221c.201.123.315-.06.446-.141.901-.554 1.851-.086 2.095.871.12.47-.009.915-.233 1.329a4.353 4.353 0 0 1-.894 1.157c-.186.17-.268.35-.199.595.064.285.177.55.27.823.092.273.275.35.538.35h2.804c.986 0 1.973.039 2.955-.093.733-.051 1.469-.05 2.202.002Z"/> <path fill="#000036" d="M128.679 26.266c.39-.643.565-1.327.4-2.076-.037-.167-.045-.245.186-.205 1.164.203 2.22-.495 2.492-1.626a2.197 2.197 0 0 0-1.474-2.607c-1.357-.444-2.83.685-2.791 2.142 0 .073.008.145.013.234-1.199-.404-2.272-.283-3.169.663a.273.273 0 0 0 .052.241c.931 1.468 2.085 2.665 3.801 3.178.158.047.316.14.49.056Z"/> <path fill="#FE0021" d="M119.503 35.91c-1.914-.005-3.825-.014-5.738-.005-.274 0-.421-.056-.488-.343-.068-.288-.196-.561-.297-.84-.088-.047-.166-.006-.24.034-.543.292-1.069.613-1.61.906-.07.048-.134.104-.192.165-.237.086-.147.228-.069.377.659 1.26 1.318 2.52 1.975 3.78.05.095.094.194.141.287.168-.111.225-.304.331-.46 1.451-2.136 3.443-3.417 5.976-3.843a2.12 2.12 0 0 0 .211-.059Z"/> <path fill="#F5ACB5" d="M110.936 35.827c.609-.257 1.154-.638 1.738-.944l.306-.162c-.019-.165.042-.265.172-.393.629-.627 1.222-1.29 1.221-2.265 0-.578-.239-1.042-.736-1.326-.497-.285-1.013-.232-1.505.064-.128.079-.231.224-.408.215-.206.36-.515.643-.72 1.008-.528.942-.674 1.915-.334 2.952.093.283.177.568.266.851Zm17.743-9.561c-2.004-.45-3.33-1.767-4.343-3.476-.702.616-1.003 1.892-.657 2.833.412 1.119 1.219 1.783 2.383 1.905 1.096.114 1.987-.331 2.617-1.262Zm-4.747 6.911c.298.89.597 1.781.897 2.671.571.068 1.145.015 1.718.028.141.004.201-.102.261-.204.492-.835.982-1.677 1.478-2.513.079-.132.076-.21-.078-.262-1.43-.482-2.841-.566-4.208.214a.39.39 0 0 0-.068.066Z"/> <path fill="#BDB5CA" d="M116.034 31.15c.028.607.206 1.152.657 1.58.528.502 1.233.331 1.474-.354.255-.727-.07-1.8-.682-2.256-.492-.366-1.106-.198-1.34.37a1.49 1.49 0 0 0-.109.66Z"/> <path fill="#D9D9D9" fill-opacity=".4" d="M95.145 6.753c0-3.966 3.852-6.79 7.634-5.597l25.748 8.12a5.869 5.869 0 0 1 4.104 5.597v59.254c0 3.966-3.852 6.79-7.634 5.597l-25.748-8.12a5.869 5.869 0 0 1-4.104-5.597V6.753Z"/> <path fill="#fff" fill-rule="evenodd" d="m127.451 12.69-25.749-8.12a2.29 2.29 0 0 0-2.978 2.183v59.254c0 1 .648 1.883 1.601 2.184l25.748 8.12a2.29 2.29 0 0 0 2.979-2.184V14.873c0-1-.648-1.883-1.601-2.184ZM102.779 1.155c-3.782-1.193-7.634 1.631-7.634 5.597v59.254a5.869 5.869 0 0 0 4.104 5.597l25.748 8.12c3.782 1.193 7.634-1.631 7.634-5.597V14.873a5.869 5.869 0 0 0-4.104-5.597l-25.748-8.12Z" clip-rule="evenodd"/> <path fill="#FED9DE" fill-rule="evenodd" d="M132.609 44.004c-.646.227-1.278.492-1.893.795-.273.136-.313.112-.313-.193-.006-2.205-.766-4.133-2.179-5.789-1.304-1.53-2.983-2.449-4.937-2.867-.085-.018-.171-.032-.257-.047a3.76 3.76 0 0 1-.369-.073 10.148 10.148 0 0 0-2.091 0c-.817.137-1.623.317-2.388.648-1.718.744-3.064 1.924-4.076 3.505-.053.09-.094.186-.122.286l-.178.414c-.134.31-.268.618-.392.932a7.568 7.568 0 0 0-.515 2.491 3.764 3.764 0 0 1-.028.302 2.124 2.124 0 0 0-.015.587c.026.168-.158.064-.228.02-.482-.298-1.01-.491-1.541-.676a6.048 6.048 0 0 0-1.735-.338c-.99-.043-1.967.016-2.91.375a6.66 6.66 0 0 0-3.105 2.4c-.876 1.222-1.276 2.591-1.428 4.076-.127 1.26.099 2.457.436 3.65.05.18.147.246.319.23.064-.004.127-.004.191 0 9.918 0 19.836 0 29.754.003v-10.73Zm-12 7.416-.001-.001s-.001 0 0 0l.001-.001h.001l-.001.002Z" clip-rule="evenodd"/> <path fill="#FE0021" d="M131.609 30.586a9.5 9.5 0 0 0-.621-.209c-1.421-.425-2.872-.707-4.34-.911-1.354-.19-2.708-.37-4.08-.337-.095.087-.058.186-.024.277l.007.018c.206.557.393 1.121.581 1.686.204.615.409 1.23.638 1.837.008.022.014.045.021.068.025.088.052.178.164.208.114-.03.215-.088.316-.146.065-.037.13-.075.198-.105 1.167-.514 2.342-.41 3.522-.064.214.064.236.17.128.355-.258.444-.518.888-.778 1.331l-.549.938a.526.526 0 0 1-.498.28c-.17-.002-.34-.001-.51 0-.341.001-.681.003-1.021-.024-.482.01-.964.01-1.446.008a71.192 71.192 0 0 0-1.132.003l-.082-.002c-.14-.005-.283-.01-.397.11.155.037.31.071.466.105.392.085.785.17 1.168.3 3.63 1.245 5.999 4.564 5.982 8.415 0 .268.03.344.301.204.644-.325 1.307-.61 1.986-.85v-2.583l-.05-.075c-.181-.265-.361-.53-.54-.796a45.27 45.27 0 0 1-.477-.723c.283.224.572.44.861.656l.206.155v-10.13Z"/> <path fill="#99CDFF" fill-rule="evenodd" d="m127.431 12.685-25.618-8.107a2.29 2.29 0 0 0-2.98 2.183v59.25a2.29 2.29 0 0 0 1.599 2.183l25.617 8.107a2.29 2.29 0 0 0 2.981-2.183v-59.25a2.29 2.29 0 0 0-1.599-2.183Zm-24.538-11.52c-3.783-1.196-7.64 1.628-7.64 5.596v59.25a5.87 5.87 0 0 0 4.099 5.596l25.618 8.107c3.783 1.197 7.639-1.627 7.639-5.596v-59.25a5.869 5.869 0 0 0-4.098-5.595l-25.618-8.107Z" clip-rule="evenodd"/> <path fill="#fff" d="m123.582 11.467 3.849 1.218a2.29 2.29 0 0 1 1.599 2.183v1.258l-30.197 26.32V33.04l24.749-21.572Zm-.637-.201L98.833 32.283V18.17l12.235-10.664 11.877 3.759Z" opacity=".5"/> <g clip-path="url(#twilio-for-marketers-use-case-lookalike-audience__b)"> <path fill="#FE0021" d="M56.17 52.107a9.77 9.77 0 0 1-2.362 0c-1.453-.456-2.504-1.314-2.83-2.88a3.638 3.638 0 0 1 .35-2.494c.873-1.65 1.961-3.16 3.037-4.678 1.333-1.881 2.793-3.65 4.464-5.243 1.085-1.034 2.379-1.642 3.782-2.06 1.943-.58 3.928-.965 5.935-1.243 1.852-.258 3.703-.505 5.58-.46.138.127.072.272.023.403-.589 1.587-1.067 3.218-1.666 4.802-.054.141-.06.325-.254.375-.256-.066-.463-.236-.703-.34-1.596-.701-3.202-.56-4.817-.088-.292.088-.322.232-.175.483.603 1.033 1.211 2.062 1.815 3.093a.713.713 0 0 0 .68.383c.699-.012 1.397.022 2.095-.034 1.176.026 2.35 0 3.526.015.225 0 .47-.049.654.148-.745.176-1.503.303-2.234.552-4.964 1.696-8.204 6.22-8.18 11.47 0 .364-.042.468-.412.277a23.222 23.222 0 0 0-3.882-1.536c-.142-.043-.336-.033-.342-.263-.136-.163-.102-.35-.072-.533.778-1.19 1.59-2.356 2.386-3.534.22-.325.437-.652.653-.986-.918.727-1.885 1.388-2.783 2.14a82.633 82.633 0 0 0-2.431 1.58c-.487.33-1.038.496-1.588.67a.274.274 0 0 1-.25-.019Z"/> <path fill="#06033A" d="M75.306 42.293c-1.27-.006-2.54-.01-3.811-.018-.155 0-.32.043-.461-.066-.14-.133-.048-.276 0-.402.368-.964.646-1.963 1.018-2.928.046-.118.062-.263.209-.312l1.867-5.519c.322-.916.659-1.828.96-2.753.087-.262.206-.326.461-.326 4.975.007 9.95.007 14.925 0 .36 0 .37.11.262.401-.611 1.64-1.082 3.329-1.736 4.953-.026.099-.04.2-.04.301-.274.169-.43-.082-.61-.192-1.233-.755-2.531-.117-2.865 1.188-.164.64.012 1.247.319 1.81a5.948 5.948 0 0 0 1.222 1.577c.255.232.366.478.272.813-.087.387-.242.748-.368 1.12-.127.373-.377.478-.736.477h-3.835c-1.349 0-2.699.054-4.042-.126a21.446 21.446 0 0 0-3.011.002Z"/> <path fill="#000036" d="M65.768 29.147c-.533-.876-.771-1.808-.546-2.829.05-.228.06-.334-.255-.28-1.592.278-3.036-.674-3.408-2.216-.369-1.527.5-3.06 2.016-3.554 1.856-.605 3.87.935 3.817 2.92 0 .1-.01.197-.018.32 1.64-.552 3.107-.386 4.334.902a.372.372 0 0 1-.071.33c-1.273 2-2.852 3.632-5.198 4.332-.216.064-.432.19-.67.075Z"/> <path fill="#FE0021" d="M78.317 42.291c2.618-.005 5.232-.018 7.847-.006.376 0 .576-.076.669-.468.092-.391.267-.764.406-1.145.12-.064.226-.008.328.048.742.397 1.46.834 2.202 1.234.094.066.182.141.262.225.323.117.2.311.094.514-.901 1.717-1.802 3.434-2.701 5.153-.068.128-.129.263-.192.39-.23-.151-.308-.414-.453-.626-1.985-2.912-4.71-4.658-8.173-5.239a2.948 2.948 0 0 1-.289-.08Z"/> <path fill="#F5ACB5" d="M90.033 42.18c-.832-.351-1.578-.87-2.376-1.287l-.418-.22c.026-.227-.059-.363-.236-.538-.86-.854-1.671-1.756-1.67-3.086 0-.788.327-1.42 1.007-1.808.68-.388 1.385-.316 2.058.087.175.108.316.306.558.294.281.491.704.876.985 1.373.721 1.284.921 2.611.456 4.024-.126.386-.243.774-.364 1.16ZM65.768 29.147c2.742-.613 4.554-2.407 5.94-4.737.96.838 1.371 2.578.898 3.86-.563 1.526-1.667 2.431-3.258 2.598-1.5.155-2.718-.452-3.58-1.721Zm6.492 9.42c-.407 1.214-.816 2.428-1.226 3.641-.781.093-1.566.02-2.349.038-.193.006-.275-.139-.357-.278-.673-1.139-1.343-2.287-2.022-3.425-.108-.18-.103-.288.106-.358 1.957-.657 3.886-.772 5.755.293a.523.523 0 0 1 .094.09Z"/> <path fill="#BDB5CA" d="M83.061 35.803c-.037.828-.282 1.571-.899 2.155-.721.684-1.686.452-2.015-.482-.349-.991.095-2.453.932-3.076.673-.499 1.514-.269 1.833.504.118.284.17.592.15.9Z"/> <path fill="#020136" d="m60.302 52.216.102-2.428 3.002-2.35.109.087-3.213 4.691Z"/> <path fill="#FED9DE" d="M87.233 48.234c.261.613.535 1.216.779 1.834.425 1.084.663 2.232.704 3.396.017.402.124.788.06 1.211-.036.23.216.088.311.028.66-.407 1.381-.67 2.107-.921a8.293 8.293 0 0 1 2.373-.462c1.355-.058 2.69.022 3.98.511a9.1 9.1 0 0 1 4.246 3.273c1.198 1.664 1.746 3.531 1.953 5.555.174 1.718-.135 3.348-.596 4.976-.069.244-.201.334-.436.311a2.602 2.602 0 0 0-.262 0c-19.047 0-38.095.004-57.143.01-.421 0-.647-.117-.833-.504-.655-1.356-1.193-2.75-1.38-4.25-.401-3.26.462-6.086 2.981-8.28 1.558-1.357 3.42-2.086 5.43-2.487.764-.152 1.547-.133 2.303-.328.106-.11.24-.078.367-.071.648.034 1.297 0 1.945 0 .294.169.625.093.938.138.807.103 1.607.259 2.395.465.252.068.512.106.774.114.453.275.975.374 1.465.548.907.314 1.795.684 2.657 1.107.373.186.427.153.428-.263.007-3.006 1.048-5.633 2.98-7.89 1.782-2.085 4.08-3.338 6.752-3.909.284-.06.574-.087.855-.162.95-.098 1.909-.098 2.86 0 1.117.186 2.219.43 3.266.883 2.35 1.014 4.19 2.623 5.574 4.777.072.122.128.253.166.39Z"/> <path fill="#FEFEFE" d="m60.302 52.216-.048.576c-.157.106-.32.097-.5.05-1.104-.29-2.214-.557-3.366-.577-.112 0-.2-.027-.219-.158 1.389-.328 2.476-1.22 3.64-1.968.193-.125.363-.291.594-.35.159.08.175.236.156.376-.052.49-.078.984-.075 1.477-.005.21-.165.369-.182.574Z"/> </g> </g> <defs> <clipPath id="twilio-for-marketers-use-case-lookalike-audience__a"> <path fill="#fff" d="M0 0h190v80H0z"/> </clipPath> <clipPath id="twilio-for-marketers-use-case-lookalike-audience__b"> <path fill="#fff" d="M0 0h60.795v47.819H0z" transform="translate(43 20.135)"/> </clipPath> </defs> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Lookalike audience targeting</h4> <div class="card-description copy-small"> <p>Increase your advertising efficiency by creating high-intent, lookalike audiences powered by your own customer data set.</p> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_reactivation circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <g clip-path="url(#decorative-twilio-for-marketers-use-case-reactivation__a)"> <path fill="#99CDFF" d="M49.687 55.47c-.372.219-.601.626-.687 1.106h14.016a7.89 7.89 0 0 0-.343-.698c-1.218-2.123-3.322-3.184-4.71-2.37-.459.262-.774.698-.96 1.221-1.475-2.5-3.65-3.925-4.896-3.183-.974.566-1.117 2.282-.473 4.216-.658-.466-1.388-.611-1.947-.291Zm6.468-48.572a2.689 2.689 0 0 1 2.69-2.69h18.071a2.689 2.689 0 0 1 2.69 2.69v11.037a2.689 2.689 0 0 1-2.69 2.689H58.844a2.689 2.689 0 0 1-2.689-2.69V6.899Z"/> <path fill="#008CFF" d="M69.636 10.038c.306.091.604.208.89.349.07.12 0 .227-.04.33-.11.296-.227.588-.335.883-.095.258-.067.409.077.455.151.05.254-.033.354-.297.115-.302.223-.607.344-.906.037-.092.064-.19.148-.254.357.124.705.272 1.043.442.048.116-.026.21-.063.307-.113.295-.234.587-.35.88-.056.14-.085.29.086.364.174.075.26-.055.324-.189.147-.308.26-.63.39-.945.03-.076.043-.163.125-.208.462.198.929.385 1.383.599.735.344 1.257.875 1.427 1.7.023.114.03.23.023.345a.257.257 0 0 1-.158.066c-.216.013-.428.063-.645.06-1.87-.034-3.74.044-5.61.064-1.137.012-2.277-.01-3.413.047-.965.05-1.927.025-2.891.036-.424.005-.844.08-1.27.054-.124-.008-.25 0-.358-.078-.186-.44-.3-.908-.335-1.384a13.142 13.142 0 0 1-.007-1.619c.008-.188.044-.203.226-.158 1.877.463 3.53.076 4.898-1.337.204-.22.377-.465.517-.73.044-.078.066-.141.182-.087.822.384 1.693.646 2.525 1.004-.047.309-.213.572-.33.854-.065.16-.138.32-.206.48-.06.143-.063.292.1.36.155.066.25-.052.314-.173.189-.36.322-.747.502-1.11.036-.073.049-.162.133-.204Zm5.718 4.452c-.4 1.291-2.785 1.34-5.405 1.444-2.99.117-6.286.16-7.29-.291-.486-.22-.904-.512-1.216-.949.05-.067.125-.075.2-.084.05-.005.1-.006.15-.005 1.87.034 3.739-.045 5.608-.065 1.13-.011 2.262.01 3.39-.047 1.006-.05 2.01-.02 3.015-.038.407-.007.812-.078 1.22-.05.115.008.236-.01.328.085Z"/> <path fill="#011589" d="M75.354 14.49c-1.371.038-2.743.03-4.114.064-.798.02-1.596.006-2.392.038-1.322.052-2.644.011-3.965.06-1.147.042-2.294.016-3.44.042a1.495 1.495 0 0 1-.326-.553c.614-.017 1.227-.042 1.841-.05 1.794-.023 3.59-.016 5.383-.07 1.08-.032 2.16.007 3.238-.047 1.046-.052 2.092-.018 3.138-.044.249-.006.497-.024.745-.037.02.205-.018.412-.108.597Zm-5.718-4.451c-.17.483-.39.946-.609 1.407-.064.134-.196.233-.371.153-.161-.074-.225-.22-.162-.37.2-.47.383-.948.63-1.398.178.047.35.116.512.208Zm1.438.558c-.17.464-.336.93-.514 1.392-.067.174-.23.187-.378.14-.198-.063-.194-.243-.145-.394.098-.306.224-.603.336-.905.054-.146.102-.296.153-.444.195.04.37.13.548.211Zm1.555.652c-.123.44-.312.853-.496 1.27-.074.165-.217.219-.37.155-.166-.068-.22-.214-.148-.391l.502-1.243.512.209Z"/> <path fill="#99CDFF" d="M58.68 20.203h4.21l-4.21 3.788v-3.788Z"/> <path fill="#F22F46" d="M56.692 34.783a10.434 10.434 0 0 0-2.624-.727 10.122 10.122 0 0 0-3.156.053c-.639 0-1.082.639-1.01 1.206.07.479.496.887 1.01.851-.674-.106-1.206.497-1.188 1.046 0 .532.514 1.082 1.152 1.011a1.357 1.357 0 0 0-1.17 1.436c.035.373.23.71.532.94.248.178.55.266.869.248.532 0 1.277 0 2.11.178 1.507.301 3.298 1.383 4.912 2.34 1.223.727 3.05 1.578 5.638 2.075a2127.61 2127.61 0 0 1 2.678-9.877l-9.753-.798v.018Z"/> <path fill="#011589" d="m55.675 25.94-4.953 1.572a1.365 1.365 0 0 0-.888 1.714l3.592 11.324a1.365 1.365 0 0 0 1.714.889l4.953-1.571a1.365 1.365 0 0 0 .888-1.714L57.39 26.829a1.365 1.365 0 0 0-1.714-.888Z"/> <path fill="#F22F46" d="m66.445 35.599-7.075-2.34c-.62-.107-1.206.141-1.454.584-.32.603.018 1.543.904 1.862.532.266 1.064.514 1.596.78-.053.16-.284 1.029.213 1.703.532.727 1.543.691 1.933.673 2.305-.088 3.741-2.943 3.9-3.244l-.017-.018Z"/> <path fill="#011589" d="M99.905 61.76c-.513-1.805-1.026-3.609-1.538-5.394-.494 1.861-1.007 3.741-1.5 5.602l3.038-.19v-.018Zm.741 7.179 4.311-.893 6.856-1.424 1.576-.323c.209-.038.342-.266.342-.456l.19-3.476.304-5.526.076-1.273c.038-.607-.912-.607-.95 0l-.19 3.476-.303 5.526-.076 1.273.341-.456-4.311.893-6.856 1.424-1.576.323c-.247.057-.4.342-.323.589.076.266.323.38.589.323Z"/> <path fill="#008CFF" d="m80.216 45.096-12.839-9.84a.817.817 0 0 0-1.082.096l-7.692 8.319c-.304.341-.285.873.076 1.158l14.757 12.193a16.704 16.704 0 0 0 6.78 3.374v-15.3Z"/> <circle cx="100.696" cy="50.194" r="29.748" fill="#FEECEC"/> <mask id="decorative-twilio-for-marketers-use-case-reactivation__b" width="61" height="60" x="70" y="20" maskUnits="userSpaceOnUse" style="mask-type:alpha"> <circle cx="100.696" cy="50.194" r="29.748" fill="#FEECEC"/> </mask> <g mask="url(#decorative-twilio-for-marketers-use-case-reactivation__b)"> <path fill="#F22F46" d="M95.984 72.9c-.754 0-4.29.031-7.273 2.8-2.876 2.674-3.276 6.03-3.337 6.834h11.01c-.124-3.217-.262-6.417-.385-9.634h-.015Z"/> <path fill="#008CFF" d="m130.145 82.171-2.203-27.33c-.551-6.741-6.685-11.622-13.39-10.635l-29.988 4.482L69.769 37.35a.817.817 0 0 0-1.083.095l-7.692 8.319c-.303.341-.284.873.077 1.158l14.756 12.193a16.769 16.769 0 0 0 11.737 3.798l13.2-.854 1.956 6.932-9.078 2.013a.794.794 0 0 0-.627.779v9.59c0 .438.361.798.798.798h36.294"/> <path fill="#011589" d="M100.802 62.059c-.513-1.804-1.026-3.609-1.539-5.394-.493 1.861-1.006 3.742-1.5 5.603l3.039-.19v-.02Zm.741 7.179 4.311-.893 6.856-1.424 1.576-.323c.209-.038.342-.266.342-.456l.19-3.475.304-5.527.076-1.273c.038-.607-.912-.607-.95 0l-.19 3.476-.303 5.527-.076 1.272.341-.456-4.311.893-6.856 1.424-1.576.323c-.247.057-.399.342-.323.589.076.266.323.38.589.323Z"/> </g> <mask id="decorative-twilio-for-marketers-use-case-reactivation__c" width="61" height="60" x="70" y="20" maskUnits="userSpaceOnUse" style="mask-type:alpha"> <circle cx="100.696" cy="50.194" r="29.748" fill="#FEECEC"/> </mask> <g mask="url(#decorative-twilio-for-marketers-use-case-reactivation__c)"> <path fill="#F22F46" d="M106.678 41.642a5.776 5.776 0 1 0 0-11.552 5.776 5.776 0 0 0 0 11.552Zm2.703-12.405 3.314.306c.209.016.402-.145.402-.354.049-1.335-.112-5.68-4.408-6.21-3.732-.467-4.907 2.477-4.939 2.654-.032.177 5.631 3.604 5.631 3.604Z"/> <path fill="#AC1315" d="M102.543 25.344c-.064 0-.981-.097-1.593.627-.353.419-.418.901-.402 1.255.016.354.258.531.547.531h4.344a6.97 6.97 0 0 0-1.963-1.93 6.503 6.503 0 0 0-.917-.5l-.016.017Z"/> <path fill="#EDB5B3" d="m102.543 25.344 4.827.82a3.64 3.64 0 0 1 2.317 1.416l1.351 1.818-5.824-.595a.584.584 0 0 1-.515-.45 4.557 4.557 0 0 0-.74-1.674 4.925 4.925 0 0 0-1.416-1.335Zm5.889-2.816c.444 0 .804-.18.804-.402 0-.222-.36-.402-.804-.402-.445 0-.805.18-.805.402 0 .222.36.402.805.402Z"/> <path fill="#011589" d="M102.768 36.734a2.98 2.98 0 0 0 2.253 1.4 2.937 2.937 0 0 0 2.365-.885c.595-.611-.209-.933-.563-.563-.354.37-.113.097-.161.145-.081.064.016 0-.032.032a.418.418 0 0 0-.081.064c-.064.049-.129.08-.209.13-.37.208-.788.32-1.239.289a1.909 1.909 0 0 1-1.158-.5c-.29-.273-.242-.224-.338-.353-.097-.129.032.032 0-.016s-.032-.032-.032-.064c-.016-.033-.032-.065-.065-.08-.273-.435-.965-.033-.691.401h-.049Z"/> </g> <path fill="#CCE4FF" d="M131.749 64.56c-3.734-2.224-10.258 2.092-14.679 9.745-.558-1.646-1.502-2.937-2.875-3.738-4.164-2.491-10.473.757-14.078 7.253-.386.712-.73 1.424-1.03 2.18h42.061c-.257-1.513-.944-2.714-2.06-3.426-1.674-1.023-3.905-.534-5.88.979 1.846-5.962 1.459-11.212-1.459-12.992Z"/> <path fill="#F22F46" d="M59.943 3.999a3.999 3.999 0 1 1-7.997 0 3.999 3.999 0 0 1 7.997 0Z"/> <path fill="#fff" d="M56.021 5.621c.723 0 1.145-.422 1.145-1.05 0-.577-.322-.887-.981-.887h-.013l.947-.789v-.434h-2.084V2.9h1.434l-1.06.921v.353c.143-.051.32-.094.556-.094.44 0 .654.15.654.508 0 .336-.193.585-.637.585-.306 0-.641-.107-.96-.344v.487c.202.146.53.305.999.305Z"/> </g> <defs> <clipPath id="decorative-twilio-for-marketers-use-case-reactivation__a"> <path fill="#fff" d="M0 0h190v80H0z"/> </clipPath> </defs> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Reactivation</h4> <div class="card-description copy-small"> <p>Drive lifetime value and brand loyalty with offers and behavioral nudges that keep customers coming back for more.</p> </div> </div> </div> </div> </div> <div id="" class="grid-container three-columns default medium-gap equal-heights" style=""> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_ongoing-seasonal-campaigns circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <path fill="#8C5BD8" d="M146.286 11.329a1.26 1.26 0 1 0 .001-2.52 1.26 1.26 0 0 0-.001 2.52Z"/> <path fill="#008CFF" d="M28.443 24.04a1.773 1.773 0 1 0 0-3.547 1.773 1.773 0 0 0 0 3.547Z"/> <path fill="#CCE4FF" d="M145.088 26.325c.597-.272 3.221-1.39 6.105-.288 2.907 1.112 4.922 4.042 5.132 7.46l-47.29-.089c1.396-7.28 6.371-13.265 13.057-15.506 8.232-2.767 17.75.602 22.996 8.423Z"/> <path fill="#EB5656" d="M40.463 9.852a1.182 1.182 0 1 0 0-2.364 1.182 1.182 0 0 0 0 2.364Z"/> <path fill="#99CDFF" d="M56.159 3.19c0-.538.437-.975.975-.975h58.956c.539 0 .976.437.976.976v43.545a.976.976 0 0 1-.976.976H57.134a.976.976 0 0 1-.975-.976V3.191Z"/> <path fill="#fff" d="M86.574 7.344h23.861c1.363 0 1.277-.084 1.277 1.287v22.958c0 .205-.013.412 0 .617.032.474-.164.708-.655.678-.239-.015-.479-.001-.719-.001H62.616c-.137 0-.274.002-.411 0-.897-.018-.912-.018-.913-.928-.004-7.892-.004-15.785 0-23.678 0-.922.015-.93 1.01-.931 8.09-.003 16.181-.003 24.272-.002Z"/> <path fill="#F22F46" d="m79.139 18.215-1.852.729c-.965.38-1.712-.01-1.956-1.015-.257-1.06-.516-2.12-.776-3.18-.195-.798.178-1.588.945-1.862a594.29 594.29 0 0 1 7.17-2.505c.5-.172.931-.142 1.319.361.531.69 1.315 1.062 2.172 1.197 1.77.28 3.4.073 4.659-1.401a.893.893 0 0 1 .748-.21c.756.187 1.496.443 2.234.697 1.743.6 3.484 1.21 5.222 1.826.901.318 1.326 1.077 1.107 1.996a124.505 124.505 0 0 1-.795 3.175c-.248.933-.977 1.284-1.885.933-.61-.235-1.218-.478-1.899-.746-.032.335-.062.62-.087.904-.275 3.093-.554 6.185-.82 9.278-.098 1.137-.673 1.704-1.812 1.705-3.65.005-7.3.005-10.949 0-1.14-.001-1.695-.515-1.796-1.647-.283-3.17-.564-6.34-.845-9.51-.019-.215-.06-.428-.104-.725Z"/> <path fill="#fff" d="M83.182 38.645a.845.845 0 1 0 0-1.69.845.845 0 0 0 0 1.69Zm3.108 0a.845.845 0 1 0 0-1.69.845.845 0 0 0 0 1.69Z"/> <path fill="#001E83" d="M89.254 38.645a.845.845 0 1 0 0-1.69.845.845 0 0 0 0 1.69Z"/> <path fill="#EBF4FF" fill-rule="evenodd" d="M46.206 29.324c3.518 2.022 5.391 5.928 5.36 10.217 3.503-3.859 8.118-5.455 11.383-3.578 2.55 1.465 3.669 4.7 3.273 8.403 2.491-2.55 5.235-3.703 7.031-2.671 1.42.816 1.947 2.823 1.627 5.318 1.577-1.643 3.598-2.302 5.041-1.473 1.316.756 1.796 2.546 1.384 4.509H28.313c-2.305-3.947-2.248-9.517.574-14.383 3.914-6.75 11.669-9.59 17.319-6.342Z" clip-rule="evenodd"/> <path fill="#FEECEC" d="M102.335 36.654a3.55 3.55 0 0 1 3.55-3.55h32.309a3.55 3.55 0 0 1 3.55 3.55v31.52a3.55 3.55 0 0 1-3.55 3.55h-32.309a3.55 3.55 0 0 1-3.55-3.55v-31.52Z"/> <path fill="#F22F46" d="M102.335 35.833a3.55 3.55 0 0 1 3.55-3.55h32.339a3.55 3.55 0 0 1 3.55 3.55v4.337h-39.439v-4.337Z"/> <path fill="#001489" d="M109.755 30.136a2.155 2.155 0 1 1 4.311 0v5.03a2.156 2.156 0 0 1-4.311 0v-5.03Zm18.879 0a2.156 2.156 0 0 1 4.311 0v5.03a2.155 2.155 0 1 1-4.311 0v-5.03Z"/> <path fill="#F6B1B1" d="M107.064 45.22c0-1.013.822-1.835 1.836-1.835h2.262c1.014 0 1.836.822 1.836 1.836v2.261a1.836 1.836 0 0 1-1.836 1.836H108.9a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm8.158 0c0-1.013.822-1.835 1.836-1.835h2.262c1.014 0 1.836.822 1.836 1.836v2.261a1.836 1.836 0 0 1-1.836 1.836h-2.262a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm8.159 0c0-1.013.823-1.835 1.837-1.835h2.261c1.014 0 1.836.822 1.836 1.836v2.261a1.836 1.836 0 0 1-1.836 1.836h-2.261a1.837 1.837 0 0 1-1.837-1.836v-2.261Zm8.159 0c0-1.013.822-1.835 1.836-1.835h2.261c1.014 0 1.836.822 1.836 1.836v2.261a1.836 1.836 0 0 1-1.836 1.836h-2.261a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm-24.476 8.242c0-1.015.822-1.837 1.836-1.837h2.262c1.014 0 1.836.822 1.836 1.837v2.26a1.836 1.836 0 0 1-1.836 1.837H108.9a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm8.129 0c0-1.015.822-1.837 1.836-1.837h2.261c1.014 0 1.836.822 1.836 1.837v2.26a1.836 1.836 0 0 1-1.836 1.837h-2.261a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm8.129 0c0-1.015.822-1.837 1.836-1.837h2.261c1.014 0 1.836.822 1.836 1.837v2.26a1.836 1.836 0 0 1-1.836 1.837h-2.261a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm8.128 0c0-1.015.822-1.837 1.836-1.837h2.262c1.014 0 1.836.822 1.836 1.837v2.26a1.836 1.836 0 0 1-1.836 1.837h-2.262a1.836 1.836 0 0 1-1.836-1.836v-2.261Zm-24.386 8.275c0-1.014.822-1.836 1.836-1.836h2.262c1.014 0 1.836.822 1.836 1.836V64a1.836 1.836 0 0 1-1.836 1.836H108.9A1.836 1.836 0 0 1 107.064 64v-2.262Zm8.129 0c0-1.014.822-1.836 1.836-1.836h2.261c1.014 0 1.836.822 1.836 1.836V64a1.836 1.836 0 0 1-1.836 1.836h-2.261A1.836 1.836 0 0 1 115.193 64v-2.262Z"/> <path fill="#F22F46" d="M144.108 69.95c0 5.55-4.499 10.05-10.049 10.05s-10.049-4.5-10.049-10.05c0-5.55 4.499-10.049 10.049-10.049s10.049 4.5 10.049 10.05Z"/> <path fill="#fff" d="M134.863 73.73a.898.898 0 0 1-.302.464.806.806 0 0 1-.503.178.806.806 0 0 1-.503-.178.898.898 0 0 1-.302-.464m.806-8.04v-.965.965Zm0 0c-.8 0-1.566.339-2.132.942a3.33 3.33 0 0 0-.883 2.274c0 3.021-.603 3.537-.603 3.537h7.236s-.603-.821-.603-3.537a3.33 3.33 0 0 0-.883-2.274 2.923 2.923 0 0 0-2.132-.942Z"/> <path fill="#fff" fill-rule="evenodd" d="M134.059 64.565a.16.16 0 0 0-.16.16v.81a3.088 3.088 0 0 0-2.088.987 3.485 3.485 0 0 0-.927 2.384c0 1.501-.15 2.369-.295 2.856a2.1 2.1 0 0 1-.191.472.699.699 0 0 1-.054.08l-.01.01v.001a.16.16 0 0 0 .107.278h7.236c.06 0 .115-.034.143-.087a.162.162 0 0 0-.014-.167l-.129.094.129-.094-.003-.004-.015-.024a1.71 1.71 0 0 1-.061-.117 3.502 3.502 0 0 1-.197-.554c-.147-.528-.296-1.398-.296-2.744a3.49 3.49 0 0 0-.926-2.384 3.093 3.093 0 0 0-2.089-.988v-.809a.16.16 0 0 0-.16-.16Zm3.353 7.718.026.058a1.693 1.693 0 0 0 .099.18l.007.011.002.004.001.001h.001l.129-.094v-.16h-.265Zm-6.678 0h6.678a3.885 3.885 0 0 1-.191-.547c-.155-.562-.307-1.46-.307-2.83 0-.814-.303-1.592-.84-2.165a2.762 2.762 0 0 0-2.015-.891c-.754 0-1.479.32-2.015.891a3.167 3.167 0 0 0-.84 2.165c0 1.52-.151 2.42-.308 2.947a2.79 2.79 0 0 1-.162.43Zm-.293.16.105.122.001-.001.002-.002.003-.004.011-.01.028-.031a1.463 1.463 0 0 0 .143-.234h-.293v.16Zm-.104-.12v-.001l.104.121-.104-.12Zm4.653 1.31a.159.159 0 0 0-.127-.063h-1.61a.159.159 0 0 0-.154.202c.059.217.184.41.356.547a.968.968 0 0 0 .603.213c.219 0 .43-.075.603-.213.172-.138.297-.33.356-.547a.155.155 0 0 0-.027-.14Zm-.37.257a.713.713 0 0 1-.159.179.646.646 0 0 1-.403.144.646.646 0 0 1-.403-.144.713.713 0 0 1-.159-.18h1.124Zm3.186-1.54Z" clip-rule="evenodd"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Ongoing and seasonal campaigns</h4> <div class="card-description copy-small"> <p>Support ongoing and seasonal campaigns like “Black Friday” and “Back to School” with relevant, enticing offers on email, SMS, and MMS.</p> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_onboarding-campaigns circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <g clip-path="url(#twilio-for-marketers-use-case-onboarding-campaigns__a)"> <path fill="#EBF4FF" d="M114.204 24.517c.796-.583 1.613-1.026 2.573-1.14 1.313-.154 2.439.252 3.394 1.18a5.162 5.162 0 0 1 1.481 2.625c.063.282.171.396.446.345 1.901-.35 3.412 1.525 3.712 2.932.153.713.26 1.433.135 2.18-.053.318-.179.355-.431.35-.625-.015-1.251 0-1.876 0-7.947 0-15.893.004-23.84.011-.413 0-.543-.145-.637-.536-.726-3.03 1.072-5.545 4.042-5.572.483 0 .52-.133.458-.585-.408-3 1.389-5.615 4.24-6.205a5.15 5.15 0 0 1 3.946.816c1.165.8 1.987 2.044 2.294 3.469.018.045.039.088.063.13Z"/> <rect width="72" height="50" x="17" y="25" fill="#EBF4FF" rx="10"/> <rect width="35.642" height="3.52" fill="#0263E0" rx="1.76" transform="matrix(-1 0 0 1 78.164 36.114)"/> <rect width="20.681" height="3.52" fill="#0263E0" rx="1.76" transform="matrix(-1 0 0 1 62.763 47.555)"/> <rect width="30.802" height="3.52" fill="#66B3FF" rx="1.76" transform="matrix(-1 0 0 1 73.323 60.316)"/> <path fill="#0263E0" fill-rule="evenodd" d="M35.583 33.338a.802.802 0 0 1 .12 1.127l-5.676 7.03a.802.802 0 0 1-1.16.093l-2.45-2.197a.802.802 0 1 1 1.07-1.194l1.822 1.633 5.146-6.372a.802.802 0 0 1 1.128-.12Zm0 11.224a.802.802 0 0 1 .12 1.128l-5.676 7.03a.802.802 0 0 1-1.16.093l-2.45-2.197a.802.802 0 1 1 1.07-1.194l1.822 1.633 5.146-6.373a.802.802 0 0 1 1.128-.12Z" clip-rule="evenodd"/> <circle cx="30.96" cy="62.023" r="3.207" fill="#66B3FF"/> <circle cx="135.477" cy="34.048" r="21.477" fill="#FEECEC"/> <mask id="twilio-for-marketers-use-case-onboarding-campaigns__b" width="43" height="44" x="114" y="12" maskUnits="userSpaceOnUse" style="mask-type:alpha"> <circle cx="135.477" cy="34.048" r="21.477" fill="#CCE4FF"/> </mask> <g mask="url(#twilio-for-marketers-use-case-onboarding-campaigns__b)"> <g clip-path="url(#twilio-for-marketers-use-case-onboarding-campaigns__c)"> <path fill="#018CFF" d="M128.136 34.284c0-3.642 3.061-6.701 6.693-6.701 3.951 0 7.069 2.966 7.059 6.707a6.566 6.566 0 0 1-.52 2.592 6.696 6.696 0 0 1-1.503 2.194 6.889 6.889 0 0 1-2.253 1.458 7.01 7.01 0 0 1-2.655.496c-3.789-.009-6.822-3.002-6.821-6.746Z"/> <path fill="#F22F46" d="M131.673 22.048c1.221-2.343 3.288-3.242 5.726-2.995 2.419.244 4.114 1.546 5.112 3.726.491 1.076.552 2.193.416 3.337-.095.792-.179.829-.975.748l-1.351-.136c-.943-.301-1.34-.434-1.705-1.219-.615-1.324-1.745-2.138-3.218-2.436-.997-.201-1.982-.417-2.977-.61-.334-.068-.983.076-1.028-.415Z"/> <path fill="#F7B2B1" d="M131.906 22.074c.661.144.414.094.661.144 1.104.223 2.21.44 3.312.67 1.548.327 3.491 1.181 4.114 2.546.319.69.308.672.607 1.294-.799-.049-1.46-.132-2.186-.205-1.6-.16-3.19-.415-4.786-.609-.374-.046-.661-.227-.748-.531-.1-.585-.073-.366-.213-.982-.448-.964-.909-1.203-1.516-1.791-.25-.244-.713-.244-.798-.675.288-.07 1.106.095 1.553.139Z"/> <path fill="#AC1315" d="M130.359 21.933a4.11 4.11 0 0 1 1.03.593c.535.39.948.92 1.191 1.527.076.206.13.42.161.636l-.499.04-3.443.275c-.74.06-.808 0-.837-.744-.057-1.476.735-2.245 2.397-2.327Z"/> <path fill="#00168B" d="M133.59 37.21c-.924-.053-1.834-.408-2.457-1.308a1.43 1.43 0 0 1-.207-.358c-.067-.213-.112-.458.125-.597.266-.158.506-.04.65.195a2.39 2.39 0 0 0 1.247 1.06c.886.322 1.662.063 2.385-.439.289-.201.577-.598.905-.156.3.407-.132.662-.398.871a3.385 3.385 0 0 1-2.25.731Z"/> </g> <path fill="#F22F46" d="M167.505 56.718a73.84 73.84 0 0 0-4.783-3.308c-2.6-1.66-5.306-3.146-7.912-4.802-1.668-1.058-3.352-2.09-5.093-3.035-3.504-1.903-7.252-2.604-11.205-2.345-2.828.185-5.653.41-8.475.654a27.795 27.795 0 0 0-4.544.748c-2.839.732-5.064 2.277-6.538 4.829-.46.798-.841 1.633-1.223 2.468-1.257 2.72-2.281 5.53-3.361 8.322-.382.99-.789 1.973-1.089 2.994-.244 1.452-.163 2.917-.183 4.378 0 .134.039.292-.14.416-.136-.484-.043-.954-.075-1.416-.048-.689.106-1.384-.082-2.066-.163-.147-.102-.342-.103-.518a8070.21 8070.21 0 0 1-.058-10.996c-.009-1.667-.018-3.334-.025-5.001 0-.22-.012-.44-.026-.66-.026-.403-.028-.403-.454-.414-.611-.013-1.223-.023-1.83-.034-.256-.192-.555-.177-.849-.177h-5.195c-.275 0-.555-.013-.803.144-.277.007-.555.018-.832.021-.473.005-.489 0-.527.45a72.31 72.31 0 0 0-.153 2.137c-.152 2.598-.295 5.196-.449 7.792-.128 2.162-.145 4.326-.216 6.489-.074 2.236-.095 4.474-.163 6.711-.045 1.457.21 2.856.828 4.171 1.363 2.904 3.622 4.654 6.872 4.974 2.415.237 4.578-.493 6.461-1.999a13.413 13.413 0 0 0 2.733-2.947 55.783 55.783 0 0 1 2.69-3.637c.344-.43.66-.883.989-1.325.038-.197.053-.398.045-.599-.095-1.039-.107-2.084-.15-3.126-.08-1.976-.171-3.951-.274-5.926-.054-1.078-.028-2.16-.163-3.237a5.721 5.721 0 0 1 .071-1.896c.173.508.088 1.036.132 1.552.163 1.936.212 3.872.298 5.813.087 1.994.244 3.986.257 5.982-.01.33.045.66.163.968a.37.37 0 0 1 .09.25c.121 1.217.23 2.434.368 3.648.112.996.157 1.999.352 2.985.238.196.525.155.798.153 1.48-.015 2.956-.154 4.433-.196 1.979-.056 3.954-.195 5.932-.26a94.408 94.408 0 0 0 2.66-.116c2.16-.131 4.319-.208 6.483-.307 1.016-.047 2.031-.126 3.05-.132.353.007.704-.06 1.029-.196.256-.196.235-.484.235-.753 0-2.593.016-5.186-.006-7.78 0-.056 0-.111-.006-.167l-.123.067c-.062-1.1-.015-2.2-.006-3.3.013-1.65.046-3.3.073-4.95 0-.103-.038-.217.081-.344l7.592 3.953c.06.002.12.007.179.016.107-.03.211-.07.309-.12.56-.285 1.146-.512 1.711-.776.201-.094.417-.237.74-.039-.787.528-1.638.776-2.427 1.144l-.019.009a.516.516 0 0 1 .034.109l-5.266 2.457-.251.117c-.558.26-.558.26-.415.827l-.126.047c.586 1.585 1.117 3.19 1.688 4.78.076.212.076.478.342.585.231.639.476 1.273.689 1.917.087.26.204.323.442.195.084-.04.17-.074.258-.104l4.925-2.017c2.479-1.02 4.965-2.026 7.435-3.066 2.015-.848 3.411-2.305 4.137-4.356.821-2.334.213-5.178-1.986-6.83Z"/> </g> <path fill="#CCE4FF" fill-rule="evenodd" d="M172.815 59.105H126.05c-.159-.922.058-2.072.67-3.147 1.069-1.874 2.935-2.809 4.169-2.087.581.34.918.986 1 1.771.231-.56.502-1.12.817-1.67 2.64-4.633 7.253-6.944 10.302-5.16 1.276.746 2.075 2.09 2.381 3.741.391-1.087.89-2.177 1.5-3.245 3.807-6.68 10.457-10.01 14.853-7.44 2.787 1.63 3.998 5.239 3.543 9.364 2.134-1.907 4.673-2.586 6.536-1.496 2.489 1.455 2.881 5.546.994 9.37" clip-rule="evenodd"/> <path fill="#1F304C" fill-rule="evenodd" d="M80.244 31.364a.313.313 0 0 1-.261-.216l-1.905-6.019a.313.313 0 1 1 .597-.189l1.695 5.358 3.076-5.122a.313.313 0 0 1 .537.322l-3.434 5.717a.313.313 0 0 1-.305.15Z" clip-rule="evenodd"/> <path fill="#1F304C" fill-rule="evenodd" d="M80.663 27.406a.313.313 0 0 1-.276-.346C81.803 14.65 88.61 8.008 96.44 6.03c7.804-1.971 16.582.705 21.928 6.834a.314.314 0 0 1-.472.411c-5.189-5.949-13.724-8.552-21.302-6.638-7.552 1.907-14.195 8.315-15.585 20.494a.313.313 0 0 1-.346.275Z" clip-rule="evenodd"/> <path fill="#001489" d="M8.611 41.493a2.5 2.5 0 1 0-2.425 4.373 2.5 2.5 0 0 0 2.425-4.373Z"/> <path fill="#66B3FF" d="M28.766 14.728a1.5 1.5 0 1 0-1.455 2.623 1.5 1.5 0 0 0 1.455-2.623Z"/> <path fill="#06033A" d="m172.379 27.434-2.862-2.867a.402.402 0 0 0-.292-.12.412.412 0 0 0-.292.12l-2.866 2.863a.413.413 0 0 0 0 .582l2.862 2.867a.41.41 0 0 0 .584 0l2.866-2.863a.41.41 0 0 0 0-.582Zm-3.158 2.57-2.278-2.283 2.282-2.279 2.279 2.283-2.283 2.279Z"/> <path fill="#F22F46" d="M117.5 65a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/> </g> <defs> <clipPath id="twilio-for-marketers-use-case-onboarding-campaigns__a"> <path fill="#fff" d="M0 0h190v80H0z"/> </clipPath> <clipPath id="twilio-for-marketers-use-case-onboarding-campaigns__c"> <path fill="#fff" d="M0 0h15.034v22.014H0z" transform="translate(127.96 19.014)"/> </clipPath> </defs> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Onboarding campaigns</h4> <div class="card-description copy-small"> <p>Drive engagement with your brand throughout the onboarding process, and collect valuable data to help build better product experiences.</p> </div> </div> </div> </div> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_upsell-expansion circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <path fill="#FEECEC" fill-rule="evenodd" d="M98.826 73H24.081c-.255-1.465.09-3.293 1.07-5.001 1.708-2.979 4.691-4.464 6.663-3.317.929.54 1.468 1.568 1.6 2.815.368-.89.802-1.78 1.304-2.656 4.22-7.361 11.593-11.032 16.467-8.198 2.04 1.185 3.317 3.322 3.806 5.946a32.882 32.882 0 0 1 2.396-5.158c6.086-10.614 16.715-15.907 23.742-11.822 4.454 2.59 6.39 8.325 5.663 14.88 3.41-3.03 7.468-4.11 10.446-2.378 3.978 2.313 4.606 8.814 1.588 14.889" clip-rule="evenodd"/> <path fill="#F22F46" d="M66.864 68.087H87.09V73H66.864v-4.913ZM91.131 55.95h20.246V73H91.131V55.95Zm23.443-11.72h20.246V73h-20.246V44.23Z"/> <path fill="#011589" d="M53.289 43.997c-.217-.16-.575-.376-1.03-.401-1.1-.062-1.534 1.054-2.545.999-.687-.037-1.37-.6-1.532-1.22-.128-.487-.216-1.302.89-2.057l2.607-1.78a2.17 2.17 0 0 1 1.677-.345c.585.126.956.45 1.103.594l-.995-1.458a.008.008 0 0 1 .002-.01l1.792-1.224 2.588 3.79-4.557 3.112Z"/> <g clip-path="url(#twilio-for-marketers-use-case-upsell-expansion__a)"> <path fill="#F22F46" d="M61.855 35.108h21.68a.196.196 0 0 0 .196-.196v-5.096a.195.195 0 0 0-.169-.194l-9.176-1.25-2.686-6.293c-2.88-6.748-13.031-3.65-11.654 3.556l1.81 9.473"/> <path fill="#AC1315" d="M75.658 35.087a10.893 10.893 0 0 1-4.758-.922 11.267 11.267 0 0 1-3.212-2.204 14.71 14.71 0 0 1-2.205-2.75 18.35 18.35 0 0 1-1.335-2.566 16.818 16.818 0 0 1-.595-1.604l-.03-.097c-.07-.232.307-.332.377-.1a16.443 16.443 0 0 0 .617 1.68l.056.13.014.032.038.085a18.083 18.083 0 0 0 .973 1.884 14.751 14.751 0 0 0 2.02 2.691 11.233 11.233 0 0 0 3.003 2.266c1.324.676 2.8 1.046 4.298 1.096.246.009.493.009.739.002.246-.007.252.368 0 .376Z"/> </g> <g clip-path="url(#twilio-for-marketers-use-case-upsell-expansion__b)"> <path fill="#043CB5" d="M72.824 35.091s2.219 4.822 2.756 6.755c.642 2.314 4.538 17.504 4.246 20.945a.304.304 0 0 1-.308.272h-7.866a.305.305 0 0 1-.307-.27c-.173-1.797-1.256-12.041-3.76-16.245l-2.12 3.5c-2.081 3.154-6.931 4.075-9.083.61L52.68 44.51a.293.293 0 0 1 .09-.4l5.34-3.552a.314.314 0 0 1 .436.089c1.005 1.565 1.416 2.354 2.422 3.92.923-4.343.656-3.926.919-9.476h10.937Z"/> <path fill="#121C2D" d="M67.585 46.548a26.486 26.486 0 0 1-1.525-3.079 26.153 26.153 0 0 1-1.28-3.909 14.757 14.757 0 0 0 .41 4.4 14.28 14.28 0 0 0 1.59 3.918c.25-.474.555-.856.805-1.33Zm-4.98-.241a34.535 34.535 0 0 1-1.68-2.543c-.125-.212-.464-.02-.337.191.52.872 1.08 1.72 1.678 2.544.061.084.172.123.268.068.086-.048.132-.175.07-.26Z"/> </g> <g clip-path="url(#twilio-for-marketers-use-case-upsell-expansion__c)"> <path fill="#008CFF" d="M65.58 16.154a2.808 2.808 0 1 1 0-5.616 2.808 2.808 0 0 1 0 5.616Z"/> <path fill="#011589" d="M69.283 11.537a4.364 4.364 0 0 0-1.488-2.118c.048.037-.024-.018-.027-.02l-.055-.04a4.414 4.414 0 0 0-.809-.462c-.078-.036.032.012-.016-.007a5.887 5.887 0 0 0-.212-.081 4.45 4.45 0 0 0-.566-.156 5.509 5.509 0 0 0-.158-.028l-.052-.008c.067.01-.043-.005-.054-.006a3.957 3.957 0 0 0-.877.001c-.01.001-.095.014-.024.003l-.077.012a3.962 3.962 0 0 0-.719.189l-.12.045-.024.01-.047.02a4.082 4.082 0 0 0-.276.136 3.75 3.75 0 0 0-.897.65c-.145.138-.28.285-.406.442l-.018.023-.032.043a5.371 5.371 0 0 0-.251.372 4.95 4.95 0 0 0-.24.446l-.033.073-.022.05c.011-.03.011-.028-.002.004a4.654 4.654 0 0 0-.293 1.052l-.008.056a3.97 3.97 0 0 0-.018.173 4.854 4.854 0 0 0-.007.746c.015.23-.259.355-.442.254a3.87 3.87 0 0 0-1.115-.421 3.824 3.824 0 0 0-1.116-.069 3.287 3.287 0 0 0-.92.22c-.01.004-.08.033-.033.013a3.089 3.089 0 0 0-.642.374 3.213 3.213 0 0 0-.344.329c-.024.028-.05.057-.073.087l-.029.035c-.037.045.028-.04-.016.022a3.522 3.522 0 0 0-.238.378 2.719 2.719 0 0 0-.092.187l-.019.042c-.032.072.022-.058-.006.016a3.446 3.446 0 0 0-.212.774c-.004.024-.014.107-.007.042l-.015.145a4.014 4.014 0 0 0 .012.813l.007.05a3.935 3.935 0 0 0 .201.79 7.593 7.593 0 0 0 .061.16l.022.049a4.194 4.194 0 0 0 .476.808l.026.033.098.119c.137.16.286.31.445.45.12.104.108.308 0 .414-.118.118-.296.105-.415 0-1.142-1.005-1.724-2.545-1.475-4.051.108-.655.394-1.28.835-1.778.514-.581 1.255-.946 2.017-1.065a4.483 4.483 0 0 1 2.864.528l-.442.254c-.118-1.787.765-3.566 2.296-4.51a4.263 4.263 0 0 1 2.413-.645 4.62 4.62 0 0 1 2.464.872c.853.626 1.48 1.5 1.808 2.505a.295.295 0 0 1-.205.36.3.3 0 0 1-.361-.204Z"/> <path fill="#011589" d="M67.198 13.849a1.467 1.467 0 0 1-1.096.683 1.473 1.473 0 0 1-1.153-.431c-.177-.18.1-.457.277-.277.026.026.053.05.08.073.042.034-.01-.007.02.014l.043.03c.032.022.065.043.1.062a.993.993 0 0 0 1.17-.099c.06-.053.115-.111.167-.173.033-.04-.012.018.007-.01l.02-.027.028-.043c.132-.214.471-.017.338.197h-.001Z"/> </g> <g clip-path="url(#twilio-for-marketers-use-case-upsell-expansion__d)"> <path fill="#008CFF" d="M83.72 29.904c.487.173 1.414.418 2.493.163a4.19 4.19 0 0 0 .85-.303c.21-.11.455-.1.609.027.215.177.245.576-.014.85a17.478 17.478 0 0 0-.67.623 8.154 8.154 0 0 0 1.763.503c.344.051.58.347.558.646a.618.618 0 0 1-.436.523c.017.005.376.119.449.42.07.297-.16.67-.578.768.302.113.513.367.525.633.017.376-.362.771-.882.753a20.071 20.071 0 0 1-4.667-.774v-4.832Z"/> <path fill="#011589" d="M86.987 31.264a.842.842 0 0 1-.372.731.96.96 0 0 0 .773-.578 11.98 11.98 0 0 1-.174-.064c-.078-.029-.153-.06-.227-.09Z"/> </g> <g clip-path="url(#twilio-for-marketers-use-case-upsell-expansion__e)"> <path fill="#011589" d="M78.328 63.044c.089.255.263.634.624.911.874.673 1.862-.005 2.666.61.546.42.794 1.268.577 1.873-.17.473-.556 1.196-1.895 1.196h-3.157a2.168 2.168 0 0 1-1.58-.661 2.277 2.277 0 0 1-.576-1.113v1.766a.008.008 0 0 1-.007.008h-2.17v-4.59h5.518Z"/> </g> <path fill="#1F304C" fill-rule="evenodd" d="M40.546 47.553c1.282.836 2.78 2.5 4.346 5.242a.341.341 0 0 1-.592.338c-1.54-2.696-2.973-4.256-4.127-5.01-1.164-.76-1.933-.645-2.323-.263-.413.406-.602 1.284-.241 2.503 1.372.395 2.94 1.33 4.512 2.903.543.543.932 1.096 1.155 1.586.111.245.186.483.212.703a1.07 1.07 0 0 1-.095.636.746.746 0 0 1-.538.383c-.22.04-.464.002-.716-.085-.505-.176-1.15-.588-1.933-1.277-1.643-1.447-2.647-2.952-3.128-4.28-1.09-.24-1.929-.057-2.432.37-.537.454-.793 1.274-.455 2.457.02.072.043.145.068.22 1.429.375 3.092 1.272 4.857 2.801.706.612 1.182 1.241 1.43 1.8.236.53.31 1.109-.005 1.5-.336.416-.925.405-1.515.177-.614-.238-1.379-.756-2.271-1.615-1.546-1.489-2.516-2.874-3.007-4.083-1.255-.257-2.186-.028-2.735.462-.458.408-.708 1.052-.616 1.904.093.03.187.063.281.099 1.304.487 2.876 1.501 4.558 3.118.669.643 1.078 1.25 1.247 1.776.17.524.116 1.045-.275 1.36-.368.299-.91.303-1.458.122-.563-.185-1.21-.585-1.886-1.225-1.686-1.598-2.652-3.135-3.009-4.46a5.001 5.001 0 0 1-.061-.252c-.857-.206-1.431-.082-1.727.19-.346.318-.488 1.016.034 2.205.512 1.165 1.619 2.679 3.51 4.445a.341.341 0 0 1-.466.499c-1.927-1.8-3.105-3.388-3.668-4.67-.552-1.258-.557-2.351.128-2.981.488-.45 1.23-.564 2.095-.405-.04-.915.254-1.695.859-2.234.692-.618 1.724-.858 2.943-.687-.337-1.296-.078-2.383.703-3.044.647-.548 1.585-.743 2.656-.582-.268-1.178-.105-2.22.512-2.825.732-.72 1.903-.65 3.173.178ZM30.564 57.71c.35 1.131 1.218 2.499 2.769 3.968.626.593 1.189.928 1.63 1.073.456.15.712.081.817-.004.082-.066.178-.237.054-.62-.122-.38-.447-.895-1.07-1.494-1.582-1.52-3.03-2.46-4.2-2.923Zm4.04-2.915c.495.983 1.339 2.117 2.624 3.354.86.829 1.55 1.279 2.045 1.47.52.202.696.082.737.032.062-.077.123-.323-.087-.796-.198-.444-.602-.996-1.254-1.56-1.488-1.29-2.873-2.09-4.065-2.5Zm3.313-3.611c.493 1.087 1.373 2.311 2.74 3.515.758.667 1.324 1.012 1.706 1.144.19.067.308.07.368.059.046-.009.054-.023.061-.035.014-.027.035-.096.019-.232a1.763 1.763 0 0 0-.156-.502c-.182-.4-.518-.888-1.016-1.386-1.314-1.314-2.598-2.137-3.722-2.563Z" clip-rule="evenodd"/> <path fill="#000" fill-rule="evenodd" d="M56.373 72.604c0-.177.144-.321.322-.321h90.771a.321.321 0 0 1 0 .642H56.694a.321.321 0 0 1-.32-.321Z" clip-rule="evenodd"/> <path fill="#FCCFCF" d="M154.973 22.54c.795-.565 1.611-.993 2.57-1.103 1.311-.15 2.436.243 3.389 1.14a4.963 4.963 0 0 1 1.479 2.542c.064.273.171.384.446.335 1.899-.34 3.408 1.476 3.708 2.837.152.691.259 1.388.134 2.11-.053.309-.178.345-.431.34-.624-.015-1.248 0-1.873 0-7.937 0-15.874.003-23.81.01-.413 0-.544-.14-.637-.519-.726-2.933 1.07-5.368 4.037-5.394.482 0 .519-.128.457-.566-.407-2.904 1.388-5.435 4.235-6.007a5.274 5.274 0 0 1 3.941.79 5.443 5.443 0 0 1 2.291 3.358c.019.044.04.086.064.127Z"/> <path fill="#F22F46" d="M33.5 21a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/> <path fill="#F47C22" d="M154.187 45.585a2.5 2.5 0 1 0 2.425-4.373 2.5 2.5 0 0 0-2.425 4.373Z"/> <path fill="#66B3FF" d="M144.312 60.351a1.5 1.5 0 1 0 1.455-2.623 1.5 1.5 0 0 0-1.455 2.623Z"/> <path fill="#06033A" d="m131.433 17.988-2.862-2.867a.41.41 0 0 0-.292-.121.41.41 0 0 0-.292.12l-2.866 2.863a.413.413 0 0 0 0 .583l2.862 2.867a.407.407 0 0 0 .291.12h.001a.416.416 0 0 0 .292-.12l2.866-2.863a.414.414 0 0 0 0-.582Zm-3.158 2.57-2.279-2.283 2.282-2.28 2.28 2.283-2.283 2.28Z"/> <defs> <clipPath id="twilio-for-marketers-use-case-upsell-expansion__a"> <path fill="#fff" d="M0 0h23.813v17.183H0z" transform="matrix(-1 0 0 1 83.731 18.335)"/> </clipPath> <clipPath id="twilio-for-marketers-use-case-upsell-expansion__b"> <path fill="#fff" d="M0 0h27.205v27.973H0z" transform="translate(52.636 35.091)"/> </clipPath> <clipPath id="twilio-for-marketers-use-case-upsell-expansion__c"> <path fill="#fff" d="M0 0h14.327v11.353H0z" transform="matrix(-1 0 0 1 69.86 8)"/> </clipPath> <clipPath id="twilio-for-marketers-use-case-upsell-expansion__d"> <path fill="#fff" d="M0 0h5.822v5.613H0z" transform="rotate(90 29.823 59.511)"/> </clipPath> <clipPath id="twilio-for-marketers-use-case-upsell-expansion__e"> <path fill="#fff" d="M0 0h11.275v4.62H0z" transform="translate(71.037 63.044)"/> </clipPath> </defs> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Upsell expansion</h4> <div class="card-description copy-small"> <p>Drive customers towards other purchases within the same brand with personalized, relevant offers.</p> </div> </div> </div> </div> </div> <div id="" class="grid-container three-columns default medium-gap equal-heights" style=""> <div class="grid-container-column"> <!-- Card icon option --> <div class="card-icon vertical center"> <div class="card-icon__overlay" target="_self"></div> <header class="card-icon-header vertical center"> <div class="svg-icon "> <span class="twilio-for-marketers_use-case_customer-loyalty-programs circle medium circle"> <svg xmlns="http://www.w3.org/2000/svg" width="190" height="80" fill="none" viewBox="0 0 190 80"> <path fill="#CCE4FF" fill-rule="evenodd" d="M76.956 16.582h-42.91c-.146-.845.053-1.898.615-2.883.98-1.716 2.693-2.572 3.825-1.912.533.312.842.904.918 1.623.211-.513.46-1.025.749-1.53 2.423-4.243 6.655-6.359 9.453-4.726 1.17.684 1.904 1.915 2.185 3.427.359-.996.817-1.994 1.376-2.973 3.493-6.117 9.595-9.167 13.63-6.813 2.556 1.493 3.668 4.798 3.25 8.576 1.958-1.746 4.287-2.368 5.997-1.37 2.284 1.333 2.644 5.08.912 8.58" clip-rule="evenodd"/> <rect width="93.85" height="56.361" x="48.117" y="12.323" fill="#FEECEC" rx="7.823"/> <path fill="#F22F46" d="M48.117 21.709h93.85v10.486h-93.85z"/> <rect width="38.24" height="3.151" x="95.836" y="43.781" fill="#D61F1F" rx="1.575"/> <rect width="21.928" height="3.151" x="112.407" y="50.24" fill="#F58A8A" rx="1.575"/> <rect width="33.142" height="3.151" x="100.932" y="56.385" fill="#F58A8A" rx="1.575"/> <rect width="25.718" height="26.253" x="39.503" y="53.747" fill="#001489" rx="1.886"/> <rect width="28.056" height="9.334" fill="#043CB5" rx="1.886" transform="matrix(1 0 0 -1 38.334 59.581)"/> <path fill="#66B3FF" fill-rule="evenodd" d="m62.955 46.549 4.04-4.033 3.637 1.479 7.407 7.393-6.195 6.184-7.407-7.394-1.482-3.63Zm3.57-.336a.665.665 0 0 0 0-.941.667.667 0 0 0-.944 0 .665.665 0 0 0 0 .94c.26.26.683.26.943 0Z" clip-rule="evenodd"/> <path stroke="#1F304C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.226" d="M66.359 46.048c-.934-1.305-3.548-2.779-6.909-1.864-2.134.581-5.228 2.236-5.788 5.218.374 1.118 5.042 1.864 5.042 1.864s4.667.56 6.161-2.795"/> <path fill="#66B3FF" fill-rule="evenodd" d="m62.955 46.549 15.085 4.84-6.196 6.183-7.407-7.394-1.482-3.629Z" clip-rule="evenodd"/> <path fill="#fff" d="M70.17 50.755c-.678-.676-1.45-.636-1.967-.12-.517.516-.557 1.297.12 1.973.678.676 1.46.636 1.977.12.511-.51.546-1.297-.13-1.973Zm2.046 3.134-.577-2.939-.547-2.979-.592.38.587 2.95.542 2.964.587-.376Zm-2.609-2.573c.377.375.487.716.241.961-.24.24-.592.14-.963-.23-.381-.38-.487-.726-.24-.971.24-.24.586-.136.962.24Zm4.786-1.682c-.677-.676-1.455-.641-1.977-.12-.511.51-.546 1.296.13 1.972.678.676 1.45.636 1.967.12.517-.515.557-1.296-.12-1.972Zm-.557.555c.381.38.492.731.24.982-.235.235-.591.13-.967-.246-.376-.375-.487-.715-.241-.96.246-.246.597-.146.968.224Z" opacity=".4"/> <path fill="#0263E0" d="M48.855 59.581h7.014v-9.334h-7.014zm0 20.419h7.014V59.581h-7.014zM43.01 46.163c1.598-3.645 9.352 4.084 9.352 4.084H43.01s-.64-2.623 0-4.084Zm18.704 0c-1.598-3.645-9.352 4.084-9.352 4.084h9.352s.64-2.623 0-4.084Z"/> <rect width="3.507" height="3.5" x="50.609" y="47.913" fill="#0263E0" rx="1.75"/> <path fill="#CCE4FF" d="M142.445 68.547c.847-.632 1.717-1.111 2.739-1.234 1.397-.168 2.596.272 3.612 1.277a5.628 5.628 0 0 1 1.576 2.846c.068.305.182.429.475.374 2.023-.38 3.632 1.653 3.951 3.177.163.774.277 1.554.144 2.363-.058.345-.191.385-.46.38-.665-.017-1.33 0-1.996 0-8.458 0-16.916.003-25.374.011-.44 0-.578-.157-.678-.58-.773-3.285 1.14-6.01 4.302-6.04.514 0 .553-.143.488-.633-.435-3.253 1.478-6.086 4.512-6.727a5.401 5.401 0 0 1 4.2.885c1.24.867 2.115 2.215 2.442 3.76.019.049.042.096.067.141Z"/> </svg> </span> </div> </header> <div class="card-icon-details"> <h4 class="card-title title-extra-small "> Customer loyalty programs</h4> <div class="card-description copy-small"> <p>Learn from historical customer conversions and reward those behaviors with loyalty campaigns like exclusive access, sneak previews, status rewards, and more.</p> </div> </div> </div> </div> </div> </div> </section> <section class="section-wrapper default" id=""> <div class="section-content "> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div data-uuid="-1215405579" class="divider"> <p>Get started</p> <hr/> </div> </div> </div> <div id="" class="grid-container tiny medium-gap" style=""> <div class="grid-container-column"> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <h2 style=" text-align: center; max-width: 480.0px; margin-left: auto; margin-right: auto; ">Launch your next marketing campaign with Twilio</h2> </div> <div data-uuid="562686550" class="button-container horizontal large center"> <a class="button button-primary right" href="https://www.twilio.com/try-twilio" target="_self" data-uuid="9589615d-cc1c-30a8-9bb7-fb6f32d322e3" aria-label="Start for free"> <span class="button-text"> Start for free </span> </a> <a class="button button-secondary right" href="/en-us/help/sales" target="_self" data-uuid="62bf10a1-831a-390f-ae7f-841060b0701d" aria-label="Contact sales"> <span class="button-text"> Contact sales </span> </a> </div> </div> </div> </div> </section> <section class="section-wrapper bg-color-paper default" id=""> <div class="section-content "> <div id="" class="grid-container default medium-gap" style=""> <div class="grid-container-column"> <div class="xfpage page basicpage"> <section id="" class="grid-container offset-40-60 default with-border medium-gap bg-color-white center" style=""> <div class="grid-container-column"> <button type="button" class="media video" data-video-source="https://youtu.be/ggXyvd86ylQ"> <div class="media-image "> <span class="play-icon"></span> <img src="/content/dam/twilio-com/global/en/products/messaging/twilio-messaging-engagement-suite-panel/Image%20Placeholder.png/_jcr_content/renditions/compressed-original.webp" alt="Screenshot from the video" title="Twilio Messaging Engagement Suite Video Image" loading="lazy"/> </div> <div class="media-image--mobile "> <span class="play-icon"></span> <img src="/content/dam/twilio-com/global/en/products/messaging/twilio-messaging-engagement-suite-panel/Image%20Placeholder.png/_jcr_content/renditions/compressed-original.webp" loading="lazy"/> </div> </button> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"VideoObject","name":"Twilio Messaging Engagement Suite","description":"Take our interactive demo: Engagement Suite from Twilio Messaging for SMS, MMS, and WhatsApp. \n\nLearn more:\nhttps://twilio.coastdemo.com/share/660dcc6490f438e15caeb78e","thumbnailUrl":["https://i.ytimg.com/vi/ggXyvd86ylQ/default.jpg","https://i.ytimg.com/vi/ggXyvd86ylQ/mqdefault.jpg","https://i.ytimg.com/vi/ggXyvd86ylQ/hqdefault.jpg","https://i.ytimg.com/vi/ggXyvd86ylQ/sddefault.jpg","https://i.ytimg.com/vi/ggXyvd86ylQ/maxresdefault.jpg"],"uploadDate":"2024-06-27T17:56:33Z","duration":"PT41S","contentUrl":"https://www.youtube.com/watch?v=ggXyvd86ylQ","embedUrl":"https://www.youtube.com/embed/ggXyvd86ylQ","interactionStatistic":{"type":"InteractionCounter","interactionType":{"@type":"WatchAction"},"userInteractionCount":3788}} </script> </div> <div class="grid-container-column"> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p><span class="copy-small"><span class="badge medium red" style=" color: white; ">New</span></span></p> <h2>Introducing Twilio Messaging Engagement Suite</h2> <p><span class="copy-medium">Get simpler development, quicker time to market, and higher deliverability rates.* See how Message Scheduling, Link Shortening with Click Tracking, advanced data, and real-time dashboards can benefit your business. </span></p> </div> <div data-uuid="-586752833" class="button-container horizontal medium left"> <a class="button button-primary right" href="https://twilio.coastdemo.com/share/660dcc6490f438e15caeb78e" target="_self" data-uuid="daae2900-5415-32a9-b630-37781fee2503" aria-label="View demo"> <span class="button-text"> View demo </span> </a> </div> </div> </section> <section id="" class="grid-container slim medium-gap" style=""> <div class="grid-container-column"> <div class="richtext " data-ext-icon="&lt;svg viewBox=&#34;0 0 79 79&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon--decorative&#34; role=&#34;presentation&#34;> &lt;title>An icon of a outbound link arrow&lt;/title> &lt;path class=&#34;icon-stroke&#34; d=&#34;M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351&#34; stroke=&#34;#F22F46&#34; stroke-width=&#34;5.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/> &lt;/svg> "> <p> </p> <p><span class="copy-small">* In an evaluation of more than 63M messages sent through Twilio with shortened hyperlinks, messages with shortened hyperlinks by 3rd party Link Shorteners were filtered at 1.96% or 28x the rate of Twilio which was filtered at a rate of 0.07%</span></p> </div> </div> </section> </div> </div> </div> </div> </section> </main> <footer class="experiencefragment global-footer"> <div class="xfpage page basicpage"> <div class="footer bg-color-footer-blue" data-uuid="1479458978"> <h2 class="footer-title">We can&#39;t wait to see what you build.</h2> <div class="grid-container four-columns footer-four-columns"> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Products</h3> <ul class="column-list" role="list"> <li> <a href="/en-us/engage" target="_self" data-uuid="c02ed0c4-5e2f-33e8-8325-883852001850">Twilio Engage</a> </li> <li> <a href="/en-us/flex" target="_self" data-uuid="9166bfad-df99-36ef-be3b-67fbf3cd2580">Flex</a> </li> <li> <a href="/en-us/user-authentication-identity" target="_self" data-uuid="5008e6ab-e48a-3a78-9062-e0c25ba11d82">User Authentication &amp; Identity</a> </li> <li> <a href="/en-us/user-authentication-identity/lookup" target="_self" data-uuid="a138ee74-4ac8-3afa-81bb-c6006970f67d">Lookup</a> </li> <li> <a href="/en-us/user-authentication-identity/verify" target="_self" data-uuid="fcce1d7b-71ca-3ec7-a741-19e242544f0b">Verify</a> </li> <li> <a href="/en-us/voice" target="_self" data-uuid="6281d439-e098-3c55-8502-68f813c8d6ef">Voice </a> </li> <li> <a href="/en-us/video" target="_self" data-uuid="65ca1446-13b7-3b42-8d37-fa4c5e1b0cf9">Video</a> </li> <li> <a href="/en-us/messaging" target="_self" data-uuid="764bd06f-5b86-338b-b968-d2da3ea461cf">Messaging</a> </li> <li> <a href="/en-us/products/beta" target="_self" data-uuid="e5d0d93e-1048-3f43-a1d3-6e1e0bc29674">Beta products and features</a> </li> <li> <a href="/en-us/products#all-products" target="_self" data-uuid="bab082cf-9f72-3b30-b6ab-2f78a0a924cf">All products</a> </li> </ul> </div> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Solutions</h3> <ul class="column-list" role="list"> <li> <a href="/en-us/customer-data-platform" target="_self" data-uuid="f520079d-ac27-3132-b2d1-92b588632411">Customer Data Platform</a> </li> <li> <a href="/en-us/solutions/text-marketing" target="_self" data-uuid="522a431f-209a-3ec5-b5e5-b9f9b7d07c91">SMS Marketing</a> </li> <li> <a href="https://www.twilio.com/docs/proxy" target="_self" data-uuid="beee893c-9802-3f36-b726-ad84bfd5161d">Commerce Communications</a> </li> <li> <a href="/en-us/flex" target="_self" data-uuid="8a743038-3183-30e7-933a-5aeafe10fed0">Contact Center</a> </li> <li> <a href="/content/twilio-com/global/en-us/products?tab=2.html#all-solutions" target="_self" data-uuid="e35c3698-b086-31a9-8285-08cb1a7df1dc">All solutions</a> </li> </ul> </div> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Docs</h3> <ul class="column-list" role="list"> <li> <a href="https://www.twilio.com/docs#communications" target="_self" data-uuid="52bc527b-fb07-3606-9b28-5f1366e0ab35">Communications</a> </li> <li> <a href="https://www.twilio.com/docs#customer-data" target="_self" data-uuid="ad98a38b-2bbc-38fa-ad8c-93c246429cce">Customer Data</a> </li> <li> <a href="https://www.twilio.com/docs#engagement-applications" target="_self" data-uuid="8e31120e-a1d4-31cd-9c04-7cdb08adbd8e">Engagement Applications</a> </li> <li> <a href="https://www.twilio.com/docs#twilio-essentials" target="_self" data-uuid="787ee5df-0b36-355e-ad32-462b2978ebd3">Twilio Essentials</a> </li> <li> <a href="https://www.twilio.com/docs/libraries" target="_self" data-uuid="486e5dd5-a1b5-3ed0-8cfb-f0eb7782d0fa">Helper Libraries</a> </li> <li> <a href="https://www.twilio.com/docs#developer-toolkit" target="_self" data-uuid="eb59aebd-2205-3eb8-8e9c-e39d44b18e63">Developer Resources</a> </li> <li> <a href="https://www.twilio.com/docs" target="_self" data-uuid="1f96a301-307e-39a0-946a-3410f5de0f46">All Docs</a> </li> </ul> </div> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Company</h3> <ul class="column-list" role="list"> <li> <a href="/en-us/company" target="_self" data-uuid="6b1d16f2-1f2c-36d6-8645-01e7fcf55ba1">About Twilio</a> </li> <li> <a href="/en-us/why-twilio" target="_self" data-uuid="d8013c8b-3981-3630-a954-fc82a9d2de0d">Why Twilio</a> </li> <li> <a href="/en-us/customer-engagement-platform" target="_self" data-uuid="f3c280b0-64a5-325f-826d-04384a3be13f">Customer Engagement Platform</a> </li> <li> <a href="/en-us/trust" target="_self" data-uuid="6d9105d9-4e26-3d80-9771-19eead2418fd">Trusted Communications</a> </li> <li> <a href="https://customers.twilio.com/en-us" target="_self" data-uuid="c0a28646-a990-34d5-b2e7-35c38b0e4ad5">Customers</a> </li> <li> <a href="https://support.twilio.com/hc/en-us?_ga=2.14534711.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="b7f3c047-f3f4-33c3-98f3-b02375c224d6">Get Help</a> </li> <li> <a href="/en-us/help/sales" target="_self" data-uuid="0a65c396-e36e-311c-b01b-9da69b9e917d">Contact Sales</a> </li> <li> <a href="/en-us/press" target="_self" data-uuid="90729e7e-0cb3-3343-9e65-d5f4e59a51a8">Press &amp; Media</a> </li> <li> <a href="/en-us/public-policy/blog" target="_self" data-uuid="3733d276-a0da-38fb-9ead-a672c1e8f9c4">Public Policy</a> </li> <li> <a href="https://investors.twilio.com/overview/default.aspx?_ga=2.87002776.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="ac959d3a-4767-365f-be24-3e5cee414dfe">Investor Relations</a> </li> <li> <a href="/en-us/events" target="_self" data-uuid="33b9f8ca-b939-3c2e-aa42-bd56242bb2bd">Events</a> </li> <li> <a href="/en-us/company/jobs" target="_self" data-uuid="49f9ee9e-ca54-3335-aad1-2a713325f645">Jobs at Twilio</a> </li> </ul> </div> </div> <div class="footer-bottom"> <div class="social-share"> <span class="m-share-label"></span> <ul> <li> <a href="https://www.facebook.com/TeamTwilio" target="_blank" class="m-share-button share-facebook js-share-facebook"> <span class="name"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Facebook logo</title> <g class="social_facebook-alt"> <path d="M41.667 24.667v-6.8c0-2.947.68-4.534 5.44-4.534H53V2h-9.067C32.6 2 28.067 9.48 28.067 17.867v6.8H19V36h9.067v34h13.6V36h9.973L53 24.667H41.667Z" class="path-fill fill-path"/> </g> </svg> </span> </a> </li> <li> <a href="https://x.com/twilio" target="_blank" class="m-share-button js-share-twitter"> <span class="name"> <svg class="icon--social" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <title>Twitter Logo</title> <desc>Follow us on Twitter</desc> <path class="path-fill" fill-rule="evenodd" clip-rule="evenodd" d="M45.8103 0.538939C46.0027 0.718527 46.1579 0.93438 46.267 1.17416C46.3762 1.41394 46.4372 1.67294 46.4464 1.93636C46.4557 2.19978 46.4132 2.46245 46.3212 2.70937C46.2292 2.95628 46.0896 3.18259 45.9103 3.37535L29.6373 20.8773L47.5984 44.7882C47.8218 45.0861 47.9579 45.4405 47.9917 45.8116C48.0254 46.1828 47.9554 46.5561 47.7895 46.8895C47.6235 47.223 47.3682 47.5035 47.0522 47.6996C46.7362 47.8957 46.3719 47.9996 46.0003 47.9997H35.0437C34.7338 47.9999 34.4282 47.9279 34.1509 47.7893C33.8735 47.6508 33.6321 47.4495 33.4456 47.2014L20.8048 30.3775L5.01581 47.3618C4.83668 47.5545 4.62145 47.71 4.38243 47.8192C4.1434 47.9285 3.88526 47.9895 3.62273 47.9987C3.3602 48.0079 3.09843 47.9652 2.85237 47.873C2.60631 47.7807 2.38077 47.6408 2.18864 47.4611C1.9965 47.2815 1.84153 47.0656 1.73257 46.8259C1.62361 46.5862 1.5628 46.3273 1.55361 46.064C1.54441 45.8007 1.58702 45.5382 1.67899 45.2914C1.77096 45.0446 1.9105 44.8184 2.08963 44.6257L18.3626 27.1238L0.401529 3.21287C0.178289 2.91513 0.0421298 2.56092 0.00830905 2.18994C-0.0255117 1.81896 0.044342 1.44586 0.210043 1.11245C0.375744 0.77904 0.630745 0.498494 0.946472 0.302248C1.2622 0.106002 1.62618 0.00180897 1.99763 0.00134389H12.9563C13.2658 0.0014979 13.571 0.0736829 13.848 0.212219C14.125 0.350754 14.3661 0.551861 14.5524 0.799712L27.1932 17.6236L42.9801 0.639236C43.1592 0.446298 43.3744 0.290646 43.6135 0.181176C43.8526 0.0717072 44.1108 0.0105677 44.3735 0.00125299C44.6362 -0.00806174 44.8981 0.0346309 45.1443 0.12689C45.3905 0.21915 45.6161 0.359167 45.8083 0.538939H45.8103ZM25.5091 22.0508C25.4527 21.9853 25.4006 21.9163 25.3531 21.8441L11.9582 4.01124H6.00787L36.0397 43.9898H41.9901L25.5091 22.0508Z" fill="#F22F46"/> </svg> </span> </a> </li> <li> <a href="https://www.linkedin.com/company/twilio-inc-" target="_blank" class="m-share-button js-share-linkedin"> <span class="name"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>LinkedIn logo</title> <g class="social_linkedin-alt"> <path d="M17.436 68.5V24.645H2.86V68.5h14.576ZM10.15 18.653c5.083 0 8.247-3.367 8.247-7.575-.095-4.304-3.164-7.578-8.15-7.578C5.26 3.5 2 6.774 2 11.078c0 4.208 3.163 7.575 8.055 7.575h.095ZM25.505 68.5H40.08V44.009c0-1.31.095-2.62.48-3.557 1.053-2.619 3.452-5.331 7.479-5.331 5.274 0 7.384 4.021 7.384 9.917V68.5H70V43.352c0-13.47-7.191-19.738-16.782-19.738-7.863 0-11.316 4.396-13.234 7.39h.097v-6.361H25.505c.191 4.115 0 43.855 0 43.855Z" class="path-fill fill-path"/> </g> </svg> </span> </a> </li> <li> <a href="https://www.youtube.com/@twilio" target="_blank" class="m-share-button"> <span class="name"> <svg viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon--decorative" role="presentation"> <title>Youtube Logo</title> <g class="social_youtube"> <path d="M69.54 18.7C68.74 15.67 66.36 13.28 63.35 12.47C57.89 11 36 11 36 11C36 11 14.11 11 8.65 12.47C5.64 13.28 3.27 15.67 2.46 18.7C1 24.2 1 35.66 1 35.66C1 35.66 1 47.12 2.46 52.62C3.27 55.65 5.64 58.04 8.65 58.85C14.11 60.32 36 60.32 36 60.32C36 60.32 57.89 60.32 63.35 58.85C66.36 58.04 68.73 55.65 69.54 52.62C71 47.13 71 35.66 71 35.66C71 35.66 71 24.2 69.54 18.7ZM28.84 46.07V25.25L47.14 35.66L28.84 46.07Z" fill="black"/> </g> </svg> </span> </a> </li> </ul> </div> <ul class="footer-links" role="list"> <li> <a href="https://www.twilio.com/en-us/legal/tos" target="_self" data-uuid="9729a7d1-cc0b-3ebd-a189-076119e4ab98">Legal</a> </li> <li> <a href="https://www.twilio.com/en-us/legal/privacy" target="_self" data-uuid="8e8dfd08-798f-3880-b221-d1d60eb365d6">Privacy (Updated)</a> </li> <li> <a href="https://www.twilio.org/" target="_self" data-uuid="c371b7c0-5186-3614-abbc-36bd528ce3aa">Twilio.org</a> </li> <li> <a href="/en-us/press" target="_self" data-uuid="d10a25cc-ba5e-3709-aad3-0bdb34ad33e1">Press &amp; Media</a> </li> <li> <a href="https://signal.twilio.com/?_ga=2.112150148.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="1768b82a-ab84-3a05-9e5d-fa4e76e6d898">Signal</a> </li> <li> <a href="https://investors.twilio.com/overview/default.aspx?_ga=2.112150148.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="7a29f24c-8376-3364-9878-ed412e473c6a">Investors</a> </li> <li> <a href="https://www.twilio.com/en-us/company/jobs" target="_self" data-uuid="9d3679ea-999c-3123-b166-a17769fcdcf6">Jobs</a> </li> </ul> <p class="footer-disclaimer"> <span>Copyright © 2024 Twilio Inc.</span> <span>All Rights Reserved.</span> </p> </div> </div> </div> </footer> <script src="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/jquery.lc-f9e8e8c279baf6a1a278042afe4f395a-lc.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/utils.lc-899004cc02c33efc1f6694b1aee587fd-lc.min.js"></script> <script src="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-site.lc-4bf5653a16031625f5469829ca6ea054-lc.min.js"></script> <script src="/etc.clientlibs/twilio-com/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js"></script> <script src="/etc.clientlibs/twilio-com/clientlibs/clientlib-site.lc-987cb92bb92261932ddaddd4539f6360-lc.min.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10