www.make.com Open in urlscan Pro
104.18.37.111  Public Scan

URL: https://www.make.com/en/use-cases/automated-email-responses?utm_campaign=%F0%9F%93%AE%5BMarketing%5D+Onboarding+1%3B+...
Submission: On November 26 via api from US — Scanned from GB

Form analysis 2 forms found in the DOM

Name: subscribe

<form name="subscribe" class="BlogFooter_subscribeForm__t02pI">
  <div class="Form_formElementWrapper__XGEtJ BlogFooter_subscribeInput__6HkJG">
    <div class="Form_formInput__NEIGR"><input id="email" placeholder="Your email address" class="" type="email" name="email"></div>
  </div><button class="Button_Button__ZyS_J filled BlogFooter_submitButton__YDxj0" type="submit">Subscribe</button>
</form>

Name: subscribe

<form name="subscribe" class="Footer_subscribeForm__iZ94Z">
  <div class="Form_formElementWrapper__XGEtJ Footer_subscribeInput__946kk"><label for="email">Subscribe to news updates*</label>
    <div class="Form_formInput__NEIGR"><input id="email" placeholder="Your email address" class="" type="email" name="email"></div>
  </div>
  <div class="small">
    <p>* By submitting this form, you confirm that you agree to the storing and processing of your personal data as described in our <a href="https://www.make.com/en/privacy-notice">Privacy Notice</a>.</p>
  </div><button class="Button_Button__ZyS_J text" type="submit">SUBSCRIBE →</button>
</form>

Text Content

 * Product
   Platform
   Discover how Make works.
   Apps & services
   Connect anything!
   Enterprise
   Ready to scale even faster? Learn more.
 * Solutions
 * Pricing
 * Resources
   Blog
   Access popular guides, tips & stories about automation.
   Community
   Connect with other Makers, exchange ideas & tips.
   Help
   Explore our documentation & resources.
   Make Academy
   Access eLearning content to learn with Make.
 * Partners
   Find a partner
   Find the perfect partner to support your business needs.
   Become a partner
   Help your customers automate anything with Make.

Talk to salesLog inGet started free
 * Product
   * Platform
   * Apps & services
   * Enterprise
   Solutions
   
   
   MAKE ACROSS YOUR BUSINESS
   
   
    * MARKETING
      
      Drive faster growth with marketing automation
   
   
    * SALES
      
      Level up your sales cycle to close more deals faster
   
   
    * OPERATIONS
      
      Get teams and tools working together smoothly
   
   
    * CUSTOMER EXPERIENCE
      
      Take better care of customers with automation
   
   
    * FINANCE
      
      Manage time as well as you manage money
   
   
    * INFORMATION TECHNOLOGY
      
      Efficiently scale and control your IT workflows
   
   
    * PEOPLE
      
      Get your HR processes running smoothly
   
   
    * WORKPLACE PRODUCTIVITY
      
      Automate busy work to focus on what matters
   
   
   INSPIRATION
   
   
    * TEMPLATES
      
      Get started with our library of templates.
   
   
    * BLOG
      
      Access popular guides, tips & stories about automation.
   
   
    * MAKE ACADEMY
      
      Access eLearning content to learn with Make.

 * Pricing
   * Pricing
 * Resources
   * Blog
   * Community
   * Help
   * Make Academy
 * Partners
   * Find a partner
   * Become a partner

Talk to salesLog inGet started free



HOW TO EASILY AUTOMATE EMAIL RESPONSES WITH CHATGPT

Jul 11, 2023


Few things are more tempting in business than complaining about emails. We get
it: The sheer volume alone can be overwhelming. 

On top of this, many professionals - CEOs, and salespeople in particular - have
to deal with the “repetitiveness” factor when it comes to email. 

In other words, reading and writing emails that look and feel alike, over and
again. 

But what if you could automatically draft email responses based on the type of
email you have in front of you? 

This is where ChatGPT and Make enter the scene, allowing you to create drafts
for emails automatically, and making your life easier. 

The result: Less time in your inbox, more time for your business and personal
life. Join us as we show you how to automate email responses with ChatGPT. The
journey toward efficient email management starts here!


SOLUTION OVERVIEW: EMAIL DRAFTS À LA CARTE

The solution we’re presenting here does a very good job of writing email drafts
for each and every single email you receive.



It’s available as a Make template that you can use right away, but we’ll also
show you how to build it from scratch so you can understand all the nuances in
it.

How does it work? Simple: It “watches” your inbox for new emails, and then uses
the ChatGPT API to write draft responses based on categories that you define
(ideally, based on the type of emails you usually receive). 

All of this takes place in a couple of seconds, and then you can decide whether
to send, edit, or discard the draft right from your inbox. 

To use this solution, you’ll need the following apps and services:

 * A Make account (Core Plan or above).

 * An Airtable account.

 * An OpenAI account (and tokens to generate the drafts, don’t forget to
   purchase these).

 * An email client (you can use Outlook, Gmail, or any other email client).

We are using this Airtable base model in case you want to copy it. 

Now, let’s build this solution from scratch to see how it all works behind the
scenes.


STEP 1: CREATE A NEW MAKE SCENARIO AND ADD THE EMAIL APP

Once you have a Make account, create a new scenario from the dashboard.



This will take you to the scenario builder. Search for the Email app and select
the Watch emails module to the scenario, which will serve as the trigger. 



