ADVERTISEMENT

Viber launches business accounts for MSMEs

Published Oct 11, 2023 05:12 am

Rakuten Viber, a pioneer in private messaging and voice-based communication, has introduced a new set of commercial tools for micro, small, and medium enterprises (MSMEs) in the Philippines to improve marketing and local users' access to other services.

Viber’s Chief Revenue Officer Cristina Constandache said on Tuesday, Oct. 10, that the platform introduces new tools to cater to the growing demand for personalized experiences among online shoppers.

The new commercial tools called Business Accounts for enterprises serve as the model for its free service for MSMEs. It offers a free, self-serve communications hub for small and micro enterprises as the platform’s first solution in enhancing customer interaction, inbound inquiries, discoverability, and sales.

New features for self-serve business accounts include; allowing businesses to create a public business profile; respond to customer requests instantly; discover local products and services through Viber search; store customer messages separately from personal ones; and add new products or services to their business page's catalog.

"As we expand our business portfolio, we are committed to tailoring solutions to the unique needs of businesses of every scale. Our mission is clear: to offer customized services for enterprises of all sizes,” Constandache said during the press briefing last Oct. 10.

“Our aim is to help these businesses to grow – for micro business to become small business, for small business to become medium business, and for medium business [to] become large business,” she added.

She said that with over a billion Android downloads, Viber has expanded its suite of tools to cater to the growing demand for brand-user interaction, enabling businesses to reach new customers, build loyalty, and drive sales.

The new self-serve business accounts, which are made available in the Philippines and Greece, may also be expanded to more countries.

In the Philippines, Viber saw a 34 percent year-over-year rise in the number of delivered business messages during the first half of 2023 and a 30 percent year-over-year increase in the creation of business accounts overall.

Soon, medium-to-large company accounts will have access to additional value-added services.

Additionally, the super app company intends to roll out services like voice calls, broadcast messages, and fast and automatic replies that will advance communications for small business owners.

Custom pricing plans meanwhile will be made available soon, based on market feedback to broaden the original offering of free self-serve business solutions.

Further, Constandache guaranteed that “preemptive algorithms” will be utilized to ensure that the self-serve business accounts will not be abused for their intended purpose.

"Later on, added verification will be enhanced as well because this is one of the most important steps we are taking to ensure that communication remains secure,” she added.

Viber Asia Pacific Senior Director David Tse also emphasized that Viber will also take action on mitigating scams within their platform to ensure a good service environment for their users and business owners.

He said that Viber seeks to detect any scams and is something they have to deal with especially since micro businesses are a lot broader. 

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.