<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.peoplewoo.com/blogs/tag/promptbuilder/feed" rel="self" type="application/rss+xml"/><title>Peoplewoo - Blogs #PromptBuilder</title><description>Peoplewoo - Blogs #PromptBuilder</description><link>https://www.peoplewoo.com/blogs/tag/promptbuilder</link><lastBuildDate>Fri, 10 Jul 2026 17:08:04 +0530</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Create A Field Generation Prompt In Agentforce Studio | Peoplewoo Skills]]></title><link>https://www.peoplewoo.com/blogs/post/Create-A-Field-Generation-Prompt-In-Agentforce-Studio</link><description><![CDATA[<img align="left" hspace="5" src="https://www.peoplewoo.com/WhatsApp Image 2026-06-13 at 6.52.58 PM.jpeg"/>Learn how to use Salesforce Agentforce Studio to build a simple AI tool that automatically summarizes your customer support cases.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_taRxxVVQSb66V9QvnDKcvA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_hmYda85pSkeWwAuRVA6_jg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_9o5ZbdEETte1vroSQHfAhQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_MMU1LSJqhEO-s_HiwH87bw" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"></style><div class="zpiframe-container zpiframe-align-center"><iframe class="zpiframe " src="https://www.youtube.com/embed/A2ZEi5hd_T4?si=WvqfcGKb8a9KHPJd" width="560" height="315" align="center" allowfullscreen frameBorder="0" title="Create a Field Generation Prompt Template in Agentforce Studio | Salesforce Agentforce Tutorial"></iframe></div>
</div><div data-element-id="elm_U6r-eskASXm81YaSmUbK8w" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><h1 style="text-align:justify;"><span style="font-size:20px;">How to Create Field Generation Prompt Templates in Agentforce Studio?</span></h1><h2 style="text-align:justify;"><div><blockquote></blockquote></div></h2><p></p><p style="text-align:justify;">Ever wish your Salesforce cases could just summarize themselves? With Agentforce Studio and Prompt<b></b>Builder, you can make that magic happen in just a few minutes.</p><p style="text-align:justify;">Here is a quick, step-by-step guide to building a &quot;Quick Summary&quot; field generation template that leverages AI to do the heavy lifting for you.</p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;"><br/></span></p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;">Step 1: Create the Template Base</span></p><p></p><div><h2 style="text-align:justify;"></h2><p style="text-align:justify;">First, let’s navigate to the workspace and lay the groundwork:</p><ol start="1"><li><p style="text-align:justify;">Click the App<b></b>Launcher and search for Agentforce<b></b>Studio.</p></li><li><p style="text-align:justify;">Click Prompt<b></b>Templates to open the Prompt Builder in Setup.</p></li><li><p style="text-align:justify;">Select New<b></b>Prompt<b></b>Template and fill out the details:</p><ul><li><p style="text-align:justify;">Prompt Template Type: Field Generation</p></li><li><p style="text-align:justify;">Prompt Template Name: <code>quick summary</code></p></li><li><p style="text-align:justify;">Template Description: A short summary of case details.</p></li><li><p style="text-align:justify;">Object: Case</p></li><li><p style="text-align:justify;">Object Field: quick summary</p></li></ul></li></ol><p style="text-align:justify;">Click Next, and you’re ready to start building.</p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;"><br/></span></p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;">Step 2: Add Instructions &amp; Dynamic Merge Fields</span></p><p style="text-align:justify;">Next, ensure <b>OpenAI GPT4 Omni Mini</b> is selected as your model. Paste the following instruction text into the prompt box:</p><blockquote><p style="text-align:justify;">&quot;Summarize the concatenation of the contents of the comment bodies of comments along with the text from subject, the case priority, which is priority, and the case type, which is type. Keep the response to a single short paragraph.&quot;</p></blockquote><p style="text-align:justify;">To make this template dynamic, we need to replace those ALL-CAPS placeholders with actual Salesforce data. Use the Insert<b></b>Resource button to swap them out:</p><ul><li><p style="text-align:justify;">Priority: Place your cursor before &quot;priority,&quot; click <i>Insert Resource &gt; Case &gt; Priority</i>, and delete the old placeholder word.</p></li><li><p style="text-align:justify;">Comments: Replace &quot;comments&quot; by selecting <i>Case &gt; Case Comments</i>.</p></li><li><p style="text-align:justify;">Type: Replace &quot;type&quot; by selecting <i>Case &gt; Case Type</i>.</p></li><li><p style="text-align:justify;">Subject: Replace &quot;subject&quot; by selecting <i>Case &gt; Subject</i>.</p></li></ul><p style="text-align:justify;">Your placeholders will turn into clean, blue merge fields.</p><h2 style="text-align:justify;"><span style="font-size:20px;color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-weight:600;">Step 3: Test and Activate</span></h2><p style="text-align:justify;">Before launching it to your users, let's make sure it works perfectly:</p><ul><li><p style="text-align:justify;">Click <b>Save</b>.</p></li><li><p style="text-align:justify;">Click <b>Preview</b>, then expand the <b>Inputs</b> box.</p></li><li><p style="text-align:justify;">Find and select a sample record, like <b>Case 00002</b>.</p></li><li><p style="text-align:justify;">Click <b>Preview</b> again to see the LLM generate a concise case summary in real-time.</p></li><li><p style="text-align:justify;">Once it looks good, click <b>Activate</b>.</p></li></ul><p style="text-align:justify;">And just like that, you've successfully automated your case summaries. Less time skimming logs, more time solving problems!</p></div><p></p><div style="text-align:justify;"><br/></div><p></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 19 Jun 2026 12:53:17 +0530</pubDate></item><item><title><![CDATA[Prompts & Prompt Templates in Salesforce Agentforce |Peoplewoo Skills]]></title><link>https://www.peoplewoo.com/blogs/post/prompts-prompt-templates-in-salesforce-agentforce-peoplewoo-skills</link><description><![CDATA[<img align="left" hspace="5" src="https://www.peoplewoo.com/WhatsApp Image 2026-06-11 at 6.29.48 PM.jpeg"/>Just like giving a talented chef a clear recipe, writing detailed instructions helps AI give you the exact business results you need safely and effectively.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_EW3RFfrBQFejCFr5WogMDA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_dYO-h3KNTzyEKNSQqwmvJQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_NqASYl8vSIW2Gwczn_QF_g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_B6vhEANkqs5wPYfSssB7ZA" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"></style><div class="zpiframe-container zpiframe-align-center"><iframe class="zpiframe " src="https://www.youtube.com/embed/HseQ_ymBKp8?si=oi9j7owebcuD0acc" width="560" height="315" align="center" allowfullscreen frameBorder="0" title="Prompts &amp; Prompt Templates in Salesforce Agentforce"></iframe></div>
</div><div data-element-id="elm_S7_uK6nqS32sroodHkjqQg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><h1 style="text-align:justify;"><span style="font-size:20px;">Prompts</span></h1><p style="text-align:justify;">Imagine you just hired a highly talented assistant chef at your bakery. If you simply tell them to &quot;bake a cake,&quot; you might not get what you want. But if you specify the flavor, size, occasion, and decoration guidelines, they will nail it every time.</p><p style="text-align:justify;">Generative AI works exactly the same way. The instructions you give to a Large Language Model (LLM) are called prompts. The more detailed and effective your prompt, the better the AI's response will be.</p><h2 style="text-align:justify;"><span style="font-size:20px;">The Recipe for a Perfect Prompt</span></h2><p style="text-align:justify;">If you are a bakery owner wanting to write a promotional blog, don't just ask the AI to &quot;write a blog post.&quot; Instead, break your prompt down into these core characteristics:</p><ul><li style="text-align:justify;">Participant<strong></strong>&amp;<strong></strong>Setting<strong>:</strong> Define who you are. (e.g., &quot;I am a bakery owner who loves blogging about cake decoration.&quot;)</li><li style="text-align:justify;">Goal: State your clear objective. (e.g., &quot;I want to teach my customers how to design decorative cakes.&quot;)</li><li style="text-align:justify;">Relationship: Identify your target audience. (e.g., &quot;This is for our regular customers.&quot;)</li><li style="text-align:justify;">Data: Provide the core context. (e.g., &quot;We are launching a new cake collection.&quot;)</li><li style="text-align:justify;">Instructions: Set strict boundaries. (e.g., &quot;Write in simple English that a 6-year-old can understand, and keep it under 600 words.&quot;)</li></ul><p style="text-align:justify;">Once you craft the perfect prompt, you can save it as a prompt<strong></strong>template with placeholders. When you launch a new cake in the future, just swap out the data placeholder, and your AI is ready to go!</p><h2 style="text-align:justify;"><span style="font-size:20px;">Bringing Prompt Templates to Salesforce</span></h2><p style="text-align:justify;">This exact strategy is why Salesforce introduced Prompt<strong></strong>Builder. Instead of starting from scratch, Salesforce provides predefined templates tailored for business needs:</p><ul><li style="text-align:justify;">Sales<strong></strong>Email<strong></strong>Templates: To quickly draft effective customer outreach.</li><li style="text-align:justify;">Field<strong></strong>Generation<strong></strong>Templates: To automatically populate custom data fields.</li><li style="text-align:justify;">Record<strong></strong>Summary<strong></strong>Templates: To instantly condense complex CRM records.</li><li style="text-align:justify;">Flex<strong></strong>Templates: For entirely custom business requirements.</li></ul><p style="text-align:justify;">By securely grounding these templates with your CRM data points—like Merge<strong></strong>Fields,<strong></strong>Flows,<strong></strong>Apex,<strong></strong>and<strong></strong>Data<strong></strong>Cloud—Salesforce delivers incredibly accurate, personalized responses.</p></div>
</div><div data-element-id="elm_6kKe-3F4TKqDGUN-ZmpA6w" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center zpbutton-align-mobile-center zpbutton-align-tablet-center"><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 12 Jun 2026 13:27:43 +0530</pubDate></item><item><title><![CDATA[Build an Agentforce Flex Prompt Template in Salesforce | Peoplewoo Skills]]></title><link>https://www.peoplewoo.com/blogs/post/build-an-agentforce-flex-prompt-template-in-salesforce-peoplewoo-skills</link><description><![CDATA[<img align="left" hspace="5" src="https://www.peoplewoo.com/files/WhatsApp Image 2026-05-25 at 3.15.34 PM.jpeg"/>Discover how to combine live CRM data with generative AI using Salesforce Einstein Prompt Builder to effortlessly create hyper-personalized guest communications.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_FFhq9vWOTNGd-t2gy2OT9A" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_ykM4cjfHQgWMZbKmuRYR7w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_6qGYmfooSU6Gz_hbiQMquA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Tn8qxMaQ5FQRPz_lfBNYnA" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"></style><div class="zpiframe-container zpiframe-align-center"><iframe class="zpiframe " src="https://www.youtube.com/embed/XIL5NGkTMPI?si=_GK2IL5qxgzHyW97" width="560" height="315" align="center" allowfullscreen frameBorder="0" title="Build an Agentforce Flex Prompt Template in Salesforce"></iframe></div>
</div><div data-element-id="elm_sxABdm-pQUKW5UU7XeCeSg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><div style="text-align:justify;"><h1><span style="font-size:20px;">A Guide to Salesforce Einstein Prompt Builder</span></h1><p>Want to elevate your customer experience? With Salesforce Einstein Prompt Builder, you can seamlessly blend CRM data with generative AI to create highly personalized communications. Here is a quick, step-by-step guide to building a dynamic resort newsletter.</p><ul><li><h2><span style="font-size:20px;">Step 1: Prep Your Test Data</span></h2><p>Before building, ensure Einstein<strong></strong>Setup is toggled on in your setup menu. Next, head to the App Launcher, open Experiences, and create two new records to use as test data: </p><ul><li>Family<strong></strong>Karaoke<strong></strong>Night<strong>:</strong> Set capacity to 50, location to Melody Lounge, and add a fun description.</li><li>Sunrise<strong></strong>Yoga<strong>:</strong> Set the location to Cocoa Shore and select the fitness and exercise type.</li></ul><p></p></li><li><h2><span style="font-size:20px;">Step 2: Create a Flex Template</span></h2><p>Navigate to Prompt<strong></strong>Builder and create a new Flex<strong></strong>Prompt<strong></strong>Template named New Guest Newsletter. Flex templates are incredibly powerful because they allow you to link multiple data sources. Under inputs, add two object resources: Reservation and Experience.</p></li><li><h2><span style="font-size:20px;">Step 3: Craft Your Prompt &amp; Add Merge Fields</span></h2><p>In the workspace, define the AI’s persona (e.g., <em>Director of Fun</em>) and outline the newsletter guidelines. To make it dynamic, delete the placeholder text and insert your merge<strong></strong>fields: </p><ul><li>Swap generic greetings with reservation/external guest/firstname.</li><li>Link specific check-in/out dates and room types.</li><li>Insert experience/description and experience/location.</li></ul><p></p></li><li><h2><span style="font-size:20px;">Step 4: Select Your Model and Test</span></h2><p>Select OpenAI<strong></strong>GPT<strong>-</strong>4<strong></strong>Omni<strong></strong>Mini as your model and hit save. Click Preview, choose a test reservation alongside your &quot;Sunrise Yoga&quot; experience, and watch Einstein instantly generate a beautiful, hyper-personalized welcome letter.</p></li></ul><blockquote><p>💡 The Takeaway: By connecting live CRM data directly to generative AI templates, you deliver tailored customer experiences with zero manual effort!</p></blockquote></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 26 May 2026 17:04:07 +0530</pubDate></item></channel></rss>