CINXE.COM

Uma nova abordagem para o envolvimento do cliente

<!DOCTYPE html> <html lang="pt"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.freshworks.com/pt/","20211019125516","https://web.archive.org/","web","/_static/", "1634648116"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script src="//web.archive.org/web/20211019125516js_/https://cdn.freshmarketer.com/61608/70421.js"></script> <script> (function() { var hostName = window.location.host; if(!((hostName.indexOf('content-') >= 0) || (hostName.indexOf('pre-production') >= 0) || (hostName.indexOf('localhost') >= 0))) { document.write('<script src="https:\/\/web.archive.org\/web\/20211019125516\/https:\/\/cdn-ukwest.onetrust.com\/scripttemplates\/otSDKStub.js" data-document-language="true" type="text\/javascript" charset="UTF-8" data-domain-script="2a76c653-4097-454f-9172-b4ab95061efd"><\/script>'); } })(); </script> <script type="text/javascript"> function OptanonWrapper() { OneTrust.InsertScript('/static-assets/js/websiteAnalytics.js', 'head', null, null, 'C0001'); OneTrust.InsertScript('/static-assets/js/sanitizeCookies.js', 'head', null, null, 'C0001'); if (window.sanitize) window.sanitize(); } </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Uma nova abordagem para o envolvimento do cliente</title> <meta name="description" content="Um pacote de produtos repleto de recursos, para empresas de todos os tamanhos. Um software na nuvem inovador, que as suas equipas vão adorar. Suporte | Vendas | ITSM | PBX na nuvem"> <meta name="keywords" content="best Cloud business software suite, Cloud saas Software, help desk software, service desk software, itsm software, crm software, sales CRM software,cloud pbx solution, Freshdesk, freshcaller, freshsales, freshservice"> <link rel="icon" size="16x16" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="96x96" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="32x32" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="192x192" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="16x16" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="96x96" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="32x32" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="192x192" type="image/png" href="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="on" http-equiv="cleartype"/> <meta property="og:url" content="www.freshworks.com/pt/"> <meta property="og:type" content="website"/> <meta property="og:title" content="Uma nova abordagem para o envolvimento do cliente"> <meta property="og:description" content="Um pacote de produtos repleto de recursos, para empresas de todos os tamanhos. Um software na nuvem inovador, que as suas equipas vão adorar. Suporte | Vendas | ITSM | PBX na nuvem"> <link rel="canonical" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/pt/"> <meta property="og:image" content="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjwkf54sf005pn9g0vf6vj4mq-og-image-b.full.jpg"/> <meta name="og:image" content="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjwkf54sf005pn9g0vf6vj4mq-og-image-b.full.jpg"/> <meta name="twitter:title" content="Uma nova abordagem para o envolvimento do cliente"/> <meta name="twitter:description" content="Um pacote de produtos repleto de recursos, para empresas de todos os tamanhos. Um software na nuvem inovador, que as suas equipas vão adorar. Suporte | Vendas | ITSM | PBX na nuvem"/> <meta property="twitter:image" content="https://website-assets-fw.freshworks.com/attachments/cjwkf54sf005pn9g0vf6vj4mq-og-image-b.full.jpg"/> <meta content="true" name="HandheldFriendly"/> <meta content="320" name="MobileOptimized"/> <meta content="yes" name="apple-mobile-web-app-capable"/> <meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/> <meta content="telephone=no" name="format-detection"/> <meta content="address=no" name="format-detection"/> <script> try { // url sanitize -- update current search after removing vulnerable params in the url var currentSearch = (function sanitizeQueryParams (queryString) { if (!queryString) return ''; var decoded; try { // handle malformed URL with lone '%' char decoded = decodeURIComponent(queryString); } catch (e) { decoded = queryString.replace(/%/g, '') } if (decoded.indexOf('%') > -1) { return sanitizeQueryParams(decoded); } var queryParams = decoded.slice(1).split('&').map(function (param) { var pair = param.replace(/[<>()]/g, '').split('='); // handle broken query param before encoding if(pair.length < 2) return pair; return pair[0] + '=' + encodeURIComponent(pair[1]); }).join('&'); return queryParams; })(window.location.search); if (currentSearch) { var queryParams = currentSearch.split('&'); var blackListedQueryParams = /(first_name|first-name|last-name|last_name|email|company|domain-|phone).*/gi var cleanQueryParams = '?' queryParams.forEach(function(query) { // Handling emails if (query.indexOf('@') !== -1 ) { return; }; // Handle cases that match regex var queryLeft = query.trim().split('=')[0] if (blackListedQueryParams.test(queryLeft)) return; cleanQueryParams += `${query}&` }); // Remove any trailing & cleanQueryParams = cleanQueryParams.replace(/&$/, ''); // Change the params if there is a mismatch if (window.location.search !== cleanQueryParams) { window.history.replaceState(null, null, cleanQueryParams); } } } catch (e) { console.log(e); } </script> <script type="text/javascript" defer> window.socTrack = { siteid: "www.freshworks.com", isFormTrackingEnabled: false, isApiModeEnabled: true }; (function(i, s, o, g) { var a = s.createElement(o); a.src = g; var m = s.getElementsByTagName('head')[0]; m.appendChild(a); })(window, document, 'script', (/^http:/.test(document.location) ? 'http' : 'https') + '://cdn-public.sociabble.com/blob/js/leadgen/track.min.js?v=1.7') </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211019125516cs_/https://use.typekit.net/pjk5ugs.css"/> <link href="/web/20211019125516cs_/https://www.freshworks.com/static-assets/css/site.css?220eab956e8dd2a024efdcb2f129e93d" rel="stylesheet"/> <style type="text/css"> /*.apos-ui .apos-field-object { border: 1px solid #d8d8d8; padding: 20px; }*/ </style> <script type="text/plain" class="optanon-category-C0003"> document.cookie = 'cssVersion=220eab956e8dd2a024efdcb2f129e93d; path=/; domain='+window.location.hostname+'; max-age=' + 60*60*24*365; </script> <script type="text/javascript"> window.FW = { cbQueue: [], onLoad: function(){ this.cbQueue.push(arguments) } }; </script> <link rel="alternate" hreflang="x-default" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/"/> <link rel="alternate" hreflang="en-US" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/"/> <link rel="alternate" hreflang="en-AE" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/ae/"/> <link rel="alternate" hreflang="en-ZA" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/za/"/> <link rel="alternate" hreflang="de" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/de/"/> <link rel="alternate" hreflang="nl" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/nl/"/> <link rel="alternate" hreflang="fr" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/fr/"/> <link rel="alternate" hreflang="sv" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/se/"/> <link rel="alternate" hreflang="es-ES" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/es/"/> <link rel="alternate" hreflang="es-MX" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/latam/"/> <link rel="alternate" hreflang="es-CO" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/latam/"/> <link rel="alternate" hreflang="es-AR" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/latam/"/> <link rel="alternate" hreflang="pt-BR" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/br/"/> <link rel="alternate" hreflang="pt-EU" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/pt/"/> <link rel="alternate" hreflang="ja-JP" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/jp/"/> <link rel="alternate" hreflang="ko" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/ko/"/> <link rel="alternate" hreflang="ru" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/ru/"/> <link rel="alternate" hreflang="zh-hans" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/cn/"/> <link rel="alternate" hreflang="th" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/th/"/> <link rel="alternate" hreflang="pl" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/pl/"/> <link rel="alternate" hreflang="zh-hant" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/hk/"/> <link rel="alternate" hreflang="tr" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/tr/"/> </head> <body class=" nav-transparent no-super " data-product-name="fworks" data-lang="pt"> <header> <a target="_blank" class="banner-notification" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/freshworks-rated-top-25-private-cloud-company-to-work-for-during-covid-19/"> <p><span class="tag tag-new">NEW</span> Did you hear? We are among the Top 25 Cloud Companies to Work for during COVID-19. <span class="forward--link link">Read more</span></p> </a> <nav class="nav-scroll nav-opaque-bg "> <div class="nav-primary-wrapper"> <div class="nav-primary l-page"> <div class="nav-logo-wrapper"> <div class="product-logo-wrap"> <a href="/web/20211019125516/https://www.freshworks.com/br/"> <img class="logo logo-fworks " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> </div> <span class="nav-burger"> <span class="nav-burger-icon"></span> </span> </div> <ul class="l-nav-list nav-main-menu"> <li class="nav-main-item card-nav has-sub-menu "> <span class="nav-label">Produtos</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu persona-product-wrapper persona-product-wrapper-v1"> <div class="nav-persona-product-row"> <div class="row"> <div class="col-md-6"> <p class="product_category">Experiência do cliente</p> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="nofollow" href="https://web.archive.org/web/20211019125516/https://freshdesk.com/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" class="nav-sub-label"> <div class="product-list-wrapper left-align"> <img class="logo logo-fdesk product-list-logo-icon small-product-icon" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fdesk-black.svg" alt="Freshdesk"/> <span class="product-list-product-label nav-product-label">Freshdesk</span> </div> <span class="desc product-desc">Uma única plataforma para oferecer o melhor atendimento omnicanal ao cliente.</span> <span class="label">Uma única plataforma para oferecer o melhor atendimento omnicanal ao cliente.</span> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="/web/20211019125516/https://www.freshworks.com/live-chat-software/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" class="nav-sub-label"> <img class="logo logo-fchat " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fchat-black.svg" alt="Freshchat"/> <span class="desc product-desc">Converse com os visitantes do site e utilizadores dos produtos para garantir o sucesso nas vendas e no contato com os clientes.</span> <span class="label">Converse com os visitantes do site e utilizadores dos produtos para garantir o sucesso nas vendas e no contato com os clientes.</span> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="/web/20211019125516/https://www.freshworks.com/freshcaller-cloud-pbx/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" class="nav-sub-label"> <img class="logo logo-fcaller " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fcaller-black.svg" alt="Freshcaller"/> <span class="desc product-desc">Transforme o seu sistema telefónico para um baseado na nuvem. Para empresas de todos os tamanhos em mais de 90 países.</span> <span class="label">Transforme o seu sistema telefónico para um baseado na nuvem. Para empresas de todos os tamanhos em mais de 90 países.</span> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="" class="nav-sub-label"> <img class="logo logo-fsuccess " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fsuccess-black.svg" alt="Freshsuccess"/> <span class="desc product-desc">Evite rotatividade, aumente a expansão da conta e fortaleça sua relação com os clientes</span> <span class="label">Evite rotatividade, aumente a expansão da conta e fortaleça sua relação com os clientes</span> </a> </li> </div> <div class="col-md-6"> <p class="product_category">Vendas e Marketing</p> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="" class="nav-sub-label"> <img class="logo logo-fwcrm " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fwcrm-black.svg" alt="Freshworks CRM"/> <span class="desc product-desc">Alinhe as suas equipas de vendas e marketing para criar experiências superiores com um sistema de CRM completo.</span> <span class="label">Alinhe as suas equipas de vendas e marketing para criar experiências superiores com um sistema de CRM completo.</span> </a> </li> </div> <div class="col-md-6"> <p class="product_category">Gestão de serviços de TI</p> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="nofollow" href="https://web.archive.org/web/20211019125516/https://freshservice.com/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" class="nav-sub-label"> <div class="product-list-wrapper left-align"> <img class="logo logo-fservice product-list-logo-icon small-product-icon" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fservice-black.svg" alt="Freshservice"/> <span class="product-list-product-label nav-product-label">Freshservice</span> </div> <span class="desc product-desc">Agilize os seus serviços de TI e gira as solicitações internas dos seus funcionários.</span> <span class="label">Agilize os seus serviços de TI e gira as solicitações internas dos seus funcionários.</span> </a> </li> </div> <div class="col-md-6"> <p class="product_category">Gestão de RH</p> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="/web/20211019125516/https://www.freshworks.com/applicant-tracking/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" class="nav-sub-label"> <div class="product-list-wrapper left-align"> <img class="logo logo-fteam product-list-logo-icon small-product-icon" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fteam-black.png" alt="Freshteam"/> <span class="product-list-product-label nav-product-label">Freshteam</span> </div> <span class="desc product-desc">Atraia novas inscrições, envolva-se com os candidatos e contrate superestrelas.</span> <span class="label">Atraia novas inscrições, envolva-se com os candidatos e contrate superestrelas.</span> </a> </li> </div> </div> </div> <div class="bottom-pane"> <a rel="" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/products"> <li class="nav-sub-item nav-logo-tagline bottom-pane-link fworks-bg align-center"> <span class="forward--link">Veja todos os produtos</span> </li> </a> </div> </ul> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Empresa</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/pt/company/about" rel=""> <span class="label"> Sobre </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/pt/company/leadership" rel=""> <span class="label"> Liderança </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/pt/company/board" rel=""> <span class="label"> Conselho de administração </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/company/affiliate-partner/" rel=""> <span class="label"> Afiliados </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/pt/company/partners" rel=""> <span class="label"> Partners </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/pt/company/careers" rel=""> <span class="label"> Carreiras </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/newsroom/press-releases/" rel=""> <span class="label"> Imprensa </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211019125516/https://ir.freshworks.com/" rel=""> <span class="label"> Investidores </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/pt/contact" rel=""> <span class="label"> Fale conosco </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Recursos</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/blogs/" rel=""> <span class="label"> Blog </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/academy/" rel=""> <span class="label"> Academy </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/resources/videos/" rel=""> <span class="label"> Vídeos </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/campaigns/freshstart/" rel=""> <span class="label"> Fresh Start (NOVO) </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211019125516/https://www.freshworks.com/customers/" rel="" target="&quot;blank&quot;">Clientes</a> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Suporte</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/support/" rel=""> <span class="label"> Ajuda e suporte </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211019125516/https://www.freshworks.com/onboarding/" rel=""> <span class="label"> Serviços </span> </a> </li> </ul> </li> <li class="language-selector nav-main-item caps-heading-12 has-sub-menu hide-in-mobile"> <span class="selected-fw-flag fw-flag fw-flag-portugal"></span> <i class="icon-arrow-down nav-sub-toggle"></i> <div class="language-selector-card"> <div class="navigation-language-selector"> <div class="row"> <p class="region-label">North America</p><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/"> <span class="fw-flag fw-flag-united-states-of-america"></span><span class="label">English</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Middle East and Africa</p><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/ae/"> <span class="fw-flag fw-flag-central-african-republic"></span><span class="label">English (UAE)</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/za/"> <span class="fw-flag fw-flag-south-africa"></span><span class="label">English (South Africa)</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Europe</p><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/de/"> <span class="fw-flag fw-flag-germany"></span><span class="label">Deutsch</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/nl/"> <span class="fw-flag fw-flag-netherlands"></span><span class="label">Nederlands</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/fr/"> <span class="fw-flag fw-flag-france"></span><span class="label">Français</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/se/"> <span class="fw-flag fw-flag-sweden"></span><span class="label">Svenska</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/es/"> <span class="fw-flag fw-flag-spain"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper active"> <span class="fw-flag fw-flag-portugal"></span><span class="label">Português</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/ru/"> <span class="fw-flag fw-flag-romania"></span><span class="label">Pусский</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/pl/"> <span class="fw-flag fw-flag-poland"></span><span class="label">Polski</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/tr/"> <span class="fw-flag fw-flag-turkey"></span><span class="label">Türkçe</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/no/"> <span class="fw-flag fw-flag-norway"></span><span class="label">Norwegian</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Latin America</p><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/latam/"> <span class="fw-flag fw-flag-mexico"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/br/"> <span class="fw-flag fw-flag-brazil"></span><span class="label">Português</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Asia Pacific</p><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/jp/"> <span class="fw-flag fw-flag-japan"></span><span class="label">日本語</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/ko/"> <span class="fw-flag fw-flag-korea-south"></span><span class="label">한국어</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/cn/"> <span class="fw-flag fw-flag-china"></span><span class="label">简体中文</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/th/"> <span class="fw-flag fw-flag-thailand"></span><span class="label">ภาษาไทย</span> </a><a class="col-md-4 language-wrapper" href="/web/20211019125516/https://www.freshworks.com/hk/"> <span class="fw-flag fw-flag-china"></span><span class="label">繁體中文</span> </a> </div> </div> </div> </li> <li class="nav-main-item caps-heading-12 lang-selector fworks-language-selector hide-in-tablet-and-desktop"> <form id="lang-switch" action=""> <select class="lang-options"> <option value="English" data-link="/"> English </option> <option value="English (UAE)" data-link="/ae/"> English (UAE) </option> <option value="English (South Africa)" data-link="/za/"> English (South Africa) </option> <option value="Deutsch" data-link="/de/"> Deutsch </option> <option value="Nederlands" data-link="/nl/"> Nederlands </option> <option value="Français" data-link="/fr/"> Français </option> <option value="Svenska" data-link="/se/"> Svenska </option> <option value="Español" data-link="/es/"> Español </option> <option value="Español" data-link="/latam/"> Español </option> <option value="Português" data-link="/br/"> Português </option> <option value="日本語" data-link="/jp/"> 日本語 </option> <option value="한국어" data-link="/ko/"> 한국어 </option> <option value="Pусский" data-link="/ru/"> Pусский </option> <option value="简体中文" data-link="/cn/"> 简体中文 </option> <option value="ภาษาไทย" data-link="/th/"> ภาษาไทย </option> <option value="Polski" data-link="/pl/"> Polski </option> <option value="繁體中文" data-link="/hk/"> 繁體中文 </option> <option value="Türkçe" data-link="/tr/"> Türkçe </option> <option value="Norwegian" data-link="/no"> Norwegian </option> </select> </form> <span class="nav-label lang-choice" data-lang="">Português</span> <i class="icon-arrow-down"></i> </li> </ul> </div> </div> </nav> <script type="text/javascript"> // Activate the navigation elements FW.onLoad(function () { FW.navigation.navLoader(); }); </script> </header> <div class="modal geo-modal" id="geo-modal" tabindex="-1" role="dialog" aria-labelledby="geo-modal" data-native=""> <div class="modal-dialog modal-md" role="document"> <div class="modal-content"> <div> <div class="modal-close geo-pop-close" data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md"> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { var geoPopupStatus = localStorage.getItem('geoPopupStatus'); if (geoPopupStatus) { geoPopupStatus = JSON.parse(geoPopupStatus); if (geoPopupStatus[0].modalShowed) { return; } } FW.$.ajax({ url: 'https://web.archive.org/web/20211019125516/https://alfred.freshworks.com/v1/get-geo-popup-data', method: 'POST', dataType: 'json', contentType: 'application/json', success: (response, textStatus, jqXHR) => { var geoPopupCountries = { 'default-draft' : { 'countryCodes': ['US'], 'urlLocaleCode': '/', 'languageName': 'English' }, 'en-us' : { 'countryCodes': ['US'], 'urlLocaleCode': '/', 'languageName': 'English' }, 'en-eu' : { 'countryCodes': ['EU'], 'urlLocaleCode': '/eu/', 'languageName': 'English' }, 'en-ae' : { 'countryCodes': ['AE'], 'urlLocaleCode': '/ae/', 'languageName': 'English' }, 'en-za' : { 'countryCodes': ['ZA'], 'urlLocaleCode': '/za/', 'languageName': 'English' }, 'de-de' : { 'countryCodes': ['DE'], 'urlLocaleCode': '/de/', 'languageName': 'Deutsch' }, 'nl': { 'countryCodes': ['NL'], 'urlLocaleCode': '/nl/', 'languageName': 'Nederlands' }, 'fr': { 'countryCodes': ['FR'], 'urlLocaleCode': '/fr/', 'languageName': 'Français' }, 'se': { 'countryCodes': ['SE'], 'urlLocaleCode': '/se/', 'languageName': 'Svenska' }, 'es': { 'countryCodes': ['ES'], 'urlLocaleCode': '/es/', 'languageName': 'Español' }, 'ru': { 'countryCodes': ['RU'], 'urlLocaleCode': '/ru/', 'languageName': 'Pусский' }, 'it': { 'countryCodes': ['IT'], 'urlLocaleCode': '/it/', 'languageName': 'Italiano' }, 'pl': { 'countryCodes': ['PL'], 'urlLocaleCode': '/pl/', 'languageName': 'Polski' }, 'tr': { 'countryCodes': ['TR,'], 'urlLocaleCode': '/tr/', 'languageName': 'Türkçe' }, 'es-latam': { 'countryCodes': ['ES'], 'urlLocaleCode': '/latam/', 'languageName': 'Español' }, 'pt-br': { 'countryCodes': ['BR'], 'urlLocaleCode': '/br/', 'languageName': 'Português' }, 'jp': { 'countryCodes': ['JP'], 'urlLocaleCode': '/jp/', 'languageName': '日本語' }, 'ko': { 'countryCodes': ['KP', 'KR'], 'urlLocaleCode': '/ko/', 'languageName': '한국어' }, 'cn': { 'countryCodes': ['CN'], 'urlLocaleCode': '/cn/', 'languageName': '简体中文' }, 'th': { 'countryCodes': ['TH'], 'urlLocaleCode': '/th/', 'languageName': 'ภาษาไทย' }, 'vi': { 'countryCodes': ['VI'], 'urlLocaleCode': '/vi/', 'languageName': 'Tiếng Việt' }, 'hk': { 'countryCodes': ['HK'], 'urlLocaleCode': '/hk/', 'languageName': '繁體中文' } }; var localization = null; try { localization = JSON.parse("[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"); } catch(e) {} FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { var pageLocale = 'pt' || null; if(pageLocale && geoPopupCountries[pageLocale]) { var countryCodes = geoPopupCountries[pageLocale].countryCodes if (!(countryCodes.includes(simpleGeoLocation.countryCode))) { FW.$.each( geoPopupCountries, function( key, value ) { if(value.countryCodes.includes(simpleGeoLocation.countryCode)) { var linkWrapper = FW.$('.geo-popup-link-wrapper').find(`[data-lang="${key}"]`); if (linkWrapper.length > 0 ) { var geoPopupObj = response.geoPopupArray.find(x => x.geo_popup_locale === key); if (geoPopupObj && geoPopupObj.geo_popup_product && geoPopupObj.geo_popup_product.includes('fworks')) { var showPopup = false; if (geoPopupObj.geo_popup_is_all_pages === 'all' || (geoPopupObj.geo_popup_specific_pages.filter(i => i.link_custom === '/pt/').length > 0)) { showPopup = true; } if (showPopup) { FW.$('.geo-popup-content-wrapper').find(`[data-geopopup-locale]`).addClass('hide'); FW.$('.geo-popup-link-wrapper').find(`[data-lang]`).addClass('hide'); var contentWrapper = FW.$('.geo-popup-content-wrapper').find(`[data-geopopup-locale="${key}"]`); contentWrapper.removeClass('hide'); FW.$('.geo-popup-link-wrapper').find(`[data-lang="${key}"]`).removeClass('hide'); var visitText = contentWrapper.find(`.visit-text`).val(); var continueText = contentWrapper.find(`.continue-text`).val(); continueText = continueText && continueText.replace('<<>>', value.languageName); var domain = window.location.hostname; linkWrapper.find('.visit-label').text(visitText); linkWrapper.find('.continue-label').text(continueText); // linkWrapper.find('.native-link-label').text(`${domain}${value.urlLocaleCode}`); // linkWrapper.find('.current-link-label').text(`${domain}${geoPopupCountries[pageLocale].urlLocaleCode}`); linkWrapper.find('.current-link').attr(`href`, window.location.href); FW.modalbox(); FW.$('#geo-modal').modal('show'); window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'geoPopupTriggered' }); FW.$('#geo-modal').on('hidden.bs.modal', function () { localStorage.setItem('geoPopupStatus', JSON.stringify([{'modalShowed': true, 'currentSlug': 'currentPage', 'targetSlug': 'slug', 'product': 'product'}])) }); } } } } }); } } FW.$('.native-link').on('click', function(e){ e.preventDefault(); FW.$('#geo-modal').modal('hide'); window.location.href = FW.$(this).attr('href'); }) }); }, error: (jqXHR, textStatus, err) => { // alert(1) } }); }); </script> <section class="banner-right first-fold " data-scroll-target="" id=""> <div class="l-page container pb-lg l-home banner-right-image"> <div class="row "> <div class="col-md-7 mobile-center-desktop-left-align mb-lg banner-text-content "> <h1>Proporcione aos seus clientes e colaboradores a experiência que eles realmente merecem!</h1> <p class="sub-text">Seja no seu departamento de Vendas, Marketing, Suporte, RH ou TI, os nossos produtos permitem-lhe oferecer experiências excepcionais aos seus clientes e colaboradores, gerir relações com facilidade e simplificar a maneira como faz negócios.</p> <div class="mt-md"> <div title="Get started" class="button button--solid in-page-scroll" id="" target="" data-scroll-to="new-product-listing">COMECE AGORA</div> </div> </div> <div class="col-md-5 "> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckk3dqjrs0012rug1nz0xuhep-icon-illust-2x.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3dqjrs0012rug1nz0xuhep-icon-illust-2x.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3dqjrs0012rug1nz0xuhep-icon-illust-2x.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3dqjrs0012rug1nz0xuhep-icon-illust-2x.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> </div> </div> </section> <section class="l-section section-light-grey" data-scroll-target="new-product-listing"> <div class=" align-center"> <h2>Um software corporativo inovador que as suas equipas vão adorar</h2> <p class="sub-text">Todos os nossos produtos estão prontos a serem usados, são fáceis de utilizar e oferecem um grande valor para qualquer tipo de negócio.</p> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <h3 class="product-category-title align-center">Experiência do cliente</h3> <div class="row new-products-wrapper"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="row product-wrapper" data-href="https://freshdesk.com/?source=freshworks&amp;amp;medium=referral&amp;amp;campaign=fw_product_listing" data-new-window="_self"> <div class="col-md-6 product-item"> <a href="#"> <div> <div class="product-list-wrapper left-align"> <img class="logo logo-fdesk product-list-logo-icon small-product-icon" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fdesk-black.svg" alt="Freshdesk"/> <span class="product-list-product-label small-product-label">Freshdesk</span> </div> <div> <p class="product-tag-line">Uma única plataforma para oferecer o melhor atendimento omnicanal ao cliente.</p> </div> </div> </a> </div> <div class="col-md-6 button-set"> <div class="button-spacing"> <a href="https://web.archive.org/web/20211019125516/https://freshdesk.com/?source=freshworks&amp;amp;medium=referral&amp;amp;campaign=fw_product_listing" class=" link forward--link--new">Saiba mais </a> </div> <div class="button-spacing"> <div title="" class="button button--white button--small hover-fdesk button-spacing product-href" id="" target="" data-toggle="modal" data-target="#freshdeskSignup">INICIE A SUA AVALIAÇÃO</div> </div> </div> </div> </div> <div class="col-md-2"></div> </div> <div class="row new-products-wrapper"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="row product-wrapper" data-href="/live-chat-software/?utm_source=freshworks&amp;utm_medium=referral&amp;utm_campaign=fw_product_listing" data-new-window="_self"> <div class="col-md-6 product-item"> <a href="#"> <div> <img class="logo logo-fchat " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fchat-black.svg" alt="Freshchat"/> <div> <p class="product-tag-line">Converse com os visitantes do site e utilizadores dos produtos para garantir o sucesso nas vendas e no contato com os clientes.</p> </div> </div> </a> </div> <div class="col-md-6 button-set"> <div class="button-spacing"> <a href="/web/20211019125516/https://www.freshworks.com/live-chat-software/?utm_source=freshworks&amp;utm_medium=referral&amp;utm_campaign=fw_product_listing" class=" link forward--link--new">Saiba mais </a> </div> <div class="button-spacing"> <div title="" class="button button--white button--small hover-fchat button-spacing product-href" id="" target="" data-toggle="modal" data-target="#freshchatSignup">INICIE A SUA AVALIAÇÃO</div> </div> </div> </div> </div> <div class="col-md-2"></div> </div> <div class="row new-products-wrapper"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="row product-wrapper" data-href="/freshcaller-cloud-pbx/?source=freshworks&amp;medium=referral&amp;campaign=fw_product_listing" data-new-window="_self"> <div class="col-md-6 product-item"> <a href="#"> <div> <img class="logo logo-fcaller " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fcaller-black.svg" alt="Freshcaller"/> <div> <p class="product-tag-line">Transforme o seu sistema telefónico para um baseado na nuvem. Para empresas de todos os tamanhos em mais de 90 países.</p> </div> </div> </a> </div> <div class="col-md-6 button-set"> <div class="button-spacing"> <a href="/web/20211019125516/https://www.freshworks.com/freshcaller-cloud-pbx/?source=freshworks&amp;medium=referral&amp;campaign=fw_product_listing" class=" link forward--link--new">Saiba mais </a> </div> <div class="button-spacing"> <div title="" class="button button--white button--small hover-fcaller button-spacing product-href" id="" target="" data-toggle="modal" data-target="#freshcallerSignup">INICIE A SUA AVALIAÇÃO</div> </div> </div> </div> </div> <div class="col-md-2"></div> </div> </div> <div class="col-md-12"> <h3 class="product-category-title align-center">Vendas e Marketing</h3> <div class="row new-products-wrapper"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="row product-wrapper" data-href="https://www.freshworks.com/crm/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" data-new-window="_self"> <div class="col-md-6 product-item"> <a href="#"> <div> <img class="logo logo-fwcrm " src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fwcrm-black.svg" alt="Freshworks CRM"/> <div> <p class="product-tag-line">Alinhe as suas equipas de vendas e marketing para criar experiências superiores com um sistema de CRM completo.</p> </div> </div> </a> </div> <div class="col-md-6 button-set"> <div class="button-spacing"> <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/crm/?source=fworks&amp;medium=referral&amp;campaign=fworks_product_nav" class=" link forward--link--new">Saiba mais </a> </div> <div class="button-spacing"> <div title="" class="button button--white button--small hover-fwcrm button-spacing product-href" id="" target="" data-toggle="modal" data-target="#freshworksCRMSignup">INICIE A SUA AVALIAÇÃO</div> </div> </div> </div> </div> <div class="col-md-2"></div> </div> </div> <div class="col-md-12"> <h3 class="product-category-title align-center">Gestão de serviços de TI</h3> <div class="row new-products-wrapper"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="row product-wrapper" data-href="https://freshservice.com/?source=freshworks&amp;medium=referral&amp;campaign=fw_product_listing" data-new-window="_self"> <div class="col-md-6 product-item"> <a href="#"> <div> <div class="product-list-wrapper left-align"> <img class="logo logo-fservice product-list-logo-icon small-product-icon" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fservice-black.svg" alt="Freshservice"/> <span class="product-list-product-label small-product-label">Freshservice</span> </div> <div> <p class="product-tag-line">Agilize os seus serviços de TI e gira as solicitações internas dos seus funcionários.</p> </div> </div> </a> </div> <div class="col-md-6 button-set"> <div class="button-spacing"> <a href="https://web.archive.org/web/20211019125516/https://freshservice.com/?source=freshworks&amp;medium=referral&amp;campaign=fw_product_listing" class=" link forward--link--new">Saiba mais </a> </div> <div class="button-spacing"> <div title="" class="button button--white button--small hover-fservice button-spacing product-href" id="" target="" data-toggle="modal" data-target="#freshserviceSignup">INICIE A SUA AVALIAÇÃO</div> </div> </div> </div> </div> <div class="col-md-2"></div> </div> </div> <div class="col-md-12"> <h3 class="product-category-title align-center">Gestão de RH</h3> <div class="row new-products-wrapper"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="row product-wrapper" data-href="/hrms/?source=freshworks&amp;medium=referral&amp;campaign=fw_product_listing" data-new-window="_self"> <div class="col-md-6 product-item"> <a href="#"> <div> <div class="product-list-wrapper left-align"> <img class="logo logo-fteam product-list-logo-icon small-product-icon" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fteam-black.png" alt="Freshteam"/> <span class="product-list-product-label small-product-label">Freshteam</span> </div> <div> <p class="product-tag-line">Atraia novas inscrições, envolva-se com os candidatos e contrate superestrelas.</p> </div> </div> </a> </div> <div class="col-md-6 button-set"> <div class="button-spacing"> <a href="/web/20211019125516/https://www.freshworks.com/hrms/?source=freshworks&amp;medium=referral&amp;campaign=fw_product_listing" class=" link forward--link--new">Saiba mais </a> </div> <div class="button-spacing"> <div title="" class="button button--white button--small hover-fteam button-spacing product-href" id="" target="" data-toggle="modal" data-target="#freshteamSignup">INICIE A SUA AVALIAÇÃO</div> </div> </div> </div> </div> <div class="col-md-2"></div> </div> </div> </div> </div> </section> <script> FW.onLoad(function(){ var ignoreClasses = ['link', 'product-href']; FW.$('.product-wrapper').on('click', function(event) { const className = event.target.className; const result = ignoreClasses.find(element => className.includes(element)); if (result === undefined) { const url = FW.$(this).data('href'); const tab = FW.$(this).data('new-window'); if (url && tab) { window.open(url, tab); } } }) }); </script> <section class="pb-xl section-light-grey " data-scroll-target="" id=""> <div class="l-page container align-center"> <a title="View All Products" class="button button--solid " id="" target="" href="/web/20211019125516/https://www.freshworks.com/products/"> VEJA TODOS OS PRODUTOS</a> </div> </section> <style> @media only screen and (min-width:60rem){ .banner-badges .form-wrapper { margin:0; } #stripe-102982695381909.banner-badges img { max-width: px; } #stripe-102982695381909 .banner-badges-inline-image + .banner-badges-inline-text { padding-left: NaNpx; text-align: left; } .first-fold #stripe-102982695381909 .banner-badges-inline-image + .banner-badges-inline-text { padding-left: NaNpx; } .banner-badges-inline-image + .banner-badges-inline-text h3, .cta { display: block; } .banner-badges-inline-image + .banner-badges-inline-text .cta { margin-left: 0; padding-top: 17px; vertical-align: unset; } .banner-badges-inline-text h3, .banner-badges-inline-text h4, .banner-badges-inline-text h5, .banner-badges-inline-text .cta, .banner-badges-inline-text .form-wrapper { display: inline-block; } .banner-badges-inline-text .cta { margin-left: 10px; padding-top: 18px; padding-bottom: 5px; vertical-align: sub; } .banner-badges-inline-text { padding-left: 0; padding-right: 0; text-align: center; } } </style><section class=" section-light-bg " data-scroll-target="" id=""> <div class=" banner-badges align-center pt-xs pb-xs banner-badges-primary stack" id="stripe-102982695381909"> <div class="align-center pt-lg pb-xl font-color-light"> <h2>O compromisso da Freshworks</h2> <p class="sub-text">Existem centenas de fornecedores no mercado, que irão prometer-lhe milhares de coisas.</p> <p class="sub-text">Mas pode perguntar-se por que somos diferentes?</p> <p class="sub-text"> </p> <div class="pt-xs"> <a title="" class="button button--ghost-white " id="" target="" href="/web/20211019125516/https://www.freshworks.com/the-freshworks-promise"> LEIA MAIS</a> </div> </div> </div> </section> <section class="l-section " data-scroll-target="" id=""> <div class="l-page container"> <div class="l-section-heading align-center"> <h2 class="align-center">Somos a escolha de mais de 200 mil clientes ao redor do mundo</h2> </div> <div class="customer-logos"> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmmrbao09644qg1lgjafjv2-untitled-design-29.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmrbao09644qg1lgjafjv2-untitled-design-29.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmrbao09644qg1lgjafjv2-untitled-design-29.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmrbao09644qg1lgjafjv2-untitled-design-29.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjof9j9f3005tb1g0nbbmckre-logo-buying-show.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9j9f3005tb1g0nbbmckre-logo-buying-show.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9j9f3005tb1g0nbbmckre-logo-buying-show.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9j9f3005tb1g0nbbmckre-logo-buying-show.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjqp1qi61022tfyg0mh343dzl-klarna2x.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjqp1qi61022tfyg0mh343dzl-klarna2x.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjqp1qi61022tfyg0mh343dzl-klarna2x.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjqp1qi61022tfyg0mh343dzl-klarna2x.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmimav307gclog1buumy3pu-vmg.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmimav307gclog1buumy3pu-vmg.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmimav307gclog1buumy3pu-vmg.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmimav307gclog1buumy3pu-vmg.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmirr4907mgodfzq0ndvi0m-deichmann.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmirr4907mgodfzq0ndvi0m-deichmann.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmirr4907mgodfzq0ndvi0m-deichmann.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmirr4907mgodfzq0ndvi0m-deichmann.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmkvcf606jmt6fzjj4oqx1b-untitled-design-18.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmkvcf606jmt6fzjj4oqx1b-untitled-design-18.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmkvcf606jmt6fzjj4oqx1b-untitled-design-18.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmkvcf606jmt6fzjj4oqx1b-untitled-design-18.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckk3fookq00norug106eq7ywp-untitled-design-20.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fookq00norug106eq7ywp-untitled-design-20.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fookq00norug106eq7ywp-untitled-design-20.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fookq00norug106eq7ywp-untitled-design-20.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmmir9f08tvodfzxduqa4i5-untitled-design-27.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmir9f08tvodfzxduqa4i5-untitled-design-27.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmir9f08tvodfzxduqa4i5-untitled-design-27.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmir9f08tvodfzxduqa4i5-untitled-design-27.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckk3fkvfn00kerug15gbeevzy-untitled-design-28.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fkvfn00kerug15gbeevzy-untitled-design-28.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fkvfn00kerug15gbeevzy-untitled-design-28.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fkvfn00kerug15gbeevzy-untitled-design-28.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmi0rks07lk4qg10s5lso0y-multichoice.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmi0rks07lk4qg10s5lso0y-multichoice.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmi0rks07lk4qg10s5lso0y-multichoice.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmi0rks07lk4qg10s5lso0y-multichoice.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmlwk6t08aulog1pkevax8p-untitled-design-23.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmlwk6t08aulog1pkevax8p-untitled-design-23.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmlwk6t08aulog1pkevax8p-untitled-design-23.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmlwk6t08aulog1pkevax8p-untitled-design-23.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjof9rgj200bdb1g0uurm44o4-logo-teamviewer.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9rgj200bdb1g0uurm44o4-logo-teamviewer.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9rgj200bdb1g0uurm44o4-logo-teamviewer.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9rgj200bdb1g0uurm44o4-logo-teamviewer.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmmabb108xh4qg1urqz0dlf-untitled-design-25.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmabb108xh4qg1urqz0dlf-untitled-design-25.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmabb108xh4qg1urqz0dlf-untitled-design-25.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmmabb108xh4qg1urqz0dlf-untitled-design-25.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckk3fdeji00gjrug1wqrzyjr5-untitled-design-24.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fdeji00gjrug1wqrzyjr5-untitled-design-24.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fdeji00gjrug1wqrzyjr5-untitled-design-24.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3fdeji00gjrug1wqrzyjr5-untitled-design-24.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjuv4xqrb00glhfg0115znjzk-group-6-copy-5.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjuv4xqrb00glhfg0115znjzk-group-6-copy-5.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjuv4xqrb00glhfg0115znjzk-group-6-copy-5.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjuv4xqrb00glhfg0115znjzk-group-6-copy-5.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckjmj8irj07wc4qg1j7g0q60j-kmg-logo.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmj8irj07wc4qg1j7g0q60j-kmg-logo.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmj8irj07wc4qg1j7g0q60j-kmg-logo.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckjmj8irj07wc4qg1j7g0q60j-kmg-logo.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> </div> </div> </section> <section class="l-section " data-scroll-target="" data-scroll-target="" id=""> <div class="l-page container align-center"> <div class="l-section-heading align-center"> <h2>Eis o que os nossos clientes têm falado sobre nós</h2> </div> <div id="45770086836544" data-interval="false" class="carousel testimonial-all-center slide carousel-fade mt-lg" data-ride="carousel"> <div class="carousel-inner" role="listbox"> <div class="carousel-item item active"> <div class="row testimonial-card all-center"> <div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 testimonial-content"> <i class="icon-quote-open testimonial-quote-icon"></i> <div class="testimonial-logo align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofa7ct200cofifze5a0ekkf-logo-swinerton.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofa7ct200cofifze5a0ekkf-logo-swinerton.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofa7ct200cofifze5a0ekkf-logo-swinerton.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofa7ct200cofifze5a0ekkf-logo-swinerton.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <p class="testimonial-quote">“Inovador e simples. É o que procuramos no mundo de hoje, onde a simplicidade é negligenciada e não se encontra em outras ferramentas. Não estamos acostumados a trabalhar com empresas como esta – jovem, ambiciosa e vibrante. É uma boa sensação.”</p> <div class="col-md-10 col-md-offset-1 author-bio"> <div class="image-small"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofabdef00ggfjfzy6jw7f33-lauren-nunnally-swinerton.one-half.jpg" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofabdef00ggfjfzy6jw7f33-lauren-nunnally-swinerton.full.jpg 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofabdef00ggfjfzy6jw7f33-lauren-nunnally-swinerton.one-sixth.jpg" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofabdef00ggfjfzy6jw7f33-lauren-nunnally-swinerton.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="author-bio-details"> <h6 class="author-name">Lauren Nunnally</h6> <div class="author-designation">Diretor de Suporte</div> <div class="author-company">Swinerton Builders</div> </div> </div> <i class="icon-quote-close testimonial-quote-icon"></i> </div> </div> </div> <div class="carousel-item item "> <div class="row testimonial-card all-center"> <div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 testimonial-content"> <i class="icon-quote-open testimonial-quote-icon"></i> <div class="testimonial-logo align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjof9itid006mfjfzxvl4ytpx-logo-bridgestone.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <p class="testimonial-quote">“Nós gostamos do Freshdesk porque é uma solução altamente adaptável com inúmeras métricas que permitem rastrear e seguir os nossos clientes e agentes com eficiência.”</p> <div class="col-md-10 col-md-offset-1 author-bio"> <div class="image-small"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofb5z2000ghb1g00otgxjgu-christophe-tomborski-bridgestone.one-half.jpg" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofb5z2000ghb1g00otgxjgu-christophe-tomborski-bridgestone.full.jpg 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofb5z2000ghb1g00otgxjgu-christophe-tomborski-bridgestone.one-sixth.jpg" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofb5z2000ghb1g00otgxjgu-christophe-tomborski-bridgestone.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="author-bio-details"> <h6 class="author-name">Christophe Tomborski</h6> <div class="author-designation">Gestor de Back Office</div> <div class="author-company">Bridgestone</div> </div> </div> <i class="icon-quote-close testimonial-quote-icon"></i> </div> </div> </div> <div class="carousel-item item "> <div class="row testimonial-card all-center"> <div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 testimonial-content"> <i class="icon-quote-open testimonial-quote-icon"></i> <div class="testimonial-logo align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofbakqf00cjb2g0os77nr8n-logo-lesley.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbakqf00cjb2g0os77nr8n-logo-lesley.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbakqf00cjb2g0os77nr8n-logo-lesley.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbakqf00cjb2g0os77nr8n-logo-lesley.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <p class="testimonial-quote">“Uma das minhas coisas favoritas sobre o Freshdesk é que ele simplesmente funciona, não irá precisar de formação para usar o software. Tudo é muito intuitivo.”</p> <div class="col-md-10 col-md-offset-1 author-bio"> <div class="image-small"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofbciud00dib2g0ckb5evlr-douglas-anderson-lesley.one-half.jpg" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbciud00dib2g0ckb5evlr-douglas-anderson-lesley.full.jpg 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbciud00dib2g0ckb5evlr-douglas-anderson-lesley.one-sixth.jpg" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbciud00dib2g0ckb5evlr-douglas-anderson-lesley.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="author-bio-details"> <h6 class="author-name">Douglas Anderson</h6> <div class="author-designation">Gestor de Tecnologia de Sala de Aula</div> <div class="author-company">Lesley University</div> </div> </div> <i class="icon-quote-close testimonial-quote-icon"></i> </div> </div> </div> <div class="carousel-item item "> <div class="row testimonial-card all-center"> <div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 testimonial-content"> <i class="icon-quote-open testimonial-quote-icon"></i> <div class="testimonial-logo align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbed7300ehb2g0mip1g658-logo-pearson.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <p class="testimonial-quote">“Nós recomendamos o Freshdesk porque ele é excelente e a sua equipa está determinada a fazê-lo funcionar para atender às necessidades dos seus clientes.”</p> <div class="col-md-10 col-md-offset-1 author-bio"> <div class="image-small"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/cjofbflo700jzfjfz9rwev6ob-matthijs-lok-pearson.one-half.jpg" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbflo700jzfjfz9rwev6ob-matthijs-lok-pearson.full.jpg 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbflo700jzfjfz9rwev6ob-matthijs-lok-pearson.one-sixth.jpg" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/cjofbflo700jzfjfz9rwev6ob-matthijs-lok-pearson.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="author-bio-details"> <h6 class="author-name">Matthijs Lok</h6> <div class="author-designation">Gestor de marketing online</div> <div class="author-company">Pearson</div> </div> </div> <i class="icon-quote-close testimonial-quote-icon"></i> </div> </div> </div> <div class="carousel-item item "> <div class="row testimonial-card all-center"> <div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 testimonial-content"> <i class="icon-quote-open testimonial-quote-icon"></i> <div class="testimonial-logo align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ck19emybe05cra5fzfhmoii3i-auto1-group-logo-png.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ck19emybe05cra5fzfhmoii3i-auto1-group-logo-png.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ck19emybe05cra5fzfhmoii3i-auto1-group-logo-png.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ck19emybe05cra5fzfhmoii3i-auto1-group-logo-png.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="AUTO1 Group" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <p class="testimonial-quote">“Os produtos da Freshworks são o complemento perfeito para as nossas ferramentas de gestão de back-office. Há mais de três anos que contamos com as ferramentas da Freshworks para fornecer soluções integradas de missão crítica aos departamentos de atendimento ao cliente e ao revendedor da AUTO1 Group, bem como internamente. Além de produtos excepcionais, a Freshworks também oferece um excelente serviço e suporte ao cliente de alto nível, e por isso a escolhemos como a nossa solução de nível 1, para um envolvimento eficiente e inteligente do cliente baseado na nuvem.”</p> <div class="col-md-10 col-md-offset-1 author-bio"> <div class="image-small"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ck2opwjxz03ncerg0xhn732qy-unnamed.one-half.jpg" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ck2opwjxz03ncerg0xhn732qy-unnamed.full.jpg 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ck2opwjxz03ncerg0xhn732qy-unnamed.one-sixth.jpg" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ck2opwjxz03ncerg0xhn732qy-unnamed.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="Niv Liran" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> </div> <div class="author-bio-details"> <h6 class="author-name">Niv Liran</h6> <div class="author-designation">Diretor de Produtos</div> <div class="author-company">AUTO1 Group</div> </div> </div> <i class="icon-quote-close testimonial-quote-icon"></i> </div> </div> </div> </div> <div class="carousel-controls-wrapper mt-md"> <div class="carousel-indicators-wrapper"> <ol class="carousel-indicators"> <li data-target="#45770086836544" data-slide-to="0" class="active"></li> <li data-target="#45770086836544" data-slide-to="1" class=""></li> <li data-target="#45770086836544" data-slide-to="2" class=""></li> <li data-target="#45770086836544" data-slide-to="3" class=""></li> <li data-target="#45770086836544" data-slide-to="4" class=""></li> </ol> <a class="left carousel-control" href="#45770086836544" role="button" data-slide="prev"> <span class="icon-arrow-button-left" aria-hidden="true"></span> </a> <a class="right carousel-control" href="#45770086836544" role="button" data-slide="next"> <span class="icon-arrow-button-right" aria-hidden="true"></span> </a> </div> </div> </div> </div> </section> <div class="contact-sales-wrapper hide-in-mobile-and-tablet"> <a href="javascript:void(0)" class="button button--solid button--small button--contact-sales fixed-float"> <i class="icon-mail"></i>Falar com Vendas </a> <div class="contact-sales-form-wrapper contact-sales-container form-white-bg fixed-float"> <div class="row align-center contact-sales-title"> <i class="icon-close"></i> <h6>Falar com Vendas</h6> </div> <div class="success-card align-center" data-card-title="Mensagem enviada"> <div class="mb-sm"> <i class="icon-check-mark green-check round-icon"></i> </div> <h6>Obrigado pelo seu interesse!</h6> <p>Alguém de nossa equipe de vendas entrará em contato com você em breve.</p> </div> <form class="form-field-container contact-sales-form" data-product-id="" data-group-id="" data-fm-list-id="17783" data-fm-asset-id="3802806"> <input type="hidden" class="custom-inputs type-freshmarketer" name="Marketing Campaign" data-custom-value="PMM_Websitewidget_Global_Contact_Sales_Widget_fworks_Q32020" data-custom-type="static"/> <input type="hidden" class="custom-inputs type-freshmarketer" name="Product" data-custom-value="Freshworks Suite" data-custom-type="static"/> <input type="hidden" class="custom-inputs type-freshmarketer" name="Engagement Status" data-custom-value="Null" data-custom-type="static"/> <input type="hidden" class="custom-inputs type-freshmarketer" name="Source" data-custom-value="Inbound" data-custom-type="static"/> <input type="hidden" class="custom-inputs type-freshmarketer" name="Campaign Date" data-custom-value="" data-custom-type="submission_date"/> <input style="display:none" class="fm-asset-id" value="3802806"/> <fieldset> <div class="form-field field-dropdown fworks-custom-dropdown"> <select name="o-que-você-está-procurando" class="custom-dropdown-form" data-backend-key="Which product they are looking for" data-required="true" data-msg="Este campo é obrigatório"> <option value=""></option> <option value="Sales &amp; Marketing Software">Sales &amp; Marketing Software</option> <option value="Support Software">Support Software</option> <option value="ITSM Software">ITSM Software</option> </select> <i class="icon-arrow-down"></i> <label class="form-placeholder">O que você está procurando</label> <div class="error-wrapper"></div> </div> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <input type="text" name="first-name" class="first-name-form" data-first-name-required="Este campo é obrigatório"/> <label class="form-placeholder">Nome</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="Este campo é obrigatório"/> <label class="form-placeholder">Sobrenome</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <input type="text" name="company" class="company-form" data-company-min-length="" data-company-required="Este campo é obrigatório"> <label class="form-placeholder">Nome da empresa</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <input type="email" name="email" class="email-form" data-email-required="Este campo é obrigatório" data-email-invalid="Please enter a valid email address" data-email-business-only="Business email only"> <label class="form-placeholder">E-mail de trabalho</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <input type="text" name="phone" class="phone-form" data-phone-invalid="" data-phone-required="Este campo é obrigatório"> <label class="form-placeholder">Telefone</label> <div class="error-wrapper"></div> </div> <div class="form-field field-dropdown fworks-custom-dropdown"> <select name="número-de-funcionários*" class="custom-dropdown-form" data-backend-key="Employee size" data-required="true" data-msg="Este campo é obrigatório"> <option value=""></option> <option value="1-9">1-9</option> <option value="10-49">10-49</option> <option value="50-99">50-99</option> <option value="100-249">100-249</option> <option value="250-499">250-499</option> <option value="500-999">500-999</option> <option value="1000-4999">1000-4999</option> <option value="5000+">5000+</option> </select> <i class="icon-arrow-down"></i> <label class="form-placeholder">Número de funcionários*</label> <div class="error-wrapper"></div> </div> </fieldset> <fieldset> <input type="submit" value="Enviar" id="contact-sales-submit" class="button button--solid button--small button--block"/> <div class="copy_write-text align-center "> <p>By clicking on ENVIAR, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span>I agree to receive electronic marketing communications from Freshworks and understand I can unsubscribe by clicking the ‘unsubscribe’ link in any email or by contacting Freshworks. </span> </label> <div class="signup-terms"> By clicking on FALAR COM VENDAS, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a> </div> </div> </fieldset> </form> </div> </div> </script> <script type="text/javascript"> FW.onLoad(function () { FW.$('.button--contact-sales, .contact-sales-title .icon-close').on('click', function() { FW.$('.contact-sales-wrapper').toggleClass('active'); }); FW.Utils.FormUtilities.validation('contact-sales-form', 'form-field', FW.Submit.createSupportTicket); }); FW.onLoad('contactSales', function (contactSales) { contactSales.init(); }); </script> <section id="" data-scroll-target="" class="l-section"> <div class="l-section-heading align-center "> <h2>Estamos entre as 25 melhores empresas da nuvem onde trabalhar</h2> <p class="sub-text"> </p> </div> <div class="l-page container l-grid"> <div class="row"> <div class="col-sm-4 col-sm-offset-4"> <a href="/web/20211019125516/https://www.freshworks.com/pt/company/careers/" target="_self"> <div class="press-release-item"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211019125516/https://website-assets-fw.freshworks.com/attachments/ckk3i11o5008v2xfzopvbfrio-untitled-design-7.one-half.png" data-srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3i11o5008v2xfzopvbfrio-untitled-design-7.full.png 2x" src="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3i11o5008v2xfzopvbfrio-untitled-design-7.one-sixth.png" srcset="https://web.archive.org/web/20211019125516im_/https://website-assets-fw.freshworks.com/attachments/ckk3i11o5008v2xfzopvbfrio-untitled-design-7.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211019125516im_/https://www.freshworks.com/pt/" srcset=""/> </div> <div class="align-center press-release-title"> <h6>Estamos a construir coisas importantes e precisamos do seu talento</h6> <p><span class="forward--link link mt-xs">Explore as carreiras</span></p> </div> </div> </a> </div> </div> </div> </section> <div class="modal" id="freshdeskSignup" tabindex="-1" role="dialog" aria-labelledby="freshdeskSignup"> <div class="modal-dialog " role="document"> <div class="modal-content "> <div class="modal-header "> <div class="modal-close " data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md "> <div class="form-wrapper contact-form-wrapper fw-form "> <div class="form-heading-text "> <h3>Experimente o Freshdesk gratuitamente por 21 dias</h3> </div> <form autocomplete="off" class="form-field-container fdesk-signupform " data-redirect="https://freshdesk.com/signup/thank-you/" data-product="fdesk" data-redirect-spam="https://freshdesk.com/signup/success/" action="https://web.archive.org/web/20211019125516/https://alfred.freshworks.com/v1/fd-failsafe" data-spam-check-url="https://alfred.freshworks.com/v1/dark-knight" data-signup-url="https://aloha.freshworks.com/v2/signup/freshdesk" data-signup-regions="{&quot;US&quot;:&quot;https://aloha.freshworks.com/v2/signup/freshdesk&quot;,&quot;EU&quot;:&quot;https://aloha-eu.freshworks.com/v2/signup/freshdesk&quot;,&quot;AU&quot;:&quot;https://aloha-au.freshworks.com/v2/signup/freshdesk&quot;,&quot;IN&quot;:&quot;https://aloha-in.freshworks.com/v2/signup/freshdesk&quot;}" data-signup-version="v2" data-academy-registration-url="https://aloha.freshworks.com/v2/signup/freshdesk" data-remind-path="https://freshsignup.freshdesk.com/search_user_domain.json" data-parent-modal="yes" data-parent-modal-id="freshdeskSignup"> <input class="fm-list-id hide" name="fm-list-id" value="632"> <input style="display:none" class="fm-asset-id" value=""/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-first-name-required="O nome é obrigatório"/> <label class="form-placeholder">Nome</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="O sobrenome é obrigatório"/> <label class="form-placeholder">Sobrenome</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Por favor, insira um e-mail" data-email-invalid="Por favor, insira um endereço de e-mail válido"> <label class="form-placeholder">E-mail comercial</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="O nome da empresa deve ter no mínimo três caracteres" data-company-required="Informe onde você trabalha"> <label class="form-placeholder">Nome da empresa</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <div class="form-field-domain"> <i class="icon-desk"></i> <input type="text" name="domain" class="domain-form helpdesk-form" data-signup-domain-required="" data-signup-domain-min-length="" data-signup-domain-max-length=""> <label class="form-helpdesk-text">.freshdesk.com</label> <label class="form-placeholder">Helpdesk Name</label> </div> <div class="error-wrapper"></div> <div class="backend-error-wrapper"></div> </div> <script> var domainField = document.getElementsByClassName("form-field-domain"); if (domainField.length > 0) { // Fdesk Domain field removal for all language users domainField[0].parentElement.outerHTML = ''; } </script> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Somente são permitidos números e hífen"> <label class="form-placeholder">N.º de telefone</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> <div id="dataCenter161829949886847"> <div class="form-field field-dropdown fworks-custom-dropdown" style="display:none;"> <i class="icon-desk"></i> <select name="data-center-dropdown"> </select> <i class="icon-arrow-down"></i> <label class="form-placeholder">Local</label> <div class="error-wrapper"></div> </div> <div class="data-center-text align-left"> <p>Seus dados estarão localizados em&lt;&lt; &gt;&gt;.</p> <a href="javascript:void(0)" data-center-link><b>Mudar</b></a> </div> </div> <script type="text/javascript"> FW.onLoad('data-center', function (dataCenter) { var dataCenterId = '#dataCenter161829949886847'; dataCenter.init(dataCenterId, 'fdesk'); }); </script> </fieldset> <fieldset> <div class="g-recaptcha" data-sitekey="6Lf_8hEUAAAAAA67Gs-xALQ4dguCFaiAbTtGNgYp"></div> <div class="form-field recaptcha"> <input class="recaptcha-form" name="verify-captcha" data-recaptcha-error="Captcha has failed" value="" type="text"/> <div class="error-wrapper"></div> </div> <input type="submit" value="Cadastre-se gratuitamente" class="button button-submit button--solid button--block bg-fdesk"/> <div class="copy_write-text align-center"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span><br/></span> </label> <div class="signup-terms"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> </div> </fieldset> </form> </div> <script> if(false && !document.getElementById("google_sso_script")) { let script = document.createElement('script'); script.type = "text/javascript"; script.src = "https://web.archive.org/web/20211019125516/https://accounts.freshworks.com/ufx/components/sso-button-sdk/stable/bundle.min.js"; script.id = "google_sso_script"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } FW.onLoad(function () { FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { if('false' == 'true' && ''.length > 0 && ''.split(',').indexOf(geoLocation.country.iso_code) > -1) { FW.$('.signup-warning').removeClass('hide'); FW.$('.signup-page-container .contact-form-wrapper.fw-form').remove(); FW.$('.signup-page-container .h2').remove(); } }); FW.Utils.FormUtilities.validation('fdesk-signupform', 'form-field', FW.Submit.alohaForm); if(false) FW.formSsoSignup.googleCallbackInitialization(false); if(false || false) FW.formSsoSignup.init(false); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); // Exit Trigger Modal Open - Modal will be opened when mouse pointer moves out of window viewport if ('no' === 'yes') { var pageName = window.location.pathname; var modalId = 'freshdeskSignup'; var exitTriggerObj = { 'pageName': pageName, 'modalId': modalId } FW.$(document).mouseleave(function (e) { if (e.clientY <= 0 ) { var exitTriggerData = localStorage.getItem('exitTriggerData') === null ? [] : JSON.parse(localStorage.getItem('exitTriggerData')); if (FW.$.grep(exitTriggerData, function(item) {return (item.pageName === pageName && item.modalId === modalId)}).length === 0) { FW.$('#freshdeskSignup').modal('show'); exitTriggerData.push(exitTriggerObj); localStorage.setItem('exitTriggerData', JSON.stringify(exitTriggerData)); } } }); } }); </script> <div class="modal" id="freshserviceSignup" tabindex="-1" role="dialog" aria-labelledby="freshserviceSignup"> <div class="modal-dialog " role="document"> <div class="modal-content "> <div class="modal-header "> <div class="modal-close " data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md "> <div class="form-wrapper contact-form-wrapper fw-form "> <div class="form-heading-text "> <h3>Experimente o Freshservice gratuitamente por 21 dias</h3> </div> <form autocomplete="off" class="form-field-container fservice-signup-form " data-redirect="https://freshservice.com/br/cadastrar/thank-you/" data-product="fservice" data-redirect-spam="https://freshservice.com/br/cadastrar/success/" action="" data-spam-check-url="https://alfred.freshworks.com/v1/robin" data-signup-url="https://signup.freshservice.com/accounts/new_signup_free" data-signup-regions="{&quot;US&quot;:&quot;https://signup.freshservice.com/accounts/new_signup_free&quot;,&quot;EU&quot;:&quot;https://euc-signup.freshservice.com/accounts/new_signup_free&quot;,&quot;AU&quot;:&quot;https://au-signup.freshservice.com/accounts/new_signup_free&quot;,&quot;IN&quot;:&quot;https://ind-signup.freshservice.com/accounts/new_signup_free&quot;}" data-phone-check="phone" data-parent-modal="yes" data-parent-modal-id="freshserviceSignup"> <input class="fm-list-id hide" name="fm-list-id" value="1205"> <input style="display:none" class="fm-asset-id" value=""/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-first-name-required="O nome é obrigatório"/> <label class="form-placeholder">Nome</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="O sobrenome é obrigatório"/> <label class="form-placeholder">Sobrenome</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Por favor, insira um e-mail" data-email-invalid="Por favor, insira um endereço de e-mail válido"> <label class="form-placeholder">E-mail comercial</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="O nome da empresa deve ter no mínimo três caracteres" data-company-required="Informe onde você trabalha"> <label class="form-placeholder">Nome da empresa</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <div class="form-field-domain"> <i class="icon-desk"></i> <input type="text" name="domain" class="domain-form helpdesk-form" data-signup-domain-required="Dê um nome à sua central de serviços" data-signup-domain-min-length="O nome de domínio deve ter mais de três caracteres" data-signup-domain-max-length="O nome de domínio não deve ultrapassar 25 caracteres"> <label class="form-helpdesk-text">.freshservice.com</label> <label class="form-placeholder">Nome da central de serviços</label> </div> <div class="error-wrapper"></div> <div class="backend-error-wrapper"></div> </div> <script> var domainField = document.getElementsByClassName("form-field-domain"); if (domainField.length > 0) { while(domainField[0]) { domainField[0].parentElement.outerHTML = ''; } } </script> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Somente são permitidos números e hífen" data-phone-minlength="Phone Number should be minimum of 8 digits"> <label class="form-placeholder">N.º de telefone</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> </fieldset> <fieldset> <input type="submit" value="Cadastre-se gratuitamente" class="button button-submit button--solid button--block bg-fservice"/> <div class="copy_write-text align-center"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span><br/></span> </label> <div class="signup-terms"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> </div> </fieldset> </form> <div class="form-wrapper animate-form-wrapper" id="phone-modal" style="display:none;"> <h3 class="modal-heading">Hey &lt;&lt;NAME&gt;&gt;, You Are Eligible for the Express Lane</h3> <p>You are a priority customer. Drop in your number and we'll have someone call you very soon. </p> <form autocomplete="off" class="form-field-container phone-modal"> <fieldset> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Somente são permitidos números e hífen" data-phone-minlength="Phone number length should be minimum of 8 digits"> <label class="form-placeholder">N.º de telefone</label> <div class="error-wrapper"></div> </div> </fieldset> <fieldset> <input type="submit" value="ENVIAR" class="button button--solid button--block"/> <div class="copy_write-text align-center "> <p>By clicking on ENVIAR, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span><br/></span> </label> <div class="signup-terms"> By clicking on ENVIAR, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a> </div> </div> </fieldset> </form> </div> <script> FW.onLoad(function () { FW.modalbox(); FW.Utils.FormUtilities.validation('phone-modal', 'form-field', FW.Submit.expressCheckoutForm); }); </script> </div> <script> if(false && !document.getElementById("google_sso_script")) { let script = document.createElement('script'); script.type = "text/javascript"; script.src = "https://web.archive.org/web/20211019125516/https://accounts.freshworks.com/ufx/components/sso-button-sdk/stable/bundle.min.js"; script.id = "google_sso_script"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } FW.onLoad(function () { FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { if('false' == 'true' && ''.length > 0 && ''.split(',').indexOf(geoLocation.country.iso_code) > -1) { FW.$('.signup-warning').removeClass('hide'); FW.$('.signup-page-container .contact-form-wrapper.fw-form').remove(); FW.$('.signup-page-container .h2').remove(); } }); FW.Utils.FormUtilities.validation('fservice-signup-form', 'form-field', FW.Submit.fserviceSignupForm); if(false) FW.formSsoSignup.googleCallbackInitialization(false); if(false || false) FW.formSsoSignup.init(false); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); // Exit Trigger Modal Open - Modal will be opened when mouse pointer moves out of window viewport if ('no' === 'yes') { var pageName = window.location.pathname; var modalId = 'freshserviceSignup'; var exitTriggerObj = { 'pageName': pageName, 'modalId': modalId } FW.$(document).mouseleave(function (e) { if (e.clientY <= 0 ) { var exitTriggerData = localStorage.getItem('exitTriggerData') === null ? [] : JSON.parse(localStorage.getItem('exitTriggerData')); if (FW.$.grep(exitTriggerData, function(item) {return (item.pageName === pageName && item.modalId === modalId)}).length === 0) { FW.$('#freshserviceSignup').modal('show'); exitTriggerData.push(exitTriggerObj); localStorage.setItem('exitTriggerData', JSON.stringify(exitTriggerData)); } } }); } }); </script> <div class="modal" id="freshworksCRMSignup" tabindex="-1" role="dialog" aria-labelledby="freshworksCRMSignup"> <div class="modal-dialog " role="document"> <div class="modal-content "> <div class="modal-header "> <div class="modal-close " data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md "> <div class="form-wrapper contact-form-wrapper fw-form "> <div class="form-heading-text "> <h3>Experimente o Freshworks CRM  gratuitamente por 21 dias</h3> </div> <form autocomplete="off" class="form-field-container product-form-signupform " data-redirect="/br/crm/signup/thank-you" data-product="fwcrm" action="" data-signup-url="https://aloha.freshworks.com/v2/signup/bundle/sales360" data-signup-regions="{&quot;US&quot;:&quot;https://aloha.freshworks.com/v2/signup/bundle/sales360&quot;,&quot;EU&quot;:&quot;https://aloha-eu.freshworks.com/v2/signup/bundle/sales360&quot;,&quot;AU&quot;:&quot;https://aloha-au.freshworks.com/v2/signup/bundle/sales360&quot;,&quot;IN&quot;:&quot;https://aloha-in.freshworks.com/v2/signup/bundle/sales360&quot;}" data-signup-version="v2" data-redirect-ads="/br/crm/signup/thank-you" data-parent-modal="yes" data-parent-modal-id="freshworksCRMSignup"> <input class="fm-list-id hide" name="fm-list-id" value="28141"> <input style="display:none" class="fm-asset-id" value="4021272"/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-first-name-required="O nome é obrigatório"/> <label class="form-placeholder">Nome</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="O sobrenome é obrigatório"/> <label class="form-placeholder">Sobrenome</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Por favor, insira um e-mail" data-email-invalid="Por favor, insira um endereço de e-mail válido"> <label class="form-placeholder">E-mail comercial</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="O nome da empresa deve ter no mínimo três caracteres" data-company-required="Informe onde você trabalha"> <label class="form-placeholder">Nome da empresa</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Somente são permitidos números e hífen"> <label class="form-placeholder">N.º de telefone</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> <div id="dataCenter71924422172240"> <div class="form-field field-dropdown fworks-custom-dropdown" style="display:none;"> <i class="icon-desk"></i> <select name="data-center-dropdown"> </select> <i class="icon-arrow-down"></i> <label class="form-placeholder">Data center</label> <div class="error-wrapper"></div> </div> <div class="data-center-text align-left"> <p>Your data center location is <b data-nearest-center></b>.</p> <a href="javascript:void(0)" data-center-link><b>Change</b></a> </div> </div> <script type="text/javascript"> FW.onLoad('data-center', function (dataCenter) { var dataCenterId = '#dataCenter71924422172240'; dataCenter.init(dataCenterId, 'fworks'); }); </script> </fieldset> <fieldset> <input type="submit" value="Cadastre-se gratuitamente" class="button button-submit button--solid button--block "/> <div class="copy_write-text align-center"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span>I agree to receive electronic marketing communications from Freshworks and understand I can unsubscribe by clicking the ‘unsubscribe’ link in any email or by contacting Freshworks. </span> </label> <div class="signup-terms"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> </div> </fieldset> </form> </div> <script> if(false && !document.getElementById("google_sso_script")) { let script = document.createElement('script'); script.type = "text/javascript"; script.src = "https://web.archive.org/web/20211019125516/https://accounts.freshworks.com/ufx/components/sso-button-sdk/stable/bundle.min.js"; script.id = "google_sso_script"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } FW.onLoad(function () { FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { if('false' == 'true' && ''.length > 0 && ''.split(',').indexOf(geoLocation.country.iso_code) > -1) { FW.$('.signup-warning').removeClass('hide'); FW.$('.signup-page-container .contact-form-wrapper.fw-form').remove(); FW.$('.signup-page-container .h2').remove(); } }); FW.Utils.FormUtilities.validation('product-form-signupform', 'form-field', FW.Submit.alohaForm); if(false) FW.formSsoSignup.googleCallbackInitialization(false); if(false || false) FW.formSsoSignup.init(false); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); // Exit Trigger Modal Open - Modal will be opened when mouse pointer moves out of window viewport if ('no' === 'yes') { var pageName = window.location.pathname; var modalId = 'freshworksCRMSignup'; var exitTriggerObj = { 'pageName': pageName, 'modalId': modalId } FW.$(document).mouseleave(function (e) { if (e.clientY <= 0 ) { var exitTriggerData = localStorage.getItem('exitTriggerData') === null ? [] : JSON.parse(localStorage.getItem('exitTriggerData')); if (FW.$.grep(exitTriggerData, function(item) {return (item.pageName === pageName && item.modalId === modalId)}).length === 0) { FW.$('#freshworksCRMSignup').modal('show'); exitTriggerData.push(exitTriggerObj); localStorage.setItem('exitTriggerData', JSON.stringify(exitTriggerData)); } } }); } }); </script> <div class="modal" id="freshchatSignup" tabindex="-1" role="dialog" aria-labelledby="freshchatSignup"> <div class="modal-dialog " role="document"> <div class="modal-content "> <div class="modal-header "> <div class="modal-close " data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md "> <div class="form-wrapper contact-form-wrapper fw-form "> <div class="form-heading-text "> <h3>Experimente o Freshchat gratuitamente por 21 dias</h3> </div> <form autocomplete="off" class="form-field-container fchat-signupform " data-redirect="/br/live-chat-software/signup/thank-you" data-product="fchat" action="" data-signup-url="https://aloha.freshworks.com/v2/signup/freshchat" data-signup-regions="{&quot;US&quot;:&quot;https://aloha.freshworks.com/v2/signup/freshchat&quot;,&quot;EU&quot;:&quot;https://aloha-eu.freshworks.com/v2/signup/freshchat&quot;,&quot;AU&quot;:&quot;https://aloha-au.freshworks.com/v2/signup/freshchat&quot;,&quot;IN&quot;:&quot;https://aloha-in.freshworks.com/v2/signup/freshchat&quot;}" data-signup-version="v2" data-parent-modal="yes" data-parent-modal-id="freshchatSignup"> <input class="fm-list-id hide" name="fm-list-id" value="1804"> <input style="display:none" class="fm-asset-id" value="3496396"/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-first-name-required="O nome é obrigatório"/> <label class="form-placeholder">Nome</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="O sobrenome é obrigatório"/> <label class="form-placeholder">Sobrenome</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Por favor, insira um e-mail" data-email-invalid="Por favor, insira um endereço de e-mail válido"> <label class="form-placeholder">E-mail comercial</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="O nome da empresa deve ter no mínimo três caracteres" data-company-required="Informe onde você trabalha"> <label class="form-placeholder">Nome da empresa</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Somente são permitidos números e hífen"> <label class="form-placeholder">N.º de telefone</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> <div id="dataCenter99713403466121"> <div class="form-field field-dropdown fworks-custom-dropdown" style="display:none;"> <i class="icon-desk"></i> <select name="data-center-dropdown"> </select> <i class="icon-arrow-down"></i> <label class="form-placeholder">Local</label> <div class="error-wrapper"></div> </div> <div class="data-center-text align-left"> <p>Seus dados estarão localizados em&lt;&lt; &gt;&gt;</p> <a href="javascript:void(0)" data-center-link><b>Mudar</b></a> </div> </div> <script type="text/javascript"> FW.onLoad('data-center', function (dataCenter) { var dataCenterId = '#dataCenter99713403466121'; dataCenter.init(dataCenterId, 'fchat'); }); </script> </fieldset> <fieldset> <input type="submit" value="Cadastre-se gratuitamente" class="button button-submit button--solid button--block bg-fchat"/> <div class="copy_write-text align-center"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span>I agree to receive electronic marketing communications from Freshchat and understand I can unsubscribe by clicking the ‘unsubscribe’ link in any email or by contacting Freshchat. </span> </label> <div class="signup-terms"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> </div> </fieldset> </form> </div> <script> if(false && !document.getElementById("google_sso_script")) { let script = document.createElement('script'); script.type = "text/javascript"; script.src = "https://web.archive.org/web/20211019125516/https://accounts.freshworks.com/ufx/components/sso-button-sdk/stable/bundle.min.js"; script.id = "google_sso_script"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } FW.onLoad(function () { FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { if('false' == 'true' && ''.length > 0 && ''.split(',').indexOf(geoLocation.country.iso_code) > -1) { FW.$('.signup-warning').removeClass('hide'); FW.$('.signup-page-container .contact-form-wrapper.fw-form').remove(); FW.$('.signup-page-container .h2').remove(); } }); FW.Utils.FormUtilities.validation('fchat-signupform', 'form-field', FW.Submit.alohaForm); if(false) FW.formSsoSignup.googleCallbackInitialization(false); if(false || false) FW.formSsoSignup.init(false); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); // Exit Trigger Modal Open - Modal will be opened when mouse pointer moves out of window viewport if ('no' === 'yes') { var pageName = window.location.pathname; var modalId = 'freshchatSignup'; var exitTriggerObj = { 'pageName': pageName, 'modalId': modalId } FW.$(document).mouseleave(function (e) { if (e.clientY <= 0 ) { var exitTriggerData = localStorage.getItem('exitTriggerData') === null ? [] : JSON.parse(localStorage.getItem('exitTriggerData')); if (FW.$.grep(exitTriggerData, function(item) {return (item.pageName === pageName && item.modalId === modalId)}).length === 0) { FW.$('#freshchatSignup').modal('show'); exitTriggerData.push(exitTriggerObj); localStorage.setItem('exitTriggerData', JSON.stringify(exitTriggerData)); } } }); } }); </script> <div class="modal" id="freshcallerSignup" tabindex="-1" role="dialog" aria-labelledby="freshcallerSignup"> <div class="modal-dialog " role="document"> <div class="modal-content "> <div class="modal-header "> <div class="modal-close " data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md "> <div class="form-wrapper contact-form-wrapper fw-form "> <div class="form-heading-text "> <h3>Experimente o Freshcaller gratuitamente por 21 dias</h3> </div> <form autocomplete="off" class="form-field-container fcaller-signupform " data-redirect="/br/freshcaller-cloud-pbx/signup/thank-you" data-product="fcaller" data-redirect-spam="/br/freshcaller-cloud-pbx/signup/thank-you" data-redirect-fid="/br/freshcaller-cloud-pbx/signup/thank-you" action="https://web.archive.org/web/20211019125516/https://alfred.freshworks.com/v1/fcaller-failsafe" data-signup-url="https://aloha.freshworks.com/v2/signup/freshcaller" data-signup-regions="{&quot;US&quot;:&quot;https://aloha.freshworks.com/v2/signup/freshcaller&quot;,&quot;EU&quot;:&quot;https://aloha-eu.freshworks.com/v2/signup/freshcaller&quot;,&quot;AU&quot;:&quot;https://aloha-au.freshworks.com/v2/signup/freshcaller&quot;,&quot;IN&quot;:&quot;https://aloha-in.freshworks.com/v2/signup/freshcaller&quot;}" data-signup-version="v2" data-remind-path="https://signup.freshcaller.com/find_domain?user_email=" data-parent-modal="yes" data-parent-modal-id="freshcallerSignup"> <input class="fm-list-id hide" name="fm-list-id" value="13783"> <input style="display:none" class="fm-asset-id" value="3496397"/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-first-name-required="O nome é obrigatório"/> <label class="form-placeholder">Nome</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="O sobrenome é obrigatório"/> <label class="form-placeholder">Sobrenome</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Por favor, insira um e-mail" data-email-invalid="Por favor, insira um endereço de e-mail válido"> <label class="form-placeholder">E-mail comercial</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="O nome da empresa deve ter no mínimo três caracteres" data-company-required="Informe onde você trabalha"> <label class="form-placeholder">Nome da empresa</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Somente são permitidos números e hífen"> <label class="form-placeholder">N.º de telefone</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> </fieldset> <fieldset> <input type="submit" value="Cadastre-se gratuitamente" class="button button-submit button--solid button--block bg-fcaller"/> <div class="copy_write-text align-center"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span><br/></span> </label> <div class="signup-terms"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> </div> </fieldset> </form> </div> <script> if(false && !document.getElementById("google_sso_script")) { let script = document.createElement('script'); script.type = "text/javascript"; script.src = "https://web.archive.org/web/20211019125516/https://accounts.freshworks.com/ufx/components/sso-button-sdk/stable/bundle.min.js"; script.id = "google_sso_script"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } FW.onLoad(function () { FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { if('true' == 'true' && ''.length > 0 && ''.split(',').indexOf(geoLocation.country.iso_code) > -1) { FW.$('.signup-warning').removeClass('hide'); FW.$('.signup-page-container .contact-form-wrapper.fw-form').remove(); FW.$('.signup-page-container .h2').remove(); } }); FW.Utils.FormUtilities.validation('fcaller-signupform', 'form-field', FW.Submit.alohaForm); if(false) FW.formSsoSignup.googleCallbackInitialization(false); if(false || false) FW.formSsoSignup.init(false); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); // Exit Trigger Modal Open - Modal will be opened when mouse pointer moves out of window viewport if ('no' === 'yes') { var pageName = window.location.pathname; var modalId = 'freshcallerSignup'; var exitTriggerObj = { 'pageName': pageName, 'modalId': modalId } FW.$(document).mouseleave(function (e) { if (e.clientY <= 0 ) { var exitTriggerData = localStorage.getItem('exitTriggerData') === null ? [] : JSON.parse(localStorage.getItem('exitTriggerData')); if (FW.$.grep(exitTriggerData, function(item) {return (item.pageName === pageName && item.modalId === modalId)}).length === 0) { FW.$('#freshcallerSignup').modal('show'); exitTriggerData.push(exitTriggerObj); localStorage.setItem('exitTriggerData', JSON.stringify(exitTriggerData)); } } }); } }); </script> <div class="modal" id="freshteamSignup" tabindex="-1" role="dialog" aria-labelledby="freshteamSignup"> <div class="modal-dialog " role="document"> <div class="modal-content "> <div class="modal-header "> <div class="modal-close " data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md "> <div class="form-wrapper contact-form-wrapper fw-form "> <div class="form-heading-text "> <h3>Experimente o Freshteam gratuitamente por 21 dias</h3> </div> <form autocomplete="off" class="form-field-container fteam-signupform " data-redirect="/hrms/signup/thank-you" data-product="fteam" action="https://web.archive.org/web/20211019125516/https://alfred.freshworks.com/v1/fteam-failsafe" data-signup-url="https://aloha.freshworks.com/v2/signup/freshteam" data-signup-regions="{&quot;US&quot;:&quot;https://aloha.freshworks.com/v2/signup/freshteam&quot;,&quot;EU&quot;:&quot;https://aloha-eu.freshworks.com/v2/signup/freshteam&quot;,&quot;AU&quot;:&quot;https://aloha-au.freshworks.com/v2/signup/freshteam&quot;,&quot;IN&quot;:&quot;https://aloha-in.freshworks.com/v2/signup/freshteam&quot;}" data-signup-version="v2" data-remind-path="https://signup.freshteam.com/find_domain?user_email=" data-parent-modal="yes" data-parent-modal-id="freshteamSignup"> <input class="fm-list-id hide" name="fm-list-id" value="36421"> <input style="display:none" class="fm-asset-id" value="3496399"/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-first-name-required="First name is required"/> <label class="form-placeholder">First Name</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-last-name-required="Last name is required"/> <label class="form-placeholder">Last Name</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Please enter your work email ID" data-email-invalid="Please enter a valid email"> <label class="form-placeholder">Business Email</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="Company should be minimum of 3 characters" data-company-required="Please tell us where you work"> <label class="form-placeholder">Company Name</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-mobile"></i> <input type="text" name="phone" class="phone-form" data-phone-invalid="Please enter a valid phone number"> <label class="form-placeholder">Phone No.</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> </fieldset> <fieldset> <input type="submit" value="Cadastre-se gratuitamente" class="button button-submit button--solid button--block bg-fteam"/> <div class="copy_write-text align-center"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span><br/></span> </label> <div class="signup-terms"> <p>By clicking on CADASTRE-SE GRATUITAMENTE, you acknowledge having read our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy/" target="_blank">Privacy notice</a></p> </div> </div> </fieldset> </form> </div> <script> if(false && !document.getElementById("google_sso_script")) { let script = document.createElement('script'); script.type = "text/javascript"; script.src = "https://web.archive.org/web/20211019125516/https://accounts.freshworks.com/ufx/components/sso-button-sdk/stable/bundle.min.js"; script.id = "google_sso_script"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } FW.onLoad(function () { FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { if('false' == 'true' && ''.length > 0 && ''.split(',').indexOf(geoLocation.country.iso_code) > -1) { FW.$('.signup-warning').removeClass('hide'); FW.$('.signup-page-container .contact-form-wrapper.fw-form').remove(); FW.$('.signup-page-container .h2').remove(); } }); FW.Utils.FormUtilities.validation('fteam-signupform', 'form-field', FW.Submit.alohaForm); if(false) FW.formSsoSignup.googleCallbackInitialization(false); if(false || false) FW.formSsoSignup.init(false); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); // Exit Trigger Modal Open - Modal will be opened when mouse pointer moves out of window viewport if ('no' === 'yes') { var pageName = window.location.pathname; var modalId = 'freshteamSignup'; var exitTriggerObj = { 'pageName': pageName, 'modalId': modalId } FW.$(document).mouseleave(function (e) { if (e.clientY <= 0 ) { var exitTriggerData = localStorage.getItem('exitTriggerData') === null ? [] : JSON.parse(localStorage.getItem('exitTriggerData')); if (FW.$.grep(exitTriggerData, function(item) {return (item.pageName === pageName && item.modalId === modalId)}).length === 0) { FW.$('#freshteamSignup').modal('show'); exitTriggerData.push(exitTriggerObj); localStorage.setItem('exitTriggerData', JSON.stringify(exitTriggerData)); } } }); } }); </script> <footer> <div class="footer-main"> <div class="footer-navs l-page clearfix-lg"> <div class="row"> <div class="col-md-4 footer-left-section"> <div class="row"> <div class="col-sm-6"> <div class="footer-nav-title footer-nav-title-logo"> <a href="/web/20211019125516/https://www.freshworks.com/"> <img class="logo logo-fworks footer-logo" src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> <i class="icon-arrow-down"></i> </div> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211019125516/https://freshdesk.com/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="nofollow" class="">Freshdesk</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/freshsales-crm/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="" class="">Freshsales</a></li> <li><a href="https://web.archive.org/web/20211019125516/https://freshservice.com/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/applicant-tracking/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="" class="">Freshteam</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/freshcaller-cloud-pbx/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="" class="">Freshcaller</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/live-chat-software/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="" class="">Freshchat</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/collaboration-software/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="" class="">Freshconnect</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/website-monitoring/?source=fworks&amp;medium=referral&amp;campaign=fworks_footer_main" rel="" class="">Freshping</a></li> </ul> </div> <div class="col-sm-6"> <p class="footer-nav-title caps-heading-12"> EMPRESA <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="/web/20211019125516/https://www.freshworks.com/pt/company/about/" rel="" class="">Quem Somos</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/pt/company/leadership/" rel="" class="">Liderança</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/pt/company/board" rel="" class="">Conselho de Administração</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/pt/company/investors/" rel="" class="">Investidores</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/customers/" rel="" class="">Clientes</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/solutions" rel="" class="">Soluções</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/company/affiliate-partner/" rel="" class="">Afiliadas</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/company/partners/reseller-partner-program/" rel="" class="">Parceiros</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/pt/company/careers/" rel="" class="">Carreiras</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/newsroom/press-releases/" rel="" class="">Sala de Imprensa</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/pt/contact/" rel="" class="">Fale Conosco</a></li> <li><a href="/web/20211019125516/https://www.freshworks.com/gdpr/" rel="" class="">GDPR</a></li> </ul> </div> </div> </div> <div class="col-md-8 footer-right-section"> <div class="row"> <div class="col-sm-4"> <p class="footer-nav-title caps-heading-12"> EVENTOS <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/br/events/cx-confluence-brazil/" rel="" class="">Primeira Cúpula de Clientes</a></li> <li><a href="https://web.archive.org/web/20211019125516/https://refresh.freshworks.com/" rel="" class="">Conferência Refresh19</a></li> </ul> </div> <div class="col-sm-4"> <p class="footer-nav-title caps-heading-12"> ESTUDOS DE CASO <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/customers/case-study/citizens-advice-boosts-customer-recommendations/?utm_source=freshworks&amp;utm_medium=referral&amp;utm_campaign=fw_footer_main" rel="" class="">Citizens Advice</a></li> </ul> </div> <div class="col-sm-4"> <p class="footer-nav-title caps-heading-12"> CONECTE-SE CONOSCO <i class="icon-arrow-down"></i> </p> <ul class="footer-nav social-connect-nav"> <li><a href="https://web.archive.org/web/20211019125516/https://www.facebook.com/FreshworksInc/" rel="" target="_blank"><i class="icon-facebook"></i></a></li> <li><a href="https://web.archive.org/web/20211019125516/https://twitter.com/freshworksinc" rel="" target="_blank"><i class="icon-twitter"></i></a></li> <li><a href="https://web.archive.org/web/20211019125516/https://www.youtube.com/channel/UCYtaa2E7NSvf3uD9DbsDYZA" rel="" target="_blank"><i class="icon-youtube"></i></a></li> <li><a href="https://web.archive.org/web/20211019125516/https://www.linkedin.com/company/1377014" rel="" target="_blank"><i class="icon-linkedin"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="footer-copyrights"> <div class="l-page clearfix-lg"> <div class="footer-nav copyrights-nav hide-in-mobile"> <a href="/web/20211019125516/https://www.freshworks.com/terms/" rel="">Termos de serviço</a> <a href="/web/20211019125516/https://www.freshworks.com/privacy/" rel="">Aviso de privacidade</a> <a href="/web/20211019125516/https://www.freshworks.com/take-down/" rel="">Política de retirada</a> <a href="/web/20211019125516/https://www.freshworks.com/gdpr/" rel="">RGDP</a> <a href="/web/20211019125516/https://www.freshworks.com/security/" rel="">Segurança</a> <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/csr-policy" rel="">Política de RSE</a> <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/company/sales-and-service-tax-faqs" rel="">Perguntas frequentes sobre tributação</a> <a href="/web/20211019125516/https://www.freshworks.com/live-chat-software/privacy/gdpr/unsubscribe/" rel="">Cancelar inscrição</a> </div> <p class="footer-copyrights-text">Direitos Autorais © Freshworks Inc. Todos os direitos reservados</p> </div> </div> </footer> <script type="text/javascript"> FW.onLoad(function() { FW.footer(); }); </script> <script type="text/javascript"> FW.onLoad(function() { FW.legal.init(); }); </script> <link href="/web/20211019125516cs_/https://www.freshworks.com/static-assets/css/non-critical.css" rel="stylesheet"/> <div id="modal-backdrop"></div> <div id="form-modal-holder"></div> <div id="eu-cookie-policy-popup"> <div class="l-page"> <div class="popup-container"> <div class="text col-md-9"><p>We use cookies to offer you a better browsing experience, analyse site traffic, personalize content, and serve targeted advertisements. Read about how we use cookies in our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/privacy">Privacy Notice</a>. Our <a href="https://web.archive.org/web/20211019125516/https://www.freshworks.com/list-of-cookies">Cookie Policy</a> provides information about managing cookie settings.</p> </div> <div class="options col-md-3"> <div class="button button--solid button--small button--black accept-cookies"> Accept Cookies </div> </div> </div> </div> </div> <div id="modal-search"> <div class="modal-wrapper"> <i class="icon-close"></i> <div id="searchbox"></div> <div id="infinite-hits"></div> <div id="pagination"></div> <div class="no-results"> <img src="/web/20211019125516im_/https://www.freshworks.com/static-assets/images/fservice/no-results-illustration.svg" alt="no results"/> <p>Sorry, our deep-dive didn’t help. Please try a different search term.</p> </div> </div> </div> <a style="display:none" class="button fcaller login-spam-trigger-button" data-toggle="modal" data-target="#signupSpamModalFcaller"></a> <div class="modal signup-spam-modal" id="signupSpamModalFcaller" tabindex="-1" role="dialog" aria-labelledby="signupLoginModal"> <div class="modal-dialog signup-login-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="modal-close" data-dismiss="modal" aria-label="Close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md"> <div class="form-wrapper animate-form-wrapper signup-login-form-wrapper align-center"> <div class="form-field-container"> <div class="form-content-upper"> <h6></h6> </div> </div> </div> </div> </div> </div> </div> <a style="display:none" class="button fcaller login-trigger-button" data-toggle="modal" data-target="#signupLoginFormFcaller"></a> <div class="modal signup-login-modal" id="signupLoginFormFcaller" tabindex="-1" role="dialog" aria-labelledby="signupLoginModal"> <div class="modal-dialog signup-login-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="modal-close" data-dismiss="modal" aria-label="Close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md"> <div class="form-wrapper animate-form-wrapper signup-login-form-wrapper align-center"> <div class="form-field-container"> <div class="form-content-upper"> <a class="button button--solid email-reminder-button"></a> </div> </div> <div class="thank-you-card align-center mt-sm"> <i class="icon-check-mark green-check round-icon"></i> <div class="mt-xs"> </div> </div> </div> </div> </div> </div> </div> <a style="display:none" class="button fcaller domain-taken-trigger-button" data-toggle="modal" data-target="#signupDomainTakenModalFcaller"></a> <div class="modal signup-domain-taken-modal" id="signupDomainTakenModalFcaller" tabindex="-1" role="dialog" aria-labelledby="signupLoginModal"> <div class="modal-dialog signup-login-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="modal-close" data-dismiss="modal" aria-label="Close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md"> <div class="form-wrapper animate-form-wrapper signup-login-form-wrapper align-center"> <div class="form-field-container"> <div class="form-content-upper"> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.modalbox(); }); </script> <script type="text/javascript"> (function(){ function loadFreshworksJS(event) { var script = document.createElement('script') script.type = 'text/javascript' script.src = "/static-assets/js/freshworks.js?c355366d43a7efc072d5a85cc1e53b19" document.body.appendChild(script) } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", loadFreshworksJS) } else { // `DOMContentLoaded` already fired loadFreshworksJS() } })(); </script><!-- Data Layer Initialization --> <script type="text/javascript"> window.addEventListener('load', function () { window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'tvc_pageDomain', 'pageDomain': 'FWorks' }); }); </script> <!-- Render Google Tag Manager Scripts for pt-br locale --> <!-- To be added in laylout master globally after complete leadspace integration. Adding it here for testing purpose Needs to remove--> <!-- Snippet ends here --> <!-- Freshsales Snippet --> <script type="text/plain" class="optanon-category-C0004" defer> function createTempFunction(function_name) { (window.freshsales)[function_name]=function() { (window.freshsales).push([function_name].concat(Array.prototype.slice.call(arguments,0))) }; } (function(url, app_token) { window.assets_url='//web.archive.org/web/20211019125516/https://d952cmcgwqsjf.cloudfront.net'; window.freshsales = window.freshsales || []; functions_list='init identify trackPageView trackEvent set'.split(' '); for(var i=0; i < functions_list.length; i++) { var function_name = functions_list[i]; createTempFunction(function_name); } var script_tag = document.createElement('script'); script_tag.async=1; script_tag.src= window.assets_url +'/assets/analytics.js'; var first_script_tag = document.getElementsByTagName('script')[0]; first_script_tag.parentNode.insertBefore(script_tag,first_script_tag); freshsales.init(url, app_token); })('//web.archive.org/web/20211019125516/https://freshdesk.freshsales.io','f32623a7e00c7a247c86a174268542be'); </script> <!-- End Freshsales Snippet --> <!-- Google Tag Manager --> <script type="text/plain" class="optanon-category-C0001">(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://web.archive.org/web/20211019125516/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WQKBJ88');</script> <!-- End Google Tag Manager --> <noscript><iframe src="https://web.archive.org/web/20211019125516if_/https://www.googletagmanager.com/ns.html?id=GTM-WQKBJ88" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> </body> </html> <!-- FILE ARCHIVED ON 12:55:16 Oct 19, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:59:42 Dec 12, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.69 exclusion.robots: 0.032 exclusion.robots.policy: 0.019 esindex: 0.014 cdx.remote: 21.915 LoadShardBlock: 115.61 (3) PetaboxLoader3.datanode: 81.121 (4) PetaboxLoader3.resolve: 3238.001 (2) load_resource: 3274.103 -->

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