Send emails from Google Sheets with Gmail - automatically NoCode

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 97

  • @patriciabation4106
    @patriciabation4106 4 ปีที่แล้ว +3

    Hi! This is great and very useful! You saved my life! Wondering if we can add an attachment as well? Thank you!!!

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  4 ปีที่แล้ว +2

      Hi There would be 3 ways to do that:
      1) If this is the same attachment all the time - use Google Drive Download File module and you will be able to attach this your email in Gmail
      2) If you have e.g. 3 different templates with different attachment, you could attempt to do above but have router and 3 legs with filters based on e.g matching the subject leading to download a file and send email modules afterwards. Might grow messy quickly.
      3) have a field inside your Sheet with either attachment name (if it is unique) or attachment link and use that to find Document ID and use that in Download File module.

    • @patriciabation4106
      @patriciabation4106 4 ปีที่แล้ว +1

      Thank you for your reply! I used these and they worked perfectlythank you

  • @alimmaj9489
    @alimmaj9489 3 ปีที่แล้ว +1

    Thank you!!! It is the very simple way I have seen. I have seen a lot of videos for the same need, but yours is clear and simple!

  • @MohamedElguarir
    @MohamedElguarir 2 ปีที่แล้ว

    Man, I'm So Happy that I've found your channel, very straightforward, great explanation.
    Thank you so much 👍🙏

  • @therationallion
    @therationallion 2 ปีที่แล้ว +1

    This video is such a life saver! You're giving me back so much of my time.
    Question: I've created an newsletter template within Workspace Gmail that I send to new sign-ups. Is it possible to send that template instead of plain text from the Sheets cell?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว +1

      Glad to hear that. I see 2 options:
      1) You copy the HTML of that newsletter template into Gmail module in Make/Integromat (send it to yourself and open emails source if you cannot see HTML otherwise)
      2) There is a "Copy email" module in Make/Integromat - so you coudl - create a draft with template - use "Copy email" to make copy of the draft and use its ID in the next "Send email" module addressed to the person from the Google Sheet list.
      Let me know if that helps?

    • @therationallion
      @therationallion 2 ปีที่แล้ว

      @@BusinessAutomatedTutorials This absolutely helps!

  • @tao6775
    @tao6775 2 ปีที่แล้ว +1

    Nice one! Can this be used with if statements to send an email only if a particular condition is met?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว +1

      Yes totally! This can be executed in 3 ways:
      1) Formula result in Sheets (whatever formula you can imagine) says for example YES -> Make/Integromat Google Sheet module searches only for YES
      2) Make/Integromat Google Sheet module searches for multiple conditions in multiple fields
      3) Use filter or router and filters between Google Sheets and Gmail to filter out emails if conditions are met. Bonus - with router and filter you can also have multiple actions here - multiple Gmail modules.

    • @tao6775
      @tao6775 2 ปีที่แล้ว

      @@BusinessAutomatedTutorials Thanks! Very helpful

  • @NicholasHaynes-bg2gw
    @NicholasHaynes-bg2gw ปีที่แล้ว +1

    Great video, thank you! However, I'm having an issue with the scheduling process. Although the journey runs without any issues, I'm having trouble with the scheduling not executing after the set 15-minute time frame. Do you have any idea why this may be happening?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  ปีที่แล้ว

      Can you explain a bit more? You have created the scenario, set schedule for every 15 min, turned it on, right?
      The scenario does not run? Or does run but doesn't send anything? Are there emails in status ready to be sent?

  • @michaellieberman5678
    @michaellieberman5678 2 ปีที่แล้ว +1

    What if I need to put a variable such as an adress for a property in the middle of a body paragraph. (ie. I saw your apartment at "123 Sesame" st) If I make 123 sesame street as a variable in google sheets.

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      In such case you could use =CONCATENATE("text","variable","text after variable") - probably instead of using pure text it would make sense to link to fields that would contain it.
      Or you can just have 3 text columns in Sheets and glue them inside of Integromat.
      Let me know if this helps?

  • @Polenchar
    @Polenchar 2 ปีที่แล้ว +1

    I appreciate your previous reply very useful video! Though I am wondering, is there a way to slow down how fast the emails are sent out? im afraid to get flagged as spam or a bot. Thank you!

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      2 options,
      1) I think it is possible to limit how many rows Make/Integromat reads from Google Sheets. e.g 10 rows at a time and run scenario every 37 min so that you can vary the time
      2) there is a "Sleep" module in Make/Integromat which you can set for example for 1 min between each email.

  • @Trisha-bw4ii
    @Trisha-bw4ii 2 ปีที่แล้ว +1

    Thanks for this! I want to be able to automate sending follow-up emails only if a contact hasn’t replied to the first email I sent. How do I make rhis possible?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว +1

      In this case you could manually mark, who has replied in the same google sheet and use Google Sheet search rows for rows only where there is no mark. To those people you send email from a second scenario.

    • @Trisha-bw4ii
      @Trisha-bw4ii 2 ปีที่แล้ว +1

      @@BusinessAutomatedTutorials Thank you for the help! Really appreciate it

  • @sabrinacreze2342
    @sabrinacreze2342 3 ปีที่แล้ว +1

    Thank you!!!! Saving lives here, txs a lot!

  • @angelunique74
    @angelunique74 ปีที่แล้ว

    Question: Would it be possible to send 2 separate emails for the same row reference, say a confirmation email to user and an email to vendor?

  • @Zythark
    @Zythark 3 ปีที่แล้ว +1

    Is it possible to do with a work email not through gmail? Such as using mail on windows 10?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      It is possible to use with any email provider. Instead of Gmail, you might use the Mail365 module (assuming your office email is on Microsoft 365). If that is not the case there is also the fully customizable SMTP module - which will work with any email, you just need to know details of your email server.

  • @joo5070
    @joo5070 ปีที่แล้ว +1

    Thank you!

  • @jasonbartlett1234
    @jasonbartlett1234 2 ปีที่แล้ว

    This was super helpful, thank you!

  • @FernandoG_1981
    @FernandoG_1981 3 หลายเดือนก่อน +1

    How can I send the same message to multiple emails? I tried separating by comas but it didn’t work.

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 หลายเดือนก่อน

      you would have to use the split() function that will create array of email spliting it with commas. This you pass to Gmail TO input (after you turn on the map toggle)

    • @FernandoG_1981
      @FernandoG_1981 3 หลายเดือนก่อน

      @@BusinessAutomatedTutorials Thanks but I have no clue how to do that. Any tips? I have to say this video has been extremely helpful so far! Well done.

  • @lic.enriquesanchezgonzalez9649
    @lic.enriquesanchezgonzalez9649 3 ปีที่แล้ว +3

    Great tutorial, thanks! This will really help with my overseas RFQs. I'm having a couple of issues though,
    The first is the format of the body. I'm sending a mail with spacing between texts, as well as bullet points (written manually in my Sheets), but when I run it, I receive the email as a flat text, using space instead of enter between paragraphs. Where and how can I edit this to better match my manual format?
    The second issue is my signature, and it's pretty much the same as the last point, adding only that in my signature I use more formatting (colors, underlining, bold, etc...) and pictures (arranged specifically to match some text titles). Is it possible to edit this to make it look like my manual format?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว +1

      Yes, you would basically need to convert it all to HTML - here is basic online editor that helps with it html-online.com/editor/ you can copy paste your existing signature and copy the HTML for the Gmail module.
      You can also send yourself an email in Gmail and open that email with "inspector" in chrome and copy HTML from there.

    • @lic.enriquesanchezgonzalez9649
      @lic.enriquesanchezgonzalez9649 3 ปีที่แล้ว

      @@BusinessAutomatedTutorials Many thanks! I'll try both options, I didn't realize HTML could be this easy

    • @lic.enriquesanchezgonzalez9649
      @lic.enriquesanchezgonzalez9649 3 ปีที่แล้ว +1

      Is it possible to send mails to multiple addresses?
      I've tried putting 2 mails in a single cell (separated by a ";") and having different columns. On the first case it marks error, and on the second it ignores the second mail and sends only the first address.
      Do you have any tips for this situation?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      @@lic.enriquesanchezgonzalez9649 change field formatting to "map" (turn on the swith) and coma separate the emails ","

  • @brijeshreddy3298
    @brijeshreddy3298 2 ปีที่แล้ว +1

    what if i want to send emails to different users on a different day periodically? Eg, every 10 days send A,B,C an email and every 5 days send D,E,F an email?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      In this case instead Watch Rows module you could use Search Row with 2 extra columns -> a)date when email should be send next + b) column: how many days until next send (10 or 5)
      Then you add following filter on Make/Integormat if date in a) is less then today -> send email and update row adding number in b) to date a) -> this will push next send for by a given number of days.

  • @lurdesteixeira1319
    @lurdesteixeira1319 2 ปีที่แล้ว

    Hi!
    Great tutorial, thanks!
    The first time I run, all goes well. When I schedule it it doesn't run and if I only run the watch rows module it comes back with 0 lines.
    Can you help me with this?
    Thanks

  • @LaikhanNemekhbaatar
    @LaikhanNemekhbaatar 3 ปีที่แล้ว +1

    thank you for shared us good content voice and teaching way is very clear.

  • @benrozario
    @benrozario 3 ปีที่แล้ว +1

    Can you tell how to send email again after first email send date

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว +1

      You could add a column "emai 1 send date" and "email 2 send date". Next thing you set up scenario to search records that have only one send date and if send date 1 is more than e.g. 14 days from today scenario would send another email and fill out " send date 2".

  • @gahwabika
    @gahwabika 3 ปีที่แล้ว

    Really easy to follow… Thank you

  • @jackkeiffer7337
    @jackkeiffer7337 3 ปีที่แล้ว +1

    Thank you so much! Is there a way to include a custom signature that has an image?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      Yes totally. To add you need to edit the Gmail module and add it at the bottom of the "body" under the text of your message. It needs to be HTML format but if you don't want to write HTML by hand this website has some pretty neat feature - copy paste formatted text - get HTML html-online.com/editor/

  • @alexandradils7195
    @alexandradils7195 3 ปีที่แล้ว +1

    Can I send this from another email rather than from Gmail?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      Yes, you can connect office 365 accounts (there is a module for that in integromat) or you can connect other standard STMP emails server (if your emails is not Gmail or 365 - likely it can be connected via STMP).

  • @jeffalooGaming
    @jeffalooGaming 3 ปีที่แล้ว

    Thanks a lot! Was really helpful and works perfectly!

  • @paulmiller3461
    @paulmiller3461 3 ปีที่แล้ว +1

    Thanks for the tutorial! But the body of the text is not being sent in my email. Any idea why this would happen?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว +1

      Try:
      1) type some regular text in the email content in Gmail module - see if this works
      2) second stage - select some other variable from Google Sheet (like email) to put into content - see if this works
      3) double check the if the text from Google Sheet is visible in Integromat (check the details of data in the bubble on Google Sheet Module).

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      Let me know if that helped?

  • @FernandoG_1981
    @FernandoG_1981 3 หลายเดือนก่อน +1

    How can we do this so that messages are drafted and not sent?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 หลายเดือนก่อน

      You would use a Make module called "Create a draft" instead of the Send module.

  • @hieuthaitrung8275
    @hieuthaitrung8275 3 ปีที่แล้ว +1

    Thank you so much!

  • @issambarmaki8188
    @issambarmaki8188 2 ปีที่แล้ว

    i want to send the mails to the same people but the scenario only considers the newly added rows and ignores the precedant ones. I can't create new rows with the same people everytime. Is there a way to make it read the "not empty rows" instead of the new rows. Thanks in advance

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      Yes You can use "Search rows" module and filter out only rows that are empty (eg. in column D) and send email to those. Afterwards you can add "Emails sent" text to the column you are using as sending criteria.

  • @anthonyrude
    @anthonyrude 3 ปีที่แล้ว

    Can you throttle or add wait codes so all the emails dont go out at once?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      You could add sleep module to pause for example for 1-60 minutes or you could limit number of records return from Airtable "Max records" so it only sends e.g. batches of 5 at a time.

  • @Manishkafle44
    @Manishkafle44 3 ปีที่แล้ว +1

    How to know who send the data in googlesheet?can you help me sir?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      The information who edited the row or who added new row is unfortunately not provided in Google Sheets data going to integromat.

  • @pachakuth
    @pachakuth 3 ปีที่แล้ว +1

    I followed the exact same steps but when I try to run it, it says "Invalid scheduling". Why is this happening?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว +1

      Sometimes Integromat catches a bug with the scheduling, when there was first set scheduling and than there is an instant module at the start. I would temporarily change the start module to anything else that runs on schedule and set time. Save. Change back to Google Sheets.

  • @videobook5836
    @videobook5836 2 ปีที่แล้ว

    How many mails can we send with it?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      You would have to check latest details in Google T&C but it used to be 500 emails per day per Gmail and 2000 emails per Google Workspace account (the business Gmail).
      If you need more than that -> definitely switch to SendGrid instead the Gmail module. Checkout I have another video about it. th-cam.com/video/rxqgH2bFDTs/w-d-xo.html

  • @prachigunjaria
    @prachigunjaria 2 ปีที่แล้ว +1

    Is this totally free?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      According to Milton Friedman, technically it cannot be. However if we allow ourselves to ignore any more theoretical opportunity costs (related to the fact you are building this yourself, instead of getting marketing software) as well as the fact that most services lure you with free tiers as a opportunity to sell you priced services with higher level of usage (which I consider fair game), the answer would be yes.

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      😉 so in summary:
      Google free ( but there is daily limit how many emails you can send -> I think max 2000)
      Integromat free 1200 operations/month - so with 2 operation to send email this gives you 600 emails per month more less

  • @popovicsgyorgy
    @popovicsgyorgy 2 ปีที่แล้ว

    Hi! How can i resend the emails?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      Resend? You mean send exactly the same email again? Send 2 times immediately or after a while?

    • @popovicsgyorgy
      @popovicsgyorgy 2 ปีที่แล้ว

      @@BusinessAutomatedTutorials The same. When I push it again to send it

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว +1

      @@popovicsgyorgy add the email as new row or change settings in the start module, when should it start. Right click on the module and select starting date/bundle.

    • @popovicsgyorgy
      @popovicsgyorgy 2 ปีที่แล้ว

      @@BusinessAutomatedTutorials thank you!

  • @فيصلحمد-ح9ث
    @فيصلحمد-ح9ث 3 ปีที่แล้ว +1

    TYSM

  • @yuhantey2187
    @yuhantey2187 2 ปีที่แล้ว

    thanks!!

  • @Dischild
    @Dischild 3 ปีที่แล้ว +1

    i can send from the gmail part! :( urgent help pls

  • @PranavVeerani
    @PranavVeerani 3 ปีที่แล้ว

    What about received replies ???

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      This can work as well, you would have to start with Gmail module and send back replies to Google Sheets. Checkout this video it shows similar start and could be repurposed th-cam.com/video/ei_xBP0LHJg/w-d-xo.html

  • @airdropmony2907
    @airdropmony2907 3 ปีที่แล้ว +1

    Hi sir, if add My link My massege Go to spam, what i can doing

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      You mean add link inside of the message?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      If you send emails without any links included does it work?

    • @airdropmony2907
      @airdropmony2907 3 ปีที่แล้ว

      @@BusinessAutomatedTutorials Yes sir

    • @airdropmony2907
      @airdropmony2907 3 ปีที่แล้ว

      @@BusinessAutomatedTutorials Yes but the problems if is not add My link , i and not promotes My offer

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  3 ปีที่แล้ว

      It might be issue with the link you are using. Try for a test attaching a different link (e.g. www.google.com/q=test) and see if it works with a different link. If so this means the issue is with your link. If your link (or its domain ) is a problem you may try using email shortener like bit.ly and see if that works.

  • @luxefaceandbody
    @luxefaceandbody 2 ปีที่แล้ว

    I need the HTML code part I cant see what you used and don't know anything about HTML really

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  2 ปีที่แล้ว

      Hi the HTML is super basic all you need to know:
      This is paragraph.
      This is another paragraph. This means there will be a gap (think "Enter") between sentences that you put in paragraphs
      With kind regards
      Greg