New Way to Send & Receive WhatsApp Messages (Business Cloud API)

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 171

  • @VinixCode
    @VinixCode  2 роки тому +2

    ➡ NEW: If you want to send & receive WhatsApp messages EASILY, without all the technical knowledge required here, check out this new video: bit.ly/sendReceiveWasapi

  • @NaniQB
    @NaniQB 2 роки тому +9

    Brilliant content! Love how you have structured the presentation to anticipate questions and address them at the appropriate juncture. Keep up the great work! Can't wait for the next video in this series...

  • @viperace1006
    @viperace1006 Рік тому +1

    Just starting out on PHP ,came accross your video,Thankyou,great content!This is exactly the content i need for a e-commerce website:)

  • @ranurcoderreborn1052
    @ranurcoderreborn1052 4 місяці тому

    thanks dude, i got clear insight from this video. Do you have next part tutorial about whatsapp auth?

  • @dzaki_706
    @dzaki_706 9 місяців тому

    Thank you, your video it's really helpful 🙏. And I wanna ask something, can we see the record of the number that already successfully received our message?

  • @aidendoyle1666
    @aidendoyle1666 Рік тому

    thanks so much for your content it very informative. Can I ask a quick question. Is it possible to use a web page of some kind to just receive messages. The reason I ask is I work at a radio station that gets a lot of whatsapp messages but using the desktop version of whatsapp displays the messages in their own thread which means you have to open each message to read them. I am looking for a way that all messages appear on the one screen and you don't have to open them. Again thanks so much

  • @rusmanabasyar7286
    @rusmanabasyar7286 10 місяців тому +1

    Hello.. that is great video. i have a problem, when i send message interactive type list, i try 3 times, and those messages succes receives, but after that, my account whatsapp bussniss disabled. so i can't try a message again. I am facing this problem for the second time.. please help me

  • @sergey_zatsepin
    @sergey_zatsepin 7 місяців тому

    What about refreshing token programmatically - is it available through API methods or only manually in web-interface?

  • @hasnainabidkhanzada3754
    @hasnainabidkhanzada3754 10 місяців тому

    Hey mate, First of all thanks for this wonderful tutorial.
    I have a question: How we can build a customer support type solution in WhatsApp business api? Like custom response to customer WhatsApp depending on what ue send on WhatsApp? Like if he types 1 then there should be some custom response similarly if he sends 2 there should be some different response as well?

  • @edilsonzau2832
    @edilsonzau2832 11 місяців тому +1

    Thank you so much for the video! It is really helpful.
    I've been following along and everything went fine until the WhatsApp API.
    I keep getting this error: "There was a problem registering your phone number This page is not available right now. Please try reloading in a few minutes."
    I've reloaded the page for the past 2 hours but nothing changes. And now I am unable to proceed.
    Does anyone have an idea how to fix this?

    • @XEQUTE
      @XEQUTE 9 місяців тому

      :(

  • @akshatsingh6036
    @akshatsingh6036 20 днів тому

    I have a matrimonial website from which I want to share the profiles matches with certain user on whatsapp. How to do this ?

  • @manuelschmitt7366
    @manuelschmitt7366 Місяць тому

    which "option" do I need to use in order to send messages in an interval of let's say 2 days? And does it work with WhatsApp Groups?

  • @theaccountantguy
    @theaccountantguy Рік тому

    Hi I have one question, when we use a different number other than 'Whatsapp Test number", do we need to add payment method to use the features.
    If so, how do they charge for the same? Do they charge for each message sent and received or how is it done?
    Thanks

  • @Alvaro-cs7zs
    @Alvaro-cs7zs 6 місяців тому

    Hola!! Tienes algún video en el que muestres como usar tu propia API y poder conectarla a un chatbot sin necesidad de usar terceras partes? Estoy cansado de los clientes de voiceflow y me gusaría hacerlo por mi cuenta. Un saludo!

  • @rondav7904
    @rondav7904 Місяць тому

    what if u remove the body and footer, can u make it look like a regular message

  • @OsnayderSeveriche
    @OsnayderSeveriche 6 місяців тому

    Hola Vinix, buenas tardes. Si requiero usar whatsapp api cloud en producción para un chatbot, es necesario realizar la verificación del negocio o no es obligatorio?

  • @jameschissico4035
    @jameschissico4035 Рік тому

    Hi Thanks for the excellent explanation, I am aware that it is not possible to use the same number in WhatsApp business in the API, but in my case I need to use a single resource which is catalog management, as the only way I found to launch Facebook catalogs with whatsapB is using the WhatsApp manager that is only available if I create the application, how do I get the normal WhatsApp interface? using the API

    • @VinixCode
      @VinixCode  Рік тому

      James, the API doesn't have its own "interface". It's up to you to build such interface. Luckily, we have a solution that gives you access to the power of WhatsApp but without having to build everything yourself. Check out this video that will help you understand some of these things better: ua-cam.com/video/Sqy7iCNXKOg/v-deo.html

  • @KasunWijesekara
    @KasunWijesekara 4 місяці тому

    Hi, how does the pricing work for this? Reciving and sending messages in this method?

  • @muhammadmusharaf4705
    @muhammadmusharaf4705 2 роки тому +2

    Hey, Juan. Thank you so much for bringing such an informative video and most particularly very easy to understand and act on.
    My question is, in order to build a chatbox using these APIs (Integrating them in our system), will need to create our own webhook right?
    If yes. how I can create a webhook in Flutter. Any resources or ideas you could provide. It would be of great help.
    Note: I'm using Fluter at the front end and Nodejs at the backend.
    Thank you in Anticipation

    • @VinixCode
      @VinixCode  2 роки тому +2

      Muhammad, thank you for your kind words! Yes, you do need to build your own webhook. You cannot build a webhook in your Flutter frontend, but in your Nodejs backend. Then you can you can use Pusher (pusher.com/) or a similar solution to send alerts from your backend to your frontend, whenever you get any webhook alerts from WhatsApp.

    • @muhammadmusharaf4705
      @muhammadmusharaf4705 2 роки тому +1

      ​@@VinixCode Amazing, it resolved the issue when I researched exactly the same way you described it. Thanks a lot, Juan. But I've fallen into another problem. I can't find a way around to fetch All the messages of a customer. I have gone through the documentation many times but couldn't find any endpoint or description regarding it.
      Thank you again.

    • @VinixCode
      @VinixCode  2 роки тому +2

      @@muhammadmusharaf4705 It's not possible to fetch customer messages, unfortunately. You have to store each message in a database when you send and receive.

  • @adamofigueroa
    @adamofigueroa 2 роки тому +2

    Gracias, justo me preguntaba porque otros tipos de mensajes no llegaban solo la plantilla, tuve que ver todo el vídeo para entender que primero hay que responder jajaja 😂

  • @marcoprofwebsitenl6484
    @marcoprofwebsitenl6484 2 роки тому

    Hi, Thank you for this great video. I have a question. My iPhone when installing WataApp business says to come back in an hour to install WhatsApp. This message has been there for days. I have also completely restored the Iphone to factory settings but this too does not help. Do you know what I should do. Thank you!

    • @VinixCode
      @VinixCode  2 роки тому

      If you migrated a number to the WhatsApp Cloud API, you cannot use it again in the WhatsApp mobile app, unfortunately...

  • @lucasmefernandes
    @lucasmefernandes 11 місяців тому

    Me tira uma duvida, preciso gerar um pdf e enviar para o cliente, exemplo todo mes enviar um pdf, se for numero novo tenho que esperar ele interargir comigo ou existe alguma maneira de enviar sem que seja necessario isso?

  • @zippytyro
    @zippytyro 11 місяців тому

    really great tutorial man for the overview

  • @mohamedelhwary991
    @mohamedelhwary991 2 роки тому +1

    Good job, man. And thanks for making it simple and clear.

  • @sidilekhalifa7320
    @sidilekhalifa7320 5 місяців тому

    Hello, how can you generate the token with an http call via postman for example?

  • @hemasalal1439
    @hemasalal1439 2 роки тому

    hey thank you for great session ...... but i have one query user have to reply every day for receiving text type of messages?

    • @VinixCode
      @VinixCode  2 роки тому

      Yes, you can initiate a conversation using a message template but in order to send a regular text message the user has to reply.

  • @FbKumar-w6w
    @FbKumar-w6w 2 місяці тому

    I had a doubt on that Can we send messages through this API to non business Whatsapp account users?

  • @softmerit25
    @softmerit25 Рік тому

    Great video. Please, how possible to save the user reply received messages to a database like Mongoose DB?

  • @almeiji7080
    @almeiji7080 Рік тому

    message id will be different each time we sent message?

  • @ninetwoacademy5196
    @ninetwoacademy5196 Рік тому

    Great video! Greetings from Parana / State of Brasil!

    • @VinixCode
      @VinixCode  Рік тому +1

      Greetings from Medellin, Colombia!

  • @Pentols
    @Pentols 2 роки тому +2

    Please create tutorials how auto reply

  • @kameshraj7280
    @kameshraj7280 Рік тому

    Great work man...! Helps a lot 👍🏻

  • @jalenzhang6310
    @jalenzhang6310 2 роки тому

    Your video is great, I have a question, whatsapp is missing from my app, what is the reason for this.

    • @VinixCode
      @VinixCode  2 роки тому

      It looks like the WhatsApp API option is not available in China.

    • @jalenzhang6310
      @jalenzhang6310 2 роки тому

      @@VinixCode Maybe, I tested a few accounts and didn't see the Whatsapp app, I might have to find some other way to test it, thanks for the answer.

  • @abanwaraphael1526
    @abanwaraphael1526 Рік тому

    Hello Vinix. Thank you for this video but is there a way we can send messages to different whatsapp numbers that are not registered in our WhatsApp cloud API?

    • @VinixCode
      @VinixCode  Рік тому +1

      Yes, once you add a production phone number you will be able to send messages to ANY number on WhatsApp.

    • @abanwaraphael1526
      @abanwaraphael1526 Рік тому

      @@VinixCode how can I add a product phone number? I have tried to do that and I was asked to provide my website url, logo, etc which I did but it still didn't work. This is very important to me. Please! 🙏🙏🙏🙏🙏🙏🙏🙏🙏

    • @thelatelateshowwithmaaz6260
      @thelatelateshowwithmaaz6260 Рік тому

      @@VinixCode So Sir please make a video on how to add production number in whatsapp cloud API

  • @gtanmoy
    @gtanmoy 2 роки тому

    Hi, Thanks for this awesome video on WBA . Can I register or verify the target number using the API or CURL?

    • @VinixCode
      @VinixCode  2 роки тому

      It is possible to migrate a phone number but I'm not aware of an endpoint to register a new one. See here for example: developers.facebook.com/docs/whatsapp/business-management-api/guides/migrate-phone-to-different-waba

  • @altered.thought
    @altered.thought 2 роки тому

    Thank you for the great content!! subscribed

  • @danfaraday5180
    @danfaraday5180 2 роки тому

    Hi Juan, Thanks for the video. Could you make a video to setup own webhook service on Ubuntu server to send , receive and read status of whats app messages.

  • @siposetuxuma9876
    @siposetuxuma9876 2 роки тому

    Thank you for the great tutorial just got a question . If you are creating a live what's chat widget with cloud API is it possible to retrieve template messages , after sending it success for display purpose since you only reference is by specifying a template name on the payload?

    • @VinixCode
      @VinixCode  2 роки тому +1

      Siposetu, unfortunately that’s not possible with the current API version. You have to build the message yourself and store it in the database in order to later display it to the user. That also means that you probably have to store the template in your db as well.

    • @siposetuxuma9876
      @siposetuxuma9876 2 роки тому

      @@VinixCode Hi Vinix thank very I will try that approach . This video was so helpful I manage to setup a working webbook and I can now send out and receive messages . Basically I am creating an asp net core floating chat box but what I have noticed with webbook is that it send out multiple notification for one response message maybe 5 times and also sometime send random and old message . Do you by any chance no what could be causing that ?

    • @VinixCode
      @VinixCode  2 роки тому +1

      @@siposetuxuma9876 That's right... their API it's kinda weird at times because you do get multiple notifications for old messages. That's just the way it works. By the way, we recorded today a video explaining a lot of useful concepts about the Webhooks integration. Stay tuned for the english version!

    • @siposetuxuma9876
      @siposetuxuma9876 2 роки тому

      @@VinixCode Cool I will do . It seems like if you mark the response messages as read then it works . Still an assumption because after I implemented that functionality I seem to be not getting duplicates but still watching it .

    • @siposetuxuma9876
      @siposetuxuma9876 2 роки тому

      @@VinixCode Hi I got a blocker while creating a chat box widget with cloud API I ended up being able to send and receive messages but what I have noticed is that now there is no way of uniquely identify a chat session that is started because all messages would be going and coming from the same configured business number . I was hoping to use the conversation Id to uniquely Identify a chat and register a SignalR group for each started when ever I received the sent status notification for the first message from the chat and now that these are going to same number all clients using the chat in the website will receive same conversation Id and the from field in the received message payload will always be the same and with that there is no way to display responses for a specific chat. I think the cloud API is not meant for this scenario . Seems like correct use case for it it to only send and received messages from Business Number to certain know client WhatsApp number or in reverse . Hence they business and user initiated terminology

  • @vihansuriyapperuma3733
    @vihansuriyapperuma3733 2 роки тому

    very useful and you did it simple and clear . thanks❤

  • @pathu391
    @pathu391 2 роки тому

    Nice tutorial...thanks for making...subscribed..

  • @MohanrajSubramaniam88
    @MohanrajSubramaniam88 2 роки тому

    Nice tutorial 👍🏻 As you told, access token not appearing for me as I created developer account 3 days ago. How long it'll take to show or how to proceed further.

    • @VinixCode
      @VinixCode  2 роки тому

      Were you able to get the access token now?

    • @MohanrajSubramaniam88
      @MohanrajSubramaniam88 2 роки тому

      @@VinixCode No. The following error 'OAuthException, Account does not exist in Facebook Hosted API, please use /register API to create an account first.'

    • @VinixCode
      @VinixCode  2 роки тому

      @@MohanrajSubramaniam88 Please check the documentation here: developers.facebook.com/docs/whatsapp/cloud-api/reference/account-migration it looks like you need to migrate your phone number first.

  • @jardim_
    @jardim_ 2 роки тому

    Hi Juan, great tutorial! I'm having trouble trying to validate the sha256 signature when receiving a message through the webhook, do you have a sample code or some video that shows how to do it? Thanks✌

    • @VinixCode
      @VinixCode  2 роки тому +1

      Fabiano - unfortunately we don’t have such a video.

  • @EnglishRain
    @EnglishRain 2 роки тому

    Can I use WhatsApp API if I don't have business? I just want to play around with the API using my spare phone number. Or is business compulsory to add your own number?

    • @VinixCode
      @VinixCode  2 роки тому +1

      Yes you can! You can even create a test business, but keep in mind that if you ever want to go live and send messages to any number, you need to get a production phone number.

    • @EnglishRain
      @EnglishRain 2 роки тому

      @@VinixCode did try putting in "test business" but they blocked the account saying website you've entered is invalid for a business. I just put my social media as website. Guess they want actual business URL.

  • @henriquersantos
    @henriquersantos Рік тому

    do you have any IOS app to send and recceive messages without technical knowledge?

    • @VinixCode
      @VinixCode  Рік тому

      We do. It’s called Wasapi: www.wasapi.io/en/

  • @Jashandeep31
    @Jashandeep31 Рік тому

    Thanks a lot bro! It helped me a lot

  • @danielmc1187
    @danielmc1187 Рік тому

    Hola, tenes un video de como ejecutar el codigo curl que te da whatsapp en curl de windows o en php ?

    • @VinixCode
      @VinixCode  Рік тому

      Sí Daniel! Aquí lo tienes: Conectando Laravel (PHP) con los Webhooks de la API WhatsApp
      ua-cam.com/video/XRfHaVx2Z3Q/v-deo.html

  • @aditiagarwal8597
    @aditiagarwal8597 2 роки тому

    Hey Vinix, Can U please explain how to create and link app using partners buiness Id?

  • @leonardofibonacci6574
    @leonardofibonacci6574 Рік тому

    When I try to add (in test mode) a recipient number the user interface tells me message properly sent but I didn't receive anything. I tried with some other number too but it doesn't work, thereby I can't verify a number. How can I resolve?

  • @Pentols
    @Pentols 2 роки тому +1

    Thanks i was subscribe

  • @adir191
    @adir191 2 роки тому

    Hey, do you have any tutorial that explain how to send business initial first automated message? for example every day at specific time to send a message and wait to reply of the user..

    • @VinixCode
      @VinixCode  2 роки тому

      Adir, I don't have such tutorial but it's a matter of using what I taught in this video and then create a cron job to trigger the message on a daily basis.

  • @AndresTalleman
    @AndresTalleman Рік тому

    Hello bro, excellent content.
    A question please, the rule my client can receive a message only if he/she sent to a message to my business cellphone number first applies only for testing environment ? or does it apply to for production environment? minute 11: 17.
    Thanks in advance, greetings

    • @mhosneddineify
      @mhosneddineify 6 місяців тому

      it is only for testing environment. when you add your number to the Cloud API you can send messages with templated that has prior approval from Whatsapp Meta API. if you send a plain text message to initiate a conversation you will get an error.

  • @sanjayrajhb5992
    @sanjayrajhb5992 Рік тому

    hey, Juan. Thank you so much for bringing such an amazing content on WhatsApp for business, I really appreciate your work which makes us understand easily and implement the same👍. My question is, after the receiver replying to the welcome or a text message from the sender with anything, can it be a continuous business conversation between the sender and the receiver forever or is there any time constraint that the conversations should happen within 24hrs and also if there's any break in between the conversation of sender-receiver, the sender has to send another welcome message or a text message expecting a reply back from the receiver to start a conversation again and so on?

    • @VinixCode
      @VinixCode  Рік тому

      Thank you for your comments! A conversation with someone expires every 24 hours. That means that either the person has to send you a message (which it's called a user-initiated conversation) or you as the business have to send a template message and restart the conversation (ie. a business-initiated conversation). It's important to keep in mind that even if you restart the conversation, you still have to wait until the user replies the message, to send regular messages or non-template messages.

    • @sanjayrajhb5992
      @sanjayrajhb5992 Рік тому

      @@VinixCode thanks alot for the information👍

    • @sanjayrajhb5992
      @sanjayrajhb5992 Рік тому

      @@VinixCode and also may I know if this happens the same with the WANotifier tool if used for WhatsApp Business?

    • @VinixCode
      @VinixCode  Рік тому

      @@sanjayrajhb5992 I'm not familiar with that tool so unfortunately I can't give you an answer.

    • @sanjayrajhb5992
      @sanjayrajhb5992 Рік тому

      @@VinixCode it's okay no problem.

  • @nurfarisah7148
    @nurfarisah7148 2 роки тому

    Hi, 1st of all, your video explanation is great. But can you show me how to create interactive messages/templates? It will have an option button then when the user clicks it will auto-reply. I hope you get what I mean.

    • @VinixCode
      @VinixCode  2 роки тому +1

      Nur, I do get your point. We'll be discussing this topic in next videos. Thanks your suggestion!

    • @nurfarisah7148
      @nurfarisah7148 2 роки тому

      @@VinixCode Thanks! Can't wait to see it :).

  • @jefersonassis7868
    @jefersonassis7868 2 роки тому

    Integration in dialogflow send message text, buttons, list???
    You can make?

    • @VinixCode
      @VinixCode  2 роки тому +1

      We'll be covering some of those topics in the future, specially the integration with Dialogflow.

  • @cryswerton-silva
    @cryswerton-silva Рік тому

    Thanks!!

  • @nnaemekachukwukezie503
    @nnaemekachukwukezie503 Рік тому

    I'm getting an error while creating the webhook url. It says The callback url or verify token couldn't be validated. Please verify the provided information or try again later

  • @codelaravel
    @codelaravel Рік тому

    Great Video,

  • @harshitgupta8005
    @harshitgupta8005 Рік тому

    Hi Tutor, I wanted to know How can I send pdf files on whatsApp using windows service

  • @dan73402
    @dan73402 Рік тому

    How to pass a variable to the message, variables like OPT code

  • @dotnetwithme
    @dotnetwithme 2 роки тому

    Thanks for this video. Can you please show us on how to send media messages like sending pdf document.

    • @VinixCode
      @VinixCode  2 роки тому

      Ahamed, thanks for the suggestion. We'll take it into account for our next videos!

  • @pineappleapps6487
    @pineappleapps6487 2 роки тому

    Hey, thank you for great tutorial. I saw other way to do it with twilio, should I use in twilio or your way? how to get real number?

  • @r3tr0n17
    @r3tr0n17 11 місяців тому

    Will it work for 100,000 numbers or more?

  • @sosscs
    @sosscs Рік тому

    Please help, at 5:06 I have deleted my whatsapp account so I can add it there in the form, and it worked. But then when I want to open my whatsapp from my phone and re-register again from the same number, it gives me this errors : "whatsapp is temporarily unavailable try again in 1 hour". please advise, thanks

    • @VinixCode
      @VinixCode  Рік тому

      Tmc, once you migrate a number to the WhatsApp API you cannot use it again in the WhatsApp business phone app. Sorry.

  • @syedibrahim1361
    @syedibrahim1361 2 роки тому

    Hi ! how can we send messages to multiple contacts at once

    • @VinixCode
      @VinixCode  2 роки тому +1

      Hi Syed, there are 2 ways you can do it:
      1. The easiest way: ua-cam.com/video/VDW-euLQAT8/v-deo.html
      2. The technical way: ua-cam.com/video/PVFDQeVyeQw/v-deo.html

  • @lakshaygurnani
    @lakshaygurnani 10 місяців тому

    After sending messages via user I get a message like Ack:user’s messages
    How will I solve it ??

  • @dnetcrawler
    @dnetcrawler 2 роки тому

    Would be good to get a video on how to add a production phone number. When we add one, it is asking for verification from BSP, which defeats the purpose.

    • @VinixCode
      @VinixCode  2 роки тому

      Thanks for the suggestion. We'll be including this topic in our next videos.

  • @danielspalma
    @danielspalma Рік тому

    What if the client reply? How can I see the conversation?

  • @anilreddy9654
    @anilreddy9654 11 місяців тому

    i want only business to customer messages i don't want customer to business messages how to handle

  • @souravdash441
    @souravdash441 Рік тому

    How can i integrate to trigger a notification message through my own website to users?

    • @VinixCode
      @VinixCode  Рік тому

      There are different ways to do it! You can check out these 2 videos that show you how to achieve this:
      - Recommended solution: ua-cam.com/video/Sqy7iCNXKOg/v-deo.html
      - Another alternative: ua-cam.com/video/gvdp2H7U7ys/v-deo.html

  • @Jagadeesh-rw5oo
    @Jagadeesh-rw5oo Рік тому

    W
    How to get the WhatsApp received message in API not in Glitch logs

    • @VinixCode
      @VinixCode  Рік тому

      There are different ways to do it. Check out this video for example: ua-cam.com/video/Sqy7iCNXKOg/v-deo.html

  • @muskankhatri6306
    @muskankhatri6306 2 роки тому

    Glitch is only for testing purpose how to implement webhooks in php for realtime and then how to reply to those webhooks

  • @ashwanijanaagal3417
    @ashwanijanaagal3417 2 роки тому

    brother where are you from

    • @VinixCode
      @VinixCode  2 роки тому

      Ashwani, I'm from the beautiful country of Colombia, in South America!

  • @ongkay250
    @ongkay250 Рік тому

    it is free forever ?

  • @muskankhatri6306
    @muskankhatri6306 2 роки тому

    The certificate is not available for your business. Only the business solution provider who manages integration with the WhatsApp business platform will be able to download the certificate.
    I am having this issue while registering phone number.

    • @VinixCode
      @VinixCode  2 роки тому

      Muskan, it looks like you need to migrate the phone number. Read this guide: developers.facebook.com/docs/whatsapp/cloud-api/guides/migrate-between-on-premises-and-cloud-api

    • @muskankhatri6306
      @muskankhatri6306 2 роки тому

      @@VinixCode But without certificate also I am able to verify my templates and use them so is there any need to do the migration.

  • @gtanmoy
    @gtanmoy 2 роки тому

    Can I register a new number using API?

    • @VinixCode
      @VinixCode  2 роки тому

      It is possible to migrate a phone number but I'm not aware of an endpoint to register a new one. See here for example: developers.facebook.com/docs/whatsapp/business-management-api/guides/migrate-phone-to-different-waba

  • @dioputra2636
    @dioputra2636 2 роки тому

    how can i use a personal whatsapp business number, not using a test number?

    • @VinixCode
      @VinixCode  2 роки тому

      I’ll be recording a video about this topic, but in the meantime read this document: developers.facebook.com/docs/whatsapp/cloud-api/get-started#phone-number

  • @ГенералПолковник-п2ш

    could you implement please sending files by this?

  • @juandavidgarcia-594
    @juandavidgarcia-594 2 роки тому

    What's the next step?, or in other words, how can we make or use an already created UI to read the messages and set automatic answers? (Btw, this english tutorial was better than the Spanish one), eres de Med?

    • @VinixCode
      @VinixCode  2 роки тому +2

      Juan, that’s exactly what I will be covering in the next video which I’m planning on uploading this Friday. Stay tuned!
      Y si, Medellin 👍🏻

  • @vinaykumargm1767
    @vinaykumargm1767 Рік тому

    how to give our number in To Address

  • @lootlydeals
    @lootlydeals Рік тому

    how to send to multiple contacts at once?

    • @VinixCode
      @VinixCode  Рік тому

      We have a video covering that topic: ua-cam.com/video/PVFDQeVyeQw/v-deo.html

  • @the.flying.machine
    @the.flying.machine 2 роки тому

    My whatsapp business display name keeps on getting rejected... Any tool / way to check if name can be acceptable beforehand

    • @VinixCode
      @VinixCode  2 роки тому

      There’s no tool to check the name beforehand but I’d recommend to read this doc: facebook.com/business/help/338047025165344

  • @tecrack5569
    @tecrack5569 2 роки тому +1

    3:53 Don't have WhatsApp in Add Product page

    • @VinixCode
      @VinixCode  2 роки тому

      What's your country? I know for example you won't see the WhatsApp product in China.

  • @rasukanstore2055
    @rasukanstore2055 2 роки тому

    How to interaction with customer message? Live chat with them I mean

    • @VinixCode
      @VinixCode  2 роки тому

      Rasukan, we're building a web application that will enable you to chat with your customers in real time via WhatsApp, among other features. If you want to get beta access, please visit this link: bit.ly/wppAppEn

  • @tamilselvan152
    @tamilselvan152 Рік тому

    How to disable the end user to reply back

  • @rehanbhojani2112
    @rehanbhojani2112 2 роки тому

    without register can we send message to mobile number ? like to any whatsapp number as a receipt

    • @VinixCode
      @VinixCode  2 роки тому

      Yes Rehan! You can do that, if you use a production number (instead of the test number that Facebook gives you).

  • @arbayaadi6291
    @arbayaadi6291 4 місяці тому

    Hi

  • @isi1044
    @isi1044 Рік тому

    my webhook didn't work

  • @marateofficial
    @marateofficial 9 місяців тому

    please send me all the codes

  • @insect3934
    @insect3934 Рік тому

    Is this free??

  • @apmail6
    @apmail6 Місяць тому

    Please lose the music! It's annoying and distracting.

  • @yoummfu9448
    @yoummfu9448 2 роки тому

    i use destop, but I don't have WhatsApp in dashboard,🤣🤣

    • @VinixCode
      @VinixCode  2 роки тому

      Are you based in China? Facebook seems to have disabled that option in your country.

  • @estebanpiccardo6765
    @estebanpiccardo6765 2 роки тому

    Por que no los hiciste en español los videos? jaja

    • @VinixCode
      @VinixCode  2 роки тому +1

      Esteban, están en ambos idiomas! Aquí lo tienes en Español: ua-cam.com/video/ZDdSPLJUPKA/v-deo.html

    • @estebanpiccardo6765
      @estebanpiccardo6765 2 роки тому

      @@VinixCode muchas gracias
      La verdad es una excelente serie de videos
      Yo estoy intentando hacer el webhook pero en php
      Pero tengo un error en los parámetros del curl o algo de eso porque aún no logro que funcione

  • @officework8812
    @officework8812 Рік тому

    I can not continue as I get the following popup.
    Your payment account is disabled. Contact the financial admin for this account or submit an appeal

  • @BlackWolfCrew
    @BlackWolfCrew 2 роки тому

    Excellent, how know connect to you business number ?

    • @VinixCode
      @VinixCode  2 роки тому

      Edwin, please read this documentation what you need to do in order to go to production: developers.facebook.com/docs/whatsapp/cloud-api/get-started#next-steps

  • @horaciooliva23
    @horaciooliva23 2 роки тому

    Just claps for you Vinix :clap:

  • @duygukocar7623
    @duygukocar7623 2 роки тому

    How to change test number ?

    • @VinixCode
      @VinixCode  2 роки тому

      In this video (in spanish, but you can translate it) we explain how to do it: ua-cam.com/video/kpAjCxTQ5ZY/v-deo.html