How to schedule a daily summary of your new newsletters sent by artificial intelligence to your email
Let’s tell you how to create a summary of all the newsletters received in your email electronic using artificial intelligence. For this, we are going to use the service Make to create a workflow or workflow with a three-step automation. The idea is to have an email where we receive the newsletters, and configure an automation that once a day analyzes if you have new ones in your mailbox, sends them to an AI like Gemini to make a summary for you, and to send you an email to a second account with a summary of each newsletter you have. But before we start, I must remind you that when you do this, you will be sharing your email data first with Make, where you will link your account, and then with Gemini to give you a summary. It is something that you should take into account if you are a person who wants to take maximum care of your privacy. And if you don’t want to complicate things so much, remember that we have taught you how to make a timely summary of your newsletters with AI. This will not be programmed as we are going to show you today, but you will only need to link your email directly to an AI and write the prompt corresponding. You have to use two email accounts To create this automation you will need two email accounts. One will receive the newsletters and send an automatic email with the summary of each one to your second account. A practical tip is to have an account only for newsletters. With this, first you will prevent unwanted newsletters from reaching you and so much data from your main account being shared, and on the other hand, when you create this workflow you will not be linking the email that you normally use, only the one for the newsletters. And with this, when you configure the third step or module of our workflow, that is where you will have to put the main email to receive the summaries, while all the connections and content explorations will be where the newsletters arrive. Tag your newsletters You will also have to tag all newsletters that you receive. This way, you will have all the emails under that label, and then when creating the automation it will be easier to point out where the AI has to read. For example in Gmail, go to the manage labels option and create one. Once you have created the label, simply label all the emails that are newsletters. So, sender addresses will be labeledand all the emails that arrive will go directly to the tag that you have created for the newsletters. Get the AI API you want to use For this automation, also we are going to need the API of an AI to be able to use it in our project. In our case, we will follow the guide that we have made for you to get the free Gemini APIand thus use Google AI to process the newsletters and send you the summaries. You simply have to enter the website of aistudio.google.com and sign in with your Google account. When you do, in the left bar click on API keysand then at the top click on Create API key. By doing so, create a new project to link the key to and that’s it. When you have created the API, you will see that it appears in the list of API keys. You just have to click on the left, below where it says Clueand a window with the API will open, starting with “AIza–“. You can do this with any other AI whose API you want to use. Now, create your automation Let’s now move on to creating our automation. As we have been doing several times, we are going to turn to Make, as it is a platform that is easy to use and very versatile. In it we will create automations with Gmail and Gemini modules, and in all of them we will have to log in. We are going to skip these steps in the guide, but to log in with Gemini you will need to enter the API that we obtained in the previous step, and with Gmail you will have to log in and give the platform permission to read all your emails and be able to write them in your name. First the Gmail module The first thing we are going to do is create a new scenario in Make, and add module Watch emails from Gmail inside him. This module is used to make the automation read emails, and can be launched when you receive a new one. Now we go to the panel to configure this module. In him, in Folder you can put All mailso that it reads all the emails, but just below it says that it does not include spam and garbage. So make sure the newsletters don’t go there. In Label you have to choose the label Newsletters that we have created before in Gmail. As a criterion you can put them all, or those you have not read yet, and below mark the processed emails as read. Finally, you can set a limit on the number of emails to process. Save it like this, and in the next step choose if you want to process the emails from now on, all of them, or from a date. Now a Gemini module to do the summary We now go to the second step, that of create a Gemini module right after Gmail. Click on the + to the right of the Gmail module, among the options look for Google Gemini, and within its functions choose the option Generate a response. This is used to generate a response from some data you give it, which in this case will be emails labeled as newsletters. Now let’s configure this module. You will first have to … Read more