The basics of sending & receiving text messages - Twilio Tip #4

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ค. 2019
  • For our fourth Twilio Tip about Twilio development, we dive into the basics of the Twilio Programmable SMS API (twilio.com/sms?.... It all boils down to one simple concept: Send = you make a REST request to Twilio, Receive = Twilio makes a web request (webhook) looking for some TwiML.
    Check the docs for more info: twilio.com/docs/sms?...
    To watch more Twilio Tips, check out this playlist: • Twilio Tips
    #twilio #twiliotips #education
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    can we set incoming webhooks for all our phone numbers at once globally
    instead of one by one?

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

    I like this tutorial and Tip.

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

    is there a way to deploy a web server with twilio api that receives messages to a hosting site like heroku?

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

    Thanks for more great visuals showing the flow of information into and out of Twilio. I started making my own sketches to help figure out how things work together and where I need to learn more and then I saw these tips. So nice! Thanks again. Do you mind if I ask what tool you use to create them?

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

      Hi! I used Keynote for the diagrams in these tips videos :)

  • @ShubhamRaj-fo5ju
    @ShubhamRaj-fo5ju 2 ปีที่แล้ว

    Hi Team, I am not getting any inbound sms, seems it doesn’t support now. Do you guys have any alternate solution for it (its very urgent for me)
    Scenario : My application trigger a sms to my twilio number which I need to fetch and use the content of sms in my code. Please let me know how to handle this?
    Thanks in advance!!

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

    Can I receive confirmation codes through Twilio phone numbers?

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

    Is there a way to assign a webhook to "a message comes in" using Rest API?

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

      Sure thing, it's on the phone number resource in the REST API as smsUrl www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource

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

    How do we set the name of the sender for sending messages?

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

    i am not able to verify my phone number in twilio. I am stuck in verify you are a human page? what can i do?

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

    Is there a way to forward a SMS that's being received on your Twilio number to several cell phone numbers?

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

      Sure thing. In the receive code you basically want to do a bulk SMS send. Here’s a guide for that: www.twilio.com/blog/2017/12/send-bulk-sms-twilio-node-js.html

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

    As someone with terrible backend skills, I don't understand why backend development is so much easier than your widget editor in Studio. Seems like the UI-based editor should be more intuitive for people with frontend skills or advanced understanding of other node-based script editors.

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

    Is there a way to do all this in a user interfase simple for none coders and people who don’t want to code. Something as simple as how Manychat have done it through bots??? I’m not hating but I don’t like the why I need to learn how to code for something. This text messaging looks so powerful, but this is not well analize. Not having a simple way for every user is leaving money on the table.

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

      Try Twilio Studio: twilio.com/Studio
      It allows to to create Twilio apps with a drag and drop interface. Here’s a full playlist of videos about it: th-cam.com/play/PLqrz4nXepkz5OwmqMONVJGBBa7grym6jx.html

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

    can't view my sms on twilio

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

    how to split when your message is more than the limitation

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

    is this the 'auto miss call text back' service?

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

    How much does it cost to send a message just for verification?, thanks

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

    how can i remove from message body this line " Sent from your Twilio trial account"??

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

    How many messages can be sent At one time ? Is it possible to send 1000 messages from one twilio phone number?

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

      support.twilio.com/hc/en-us/articles/115002943027-Understanding-Twilio-Rate-Limits-and-Message-Queues

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

    how to just get SMS?

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

      If you’re looking to have SMS sent to your Twilio number and forwarded to your cell phone, this might help: support.twilio.com/hc/en-us/articles/223134287-Forwarding-SMS-messages-to-another-phone-number

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

    How to send extra metadata on Twilio SMS?

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

      What metadata do you want to send?

  • @bala-st9cj
    @bala-st9cj 3 ปีที่แล้ว

    Can I use existing phone number?

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

      You can port a number into Twilio but it will become a Twilio number.

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

    Does twilio send out multiple text??

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

      Sure does! www.twilio.com/blog/send-bulk-sms-twilio-programming-languages

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

    The code part to me is so annoying.