CRM

Unleash the Power of Now for AI-Powered Agents: Introducing Real-Time Ingestion and Actions in Data Cloud

In today’s fast-paced world, waiting is not an option, especially when your customers need immediate assistance. They expect instant responses, and your business demands real-time insights to empower your agents. Every millisecond counts in delivering exceptional service. That’s why we’re thrilled to announce a leap forward in Salesforce Data Cloud that significantly enhances Agentforce: Real-Time Ingestion and

Unleash the Power of Now for AI-Powered Agents: Introducing Real-Time Ingestion and Actions in Data Cloud Read More »

Salesforce Named a Leader in the 2025 Gartner® Magic Quadrant™ for Customer Data Platforms: Highest in Execution and Furthest in Vision

We are thrilled to announce that Salesforce has been recognized as a Leader in the 2025 Gartner® Magic Quadrant™ for Customer Data Platforms for the second consecutive year. Gartner evaluated 12 vendors, and we are proud to be recognized as highest in Ability to Execute and furthest in Completeness of Vision. We see this Leader

Salesforce Named a Leader in the 2025 Gartner® Magic Quadrant™ for Customer Data Platforms: Highest in Execution and Furthest in Vision Read More »

Rethinking the Golden Record: The Advantages of Data Cloud’s Unified Profile

We get it—when you hear about Data Cloud’s Unified Profile, your mind jumps straight to “golden record.” It’s tempting to think of it as a shiny new customer master, a shortcut to perfection. But before you lock in that idea, let’s take a step back and reset some expectations. Understanding what the Unified Profile is

Rethinking the Golden Record: The Advantages of Data Cloud’s Unified Profile Read More »

Share Your Feedback in the 2025 State of Salesforce Development Survey

Do you develop on the Salesforce Platform? We want to hear from you! The 2025 State of Salesforce Development Survey is here, giving you the opportunity to directly impact the tools and resources available to the Salesforce Developer community. In this blog, we’ll let you know how you can participate in this year’s survey and

Share Your Feedback in the 2025 State of Salesforce Development Survey Read More »

9 Ways to Motivate Your Sales Teams When Things Get Tough, According to the Experts

Sales motivation can make the difference between a company growing or stagnating. Your offering can have all the competitive advantages in the world, and your team can be trained in all the best scripts and techniques, but it’s your sales team’s willpower that gets them to dial, email, and message their leads. Consider the stats:

9 Ways to Motivate Your Sales Teams When Things Get Tough, According to the Experts Read More »

AMA: Career Lessons from a Lead Front-End Ecommerce Developer and Architect

Nicole L. Rose is a lead front-end Commerce Cloud developer and architect at Capgemini North America. Her career in Salesforce Commerce Cloud spans more than 12 years during which time she’s worked with iconic brands like Diane von Furstenberg, Yeti, Dooney & Bourke and PGA Superstore. Prior to her work in enterprise-level e-commerce, Nicole worked

AMA: Career Lessons from a Lead Front-End Ecommerce Developer and Architect Read More »

AMA: Hot Takes on Headless, AI, and Personalization from an Ecommerce Consultant

Amy Sillince is a freelance luxury ecommerce consultant who has worked in the ecommerce industry for 15 years. She started her ecommerce career in the fashion sector in London. She has spent about 10 years in the Salesforce Commerce Cloud ecosystem — first as a client, then as a solution architect for the Commerce Cloud

AMA: Hot Takes on Headless, AI, and Personalization from an Ecommerce Consultant Read More »

エージェントから呼び出すカスタムアクションの作り方(フロー編)

はじめに みなさん、こんにちは。株式会社セールスフォース・ジャパンの製品統括本部で Platform と Trusted Services のプロダクトマネージャーを担当してます Hiro です。 無料で取得してさまざまな機能のお試しができる Developer Edition が 2025年3月に新しくなり、Agentforce および Data Cloud も試せるようになりました。 https://www.salesforce.com/form/developer-signup/?d=pb Trailhead にも、エージェントを試すいくつものモジュールが公開されていますが、この記事ではエージェントのカスタマイズ・開発を行う方向けに、作成したフローをエージェントから呼び出せるようにする手順を解説してみます。 なお、この記事の想定読者は、Salesforce の設定の基本的な操作や、フロービルダーへのたどり着き方・基本的な操作はご存じであることを前提としています。もしまだフロービルダーを触った事がない場合は、関連する Trailhead モジュールも参考にしてみてください。 Flow Builder の基本 https://trailhead.salesforce.com/ja/content/learn/modules/flow-basics エージェント向けに標準アクションも数多く提供されてますが、実際の現場での利用に当たっては独自に定義したカスタムの処理実装(フロー/Apex など)をカスタムアクションとしてエージェントから呼び出せるようにする事で、しっかりと現場で役にたつエージェントに仕立て上げる事ができます。 免責のお伝えです。本記事は 2025/3/31 時点の画面・提供機能でもって作成しています。その後の更新等で画面が変わっていたり機能が追加されている場合もあります。あらかじめご了承ください。最新情報については Help ページを参照いただきますよう、よろしくお願いいたします。 当サイトでは、最新かつ正確な情報の掲載を努めておりますが、正確性や安全性、効果等を保証するものではありません。本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります。また、当サイトの掲載内容によって損害等が生じた場合は、一切の責任を負いかねますので、ご利用の際はヘルプやリファレンスをご参照の上、お手元で十分検証をいただいたのち導入についてご判断くださいますようお願いいたします。 注意事項) 2025/3/31 時点では、エージェントのトピックの分類の説明・範囲・指示の説明、アクションの各種説明などの日本語による記述は正式サポート対象になっていません。この記事ではわかりやすさを優先し日本語で記述していますが、実運用の環境でサポートを受けるには英語での記述にしていただけますようよろしくお願いいたします。 アクションの位置付け まずエージェントとアクションの関係性を説明します。 エージェントの動きは次のようになります。 ユーザー入力の内容からどのトピックを選べば良いか判断 トピックの中のどのアクションをどのように呼び出せば良いかを判断 必要なアクションを順次呼び出して結果を受け取り 最終的にユーザー入力に対する回答を生成して返却 今回は、処理実装をフローで作成し、トピックとカスタムアクションを定義して、実際にエージェントから呼び出すまでの手順を解説します。 事前準備 まずはエージェントが動作することを確認します。新しい Developer Edition では、次の設定が完了済みの状態で使い始められるようになっています。 生成 AI

エージェントから呼び出すカスタムアクションの作り方(フロー編) Read More »