How to send text messages using Google Sheets and Twilio

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

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

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

    do i need to press send or can i do it automatically when a row is created? Thanks ^^

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

      I need an answer for this too. I'm doing this for our school's automated attendance checker where when a qr code of a student is scanned, the integration will notify the parents via sms.

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

    Such a great solution for smaller organizations. Are there any size limits/API Rate limits etc. to be aware of. Maximum rows for the spreadsheet.

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

    I have few question: I increased your original google sheet from 3 columns to 8 and was not able to make this work.1) Is there a way to increase the number of columns in the google sheet so I can include other info for the text message and then using the concat function to build a complete message before I send? 2) Can the script used in this "send SMS" be used in a normal excel sheet?

  • @yanicksaint-elien4132
    @yanicksaint-elien4132 4 ปีที่แล้ว +2

    That comes just at the right time!

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

    Thank you so much! This was really helpful and saved me so much time.

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

    Great video and easy to follow!

  • @AnchorHomeOffers
    @AnchorHomeOffers 8 หลายเดือนก่อน

    How would you create a delay of 1 minute between messages being sent in the script?

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

    It's a good tutorial Thank you.

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

    Can I capture a reply to the text in a sheet?

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

    how would you be able to personalize each message if sending to a large list with several variables?

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

      By using concatenate gathering details from the different columns in your contact list

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

    How to send images and attachments from google sheets to whatsapp??

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

    If you're still getting an error message after following ​ @Troy Shimkus advice I got mine to work by replacing LINE 62 not 64 but I'm using a MAC so I don't if that makes a difference. Hope it helps.

  • @ampheremotovlog1926
    @ampheremotovlog1926 4 ปีที่แล้ว

    I like it so much! Thank you for your tip!

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

    Loved your voice..

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

    do this work on voice too?

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

    Thanks very good

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

    What if there is a "meeting time "column on the Google sheet that contains date and time for a meeting and I want the SMS to be sent 1 hour and 10 mins to the time in the meeting time column. How do I go about this?

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

      Any luck finding a solution? I have this same need.

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

      @@collinrutherford2324 I was also looking for a similar solution, or one that would remind people to check in they hadn't already for the day

  • @NinaBanday
    @NinaBanday 4 ปีที่แล้ว

    Nice! Thanks for sharing!

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

    How to send an image? I've tried mediaURL. Not working.

  • @vikaskaranpage
    @vikaskaranpage 2 ปีที่แล้ว +3

    Solved: Replace the line 64: with this line of code - "Authorization": "Basic " + Utilities.base64Encode(TWILIO_ACCOUNT_SID+ ":"+ TWILIO_AUTH_TOKEN)

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

      Thank you 🙏🏽 this worked for me.
      The code is basically the same except that I changed the quotation from a single to a double quotation mark
      I still received the same error message as before but right after I received the error message on the sheet, I received a text to both numbers. I had two different numbers.
      I tested each with its own unique message.
      first number received the correct message and second number received its unique message too.
      I will need to find out why I am getting the error message -> Cannot find method getRange(number,number,number,number,number). and yet received the sms

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

      It is now line 62 in the sheets document.

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

      @@jakev1341 I still got erorr message🥲

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

      WORKED PERFECT!!!!!!!!

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

    Can you put instructions on how to actually use twilio

  • @XPEDigital
    @XPEDigital 6 หลายเดือนก่อน

    Where is the script that I am replacing?

  • @anushkanandi2305
    @anushkanandi2305 4 หลายเดือนก่อน

    How can we send whatsapp messages via Twilio whatsapp message templates?

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

    im having an issue saying the "TO Number is not a vaild number? Working on a Mac Anyone else?

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

    Can someone please check if script is working? I put the acurate information from my Twilio account but error code 401 keeps showing on status

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

      I am having the same issue any luck on the solution?

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

      Yeah I'm getting that error as well

    • @musickmann
      @musickmann 2 ปีที่แล้ว +3

      Line 64 of the code needs to be changed to:
      ```
      Authorization: 'Basic ' + Utilities.base64Encode(TWILIO_ACCOUNT_SID + ":" + TWILIO_AUTH_TOKEN)
      ```

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

      @@musickmann thank you so much!! this is working. :)

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

      @@musickmann Still having some trouble with this. Do I need to add this exactly? Or how should I put it in?

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

    Nice!

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

    How would you specify a media url in the cell in order to send mms?

    • @shotwithxeph
      @shotwithxeph 6 หลายเดือนก่อน

      Hey mate! Did you find a solution?

    • @FrankB4U
      @FrankB4U 6 หลายเดือนก่อน

      @@shotwithxeph yes, but now à pain to send texts in the USA using Twilio

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

    Thank you! Would love a way to select a quantity to send, for example Send 100, then Send Next 100, etc

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

      Did you ever figure that out?

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

      @@omar1187 no sorry, iv considered paying my developer to create a solution like this but with more functionality such as this... Otherwise i guess no one else sees that value

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

    I can do Mail Merge for free. Can I do SMS for free?

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

      People respond more to texts though

  • @the7odmelmoney
    @the7odmelmoney 4 ปีที่แล้ว

    😎

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

    Jet Thomas what are you up to

  • @climblife
    @climblife 8 หลายเดือนก่อน

    this is horrible theres no tutorial