Quickly Create Fake Salesforce Data with ChatGPT

Hey Salesforce Admins – Maybe you know this already, but just in case… it’s really easy to use ChatGPT to generate high quality fake data.

Example 1 – Super Simple Dataset

Let’s generate fake contacts to import with the Data Import Wizard. I can type the names of my fields directly into the ChatGPT prompt. I can also tailor the record details to match my actual contacts, and make it fun at the same time (Sample data is probably the best way for a Salesforce admin to be silly!)

Here’s what my first prompt looks like:

Create a sample csv data set of 25 records. Here are the column headers: Name Favorite 80s movie Favorite 90s movie Hobby Age Current Member. Populate the hobby column with obscure hobbies. Make the ages 18-75, but mostly in their 30s. Make current members mostly true, but a few false.

Make sure you specify that the results are in csv format! Here is what it generated.

Continue reading Quickly Create Fake Salesforce Data with ChatGPT

Use ChatGPT to Respond to Emails in Salesforce

Don’t know what to write to a customer or a major donor? Not sure how to be kind and encourage someone to try a little harder next time? ChatGPT can do that for you. And now you can use it right inside Salesforce to respond to your emails.

My colleague Brian Ricter wrote an apex class connecting Flow with ChatGPT. It takes a string, sends that as the prompt to ChatGPT and returns the response. You can use this apex action in a flow to do anything you want with ChatGPT!

I’ve utilized Brian’s apex action in a screen flow that helps you respond to a contact’s most recent email. And I’ve packaged it up for you to install easily.

In this demo, our company sells pet rocks. We’ve received a kind email from our customer Bob. Let’s use ChatGPT to respond to Bob in a friendly way and in a flirty way.
Continue reading Use ChatGPT to Respond to Emails in Salesforce