Now, you need to connect your email account to Make to proceed. Click Add and
follow the instructions in the module.



Select Inbox as the folder to watch, and select the Only Unread emails option as
the Criteria. 



The Maximum number of results represents the total number of emails that will be
retrieved during a single execution of this scenario. 

Set it to 10 (or higher if you receive lots of emails) to ensure that all the
unread emails are fetched in each execution.




STEP 2: ADD THE OPENAI MODULE

Now it’s time to add the second module in the scenario, which is the OpenAI
(DALL-E & ChatGPT) > Create a Completion. 

To add a module, click the plus sign on the right of the Email module.



Then, search for the OpenAI app and select the Create a Completion module.



Next, connect your OpenAI account to Make with your OpenAI API key.



To configure this module, select the “Create a Prompt Completion” method so that
it only outputs the pre-defined category. Then select the latest model.

You can use the prompt below and map the text content data item from the Email
module. Simply replace the categories with your own.

Categorize the following email '{2.text}' into one of these categories:

 * Inquiry/Requests

 * Complaints/Issues

 * Job Applications/Resumes


STEP 3: ADD THE AIRTABLE APP

When ChatGPT outputs the category of the email, Make needs to search the
Airtable base for the matching category and its accompanying prompt. 

These will be used for context when drafting the email.

To achieve this, add the Airtable > Search records module to the scenario.



Once you connect your Airtable account to Make, select the Base that we have
provided above. 

Don’t forget to edit the sample data on the table to suit your business needs! 

For the output fields, select all options.



In the Formula field, use the following formula and map the data item from the
OpenAI module as you see in the screenshot below. 

Formula: {Category}='{3.choices[].text}'

This will match the category outputted by ChatGPT to a category on your table.



This Airtable module outputs the predefined prompt for the category that we need
to use as context to draft an email reply. 

Once ready, click OK and proceed to the next step.


STEP 4: ADD THE SECOND OPENAI MODULE

We need to add another OpenAI (DALL-E & ChatGPT) > Create a Completion module to
draft the email, but the configuration is slightly different. This time,
configure the model as follows:

 * Method: Create a Chat Completion method, which will output the full reply.

 * Model: gpt-3.5-turbo-0301 which has the highest token limit currently (16k).

 * Message: Role: User

 * Message content: Map the prompt data item from the Airtable module and the
   Text content item from the Email module.




STEP 5: ADD THE FINAL EMAIL MODULE

We now have all the information to create the draft email. 

Let’s add the final module to the scenario, the Email > Create a Draft module.



After connecting your email client in the module’s configuration box, select the
Draft folder where the email will be stored. 

You can enter your email address in the recipient field. 

Then, set up the Subject and Content fields as shown in the screenshot below.
Once ready, finish configuring the module by clicking OK.




STEP 6: SCHEDULE THE SCENARIO AND TURN IT ON 

We’re almost done! 

Now, it’s time to set up the scenario to execute at specific time intervals
according to your business needs. 

To do this, click the clock icon on the first module of your scenario to open
the scheduling settings and set it up accordingly.



To conclude, save the scenario and switch it on to complete the setup.



And that’s all, folks! Your automatic email writing assistant is ready to start
doing the grueling and repetitive for you.




FINAL OBSERVATIONS: WHO BENEFITS FROM AUTOMATED EMAIL RESPONSES? 

Automated email responses are a game-changer when used correctly by
professionals who are inundated with a high volume of emails.

Think of customer service representatives, sales, marketing, HR professionals,
and startups who’re trying to make a dent in the market - all of whom handle
dozens, if not hundreds of inquiries every day. 

With Make and ChatGPT, they can all instantly provide accurate responses and
free up their time to focus on complex queries. 

Create a Make account today to embrace this and other life-changing solutions
that will transform your work for the better!


MARTIN ETCHEGARAY

Content Manager and Senior Editor at Make. I enjoy writing and reading about
history, science, and tech.

LIKE THIS USE CASE? SPREAD THE WORD.


Facebook

Twitter

LinkedIn


GET MONTHLY AUTOMATION INSPIRATION

Join 75,000+ Makers and get the freshest content delivered straight to your
inbox.

Subscribe


WORK THE WAY YOU IMAGINE

Get started free
Subscribe to news updates*


* By submitting this form, you confirm that you agree to the storing and
processing of your personal data as described in our Privacy Notice.

SUBSCRIBE →
Make
ProductAppsPricingGet demoEnterpriseStatus
Solutions
Use casesSuccess storiesTemplatesPartner directoryAPI documentationIdea exchange
Resources
AcademyCommunityDocumentationBlogWebinarsAffiliatePartnersSecurityOn-prem agents
Company
AboutCareersContact usPressTerms & conditionsPrivacy noticeCookie
noticeDisclaimerBug BountyOur storyEthics & Compliance
© 2024 Celonis, Inc. All rights reserved.

With cookies we can ensure you get the best experience on our website. These
cookies may incorporate data transfers to third-party providers based in
countries without an adequate level of data protection. By clicking “Accept All
Cookies”, you agree to the storage of cookies on your device to improve website
navigation, analyze website usage, and assist in our marketing efforts. For
further information, including the processing of data by third-party providers
and the possibility of changing your preferences at any time, please see your
settings under “Select Cookie settings” and the following links: Cookie Notice
Accept Only Necessary Accept All Cookies
Cookies Settings