Implementation Patterns
Example prompts for building, deploying, and configuring
These patterns show how to ask for implementations across Salesforce products. Start with these examples and adapt them to your needs.
For complex implementations, start in Plan mode to get an implementation plan before building. See Plan Then Build.
Sales Cloud
Lead scoring:
Implement lead scoring in Sales Cloud based on engagement signals
from Marketing Cloud. Score leads based on email opens, clicks,
and website visits.Case routing:
Create a Flow that routes cases to the right queue based on
product category and customer tier.Opportunity automation:
Build automation that updates opportunity stage when key tasks
are completed. Send alerts to managers when deals are stuck.Custom objects:
Create a custom object to track partner referrals. Include fields
for partner name, referral date, opportunity link, and commission
status.Service Cloud
Case management:
Implement a case escalation process. Cases should auto-escalate
after 24 hours without response for standard customers, 4 hours
for premium.Knowledge base:
Set up a knowledge base structure for our support team.
Categories should match our product lines. Include article
templates for FAQs, troubleshooting, and how-to guides.Service metrics:
Create reports and dashboards for service metrics: average
resolution time, first contact resolution rate, CSAT by agent.Data Cloud
Unified profiles:
Create a unified customer profile in Data Cloud using data from
Sales Cloud and Marketing Cloud. Use email as the primary identity
key with fallback to phone number.Segments:
Create a segment for high-value customers who haven't engaged
in the last 30 days. High-value means lifetime spend over $5000.Data streams:
Set up a data stream to ingest product data from our external
inventory system via IngestAPI.Activation:
Configure an activation target to export our VIP segment to an
S3 bucket daily for use by our data warehouse.For Data Cloud implementations, Plan mode is especially valuable. The agent can explore your existing data model and connections before proposing changes.
Marketing Cloud
Email journey:
Create a welcome journey for new subscribers. Send a welcome email
immediately, a product showcase after 3 days, and a discount offer
after 7 days if they haven't purchased.Data extensions:
Create a data extension to store lead scores synced from Sales
Cloud. Fields: email, score, last_calculated, engagement_tier.Content blocks:
Create reusable content blocks for our standard email header,
footer, and product grid. Apply our brand kit.Automation:
Set up an automation that runs daily to identify subscribers who
haven't opened an email in 90 days and add them to a re-engagement
segment.Agentforce
Service agent:
Build an Agentforce service assistant that can look up orders,
check shipping status, and create return requests. Connect it
to our Service Cloud org.Sales assistant:
Create an Agentforce sales assistant that can retrieve customer
history, suggest next best actions, and create follow-up tasks.Custom functions:
Add a new function to my existing agent that calculates customer
loyalty points based on their purchase history.Flows
Screen flow:
Create a screen flow for new customer onboarding. Collect company
info, primary contact, and preferences. Create Account, Contact,
and a custom onboarding record.Record-triggered:
Build a record-triggered flow that fires when an opportunity
closes won. Create a customer success case and notify the
assigned CSM.Scheduled:
Create a scheduled flow that runs weekly to identify accounts
without activity in 60 days and creates renewal reminder tasks.Apex
Integration:
Write an Apex class that syncs contact data to our external
marketing platform via REST API. Include error handling and
retry logic.Trigger:
Create a trigger on the Lead object that validates phone number
format and auto-formats to E.164 standard.Batch:
Build a batch Apex class to recalculate customer health scores
nightly based on engagement metrics.Permission Sets
Feature access:
Create a permission set for our sales team that grants access
to the new opportunity fields and the customer health dashboard.Object access:
Create a permission set for partners that gives read-only access
to their referred opportunities and commissions.How to Get Better Implementations
Start with the outcome:
I want customers to automatically move to a VIP segment when
their lifetime value exceeds $10,000Include constraints:
This needs to work with our existing lead routing. Don't duplicate
or override the current process.Specify the org:
Deploy this to my dev sandbox first. I'll review before we move
to production.Request testing:
After building, test with sample data to verify it works correctly.