// Adds dimensions UUID, Author and Topic into GA4
Monday, November 3, 2025
26.4 C
Singapore

Singlife becomes first insurer in Singapore to adopt Salesforce’s Agentforce

SINGAPORE: Singlife has become the first insurer in Singapore to use Salesforce’s Agentforce, an artificial intelligence (AI) tool designed to help customer service teams work more efficiently.

According to Singapore Business Review, the AI agent, powered by Salesforce’s Data Cloud, pulls information directly from Singlife’s internal resources, such as product manuals, training materials, and FAQs, which allows service staff access to information instantly, instead of manually searching through multiple documents.

The insurer also plans to expand the use of Agentforce to its network of financial advisers, helping them provide quicker and more consistent information to clients.

Channel News Asia reported that on Monday (Oct 13), Salesforce launched Agentforce 360, which CEO Marc Benioff described as a platform that “connects humans, agents, and data” to help clients automate routine tasks across its cloud-based tools.

Agentforce 360 is already used by over 12,000 customers, including Reddit, OpenTable, and Adecco. /TISG

Read also: Google launches new AI platform ‘Gemini Enterprise’ for business clients

See also  SIA partners with Salesforce to enhance AI-powered customer service

Featured image by Depositphotos (for illustration purposes only)

- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //