Getting Started with the Twilio API for WhatsApp

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • The WhatsApp Business Platform for Twilio and Twilio's Messaging APIs for WhatsApp enable you to connect your business to the almost 2.5 billion users on the WhatsApp platform. Whether you're using WhatsApp by itself or in conjunction with Twilio's other communication channels, this video will help you get started by demonstrating the use of the WhatsApp Sandbox.
    Get started today at twilio.com/doc...

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

  • @nickwoodward819
    @nickwoodward819 15 วันที่ผ่านมา +1

    Your initial step of sending a whatsapp message - What if I wanted the server to initiate contact to my whatsapp as the business owner, would that be possible?

    • @TwilioDevs
      @TwilioDevs  15 วันที่ผ่านมา

      Hey, thanks for watching! Business initiates conversations must start from an approved template. You can read more about templates and how to submit templates for approval here: www.twilio.com/docs/whatsapp/tutorial/send-whatsapp-notification-messages-templates#creating-message-templates-and-submitting-them-for-approval

  • @PolashAhmed2025
    @PolashAhmed2025 12 วันที่ผ่านมา

    "Can I use this WhatsApp API within third-party software to send bulk messages to WhatsApp from a Twilio upgraded account?"

  • @Nicholas-Kent
    @Nicholas-Kent 2 หลายเดือนก่อน +1

    If wanting to receive and send messages to groups is this possible with the WAB API and twilio? Through the conversations API?

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

      Hey, sorry for the delayed response! Thanks for watching.
      For group messaging you are correct, you will need to use Twilio Conversations. We have a CodeExchange quickstart for this use case if you'd like to check it out: bit.ly/twilio-wa-groups

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

    Thanks you god

    • @TwilioDevs
      @TwilioDevs  2 หลายเดือนก่อน

      thanks for watching!

  • @egbertprogrammer4408
    @egbertprogrammer4408 2 หลายเดือนก่อน

    Setting the WebHook so users can initiate a message: 'hello, can I make a reservation'? Your example goes the other way and is usesless for my purpose. Also your api docs do not tell us how to do it! I lost many hours trying to find how to set the webhook in code!

    • @TwilioDevs
      @TwilioDevs  2 หลายเดือนก่อน

      Sorry you went through that but our docs do cover this in the quickstarts. For instance, the Python quickstart (although we have other languages if this is not your preference): www.twilio.com/docs/whatsapp/quickstart/python
      There's also a video on this channel that covers the material in that quickstart: th-cam.com/video/ln9eyEk6m3w/w-d-xo.html

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

    I tried the twilio sandbox with whatsapp the same way you did, but I didn't receive any message

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

      I'm trying the two way conversations but it isn't working either. I've correctly set my phone number and supposedly logged into the conversation, but in the twilio sandbox I can only view the messages i send from my phone, not the ones that i'm seding from the Conversations API

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

      Hey Uriel!
      We're sorry to see that there are issues navigating the Sandbox for Conversations API.
      This link will have a pretty decent breakdown on how to get this up and running for you.
      www.twilio.com/docs/conversations/use-twilio-sandbox-for-whatsapp
      If you need further assistance, I'd suggest generating a request within your account so we can have our Support Team further review.

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

      I want to send messages to users of WordPress how can I implement

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

      Integration with WordPress usually involves setting up "Plugins" through WordPress directly.
      You can browse their Twilio Plugins at this link here.
      wordpress.com/plugins/browse/twilio

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

      We also have a blog post that may help if you want to build your own plugin: www.twilio.com/en-us/blog/build-custom-wordpress-plugin-send-sms-twilio-programmable-messaging

  • @SuryaS-hz6uv
    @SuryaS-hz6uv 4 หลายเดือนก่อน

    how do access twilio whatsapp number without sandbox login

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

      To access a Twilio WhatsApp number without using the sandbox, follow these steps:
      - Create and Verify Twilio Account: Sign up on Twilio, verify your phone number.
      - Submit your business details on the Twilio WhatsApp page.
      - Complete the registration and verification process with WhatsApp.
      - Set up a new messaging service and add your WhatsApp number.
      - Configure webhooks in the Twilio console to handle messages.
      - Use the Twilio API to send WhatsApp messages.
      For detailed steps, check the Twilio documentation.