How to Send and Receive WhatsApp Messages with Python

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 15

  • @eightrice
    @eightrice 5 месяцев назад +3

    so does this allow programmatic chat between your own number (not a twilio assigned number) and someone else?

    • @TwilioDevs
      @TwilioDevs  3 месяца назад

      Hi, sorry for the delay! It is possible, but please note that there are some messaging volume requirements: help.twilio.com/articles/360052171393-Can-I-register-my-own-phone-number-for-WhatsApp-on-Twilio-

  • @pisgahmedia_20xx
    @pisgahmedia_20xx 21 день назад

    How do l get to connect to twilio to send WhatsApp text from Matlab?

  • @reinaldosotillo4890
    @reinaldosotillo4890 7 месяцев назад +1

    When I enter the `sandbox setting`, a link appears that ends with demo-reply, can I use that? If so, how do I use it?

    • @TwilioDevs
      @TwilioDevs  7 месяцев назад +1

      Thank you for reaching out.
      We might need to get a little bit more information to fully verify if this can be used.
      I'd suggest opening a ticket directly within your Dashboard so we can further reivew.
      In the mean time, this link does have a live demo video on how to go about utilizing the Whatsapp Sandbox.
      www.twilio.com/docs/whatsapp/quickstart/go

  • @mzafarr
    @mzafarr 6 месяцев назад +1

    How to sent voice messages (in form of mp3 or any audio file) in whatsapp using twilio?

    • @TwilioDevs
      @TwilioDevs  6 месяцев назад

      Check out the media_url property on the message: www.twilio.com/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-python#send-a-media-message-with-whatsapp

    • @mzafarr
      @mzafarr 6 месяцев назад

      @@TwilioDevs Thanks for the response, I want to send audio in .mp3 format not a url, what should be done in that case?

  • @aashnasaraf6005
    @aashnasaraf6005 Месяц назад

    Is it possible to send whatsapp messages to existing whatsapp groups using Twilio? If yes, how?

    • @MarkMarconi
      @MarkMarconi 29 дней назад

      I have the same question

    • @TwilioDevs
      @TwilioDevs  22 дня назад

      WhatsApp deprecated its Groups API in 2020. Twilio supports group messaging through Twilio Conversations but it does not use native groups. More details here: www.twilio.com/code-exchange/whatsapp-group-messaging

  • @BrankoBoro
    @BrankoBoro 2 месяца назад +1

    I need help triggering Studio Flows to send WhatsApp messages.

    • @TwilioDevs
      @TwilioDevs  2 месяца назад

      If you're triggering the Flow from the REST API this will probably help: help.twilio.com/articles/360007778153
      You just need a Send Message widget and format the "To" field as "whatsapp:+15555551234" substituting in the correct number.

  • @alvarocastillo6365
    @alvarocastillo6365 6 месяцев назад

    2:54 This I believe is not correct, the order is from -> body -> to . Was not giving me any error but my phone was not receiving the message, once i saw how it was ordered in the sandbox defaul code and set it up like it, i did received the code.

    • @TwilioDevs
      @TwilioDevs  6 месяцев назад

      Thanks for watching. The code in this video is directly from our documentation and works as shown. It's possible you weren't receiving it due to something else.