Hi Rajkumar, i added the GitHub link in the video description, please take that, because some small mistakes in the previous video, and in order to get a full understand, please watch completely, have a great day ❤️
Sabes por que cuando uso ngrok o despliego mi servicio en vercel, no funciona y me dice " No se pudo validar la URL de devolución de llamada o el token de verificación. Verifica la información proporcionada o vuelve a intentarlo más tarde." Si alguien le paso lo mismo y sabe como solucionarlo se lo agradezco
Hi prasanth, thanks last time we worked on the get web hook. I solved that issue by just returning the challenge like this. return challenge; it shouldnt be object, it should be just the int or string challenge...
After app create and running on automation. Then can we login this number to WhatsApp business application to view customer message and send manual message.. Please give me anyone suggestions!! 🙏
Thank you for this video,,, But I have a question, can I do it locally without server,,, I mean run the whatsapp from callback URL locally not on server
Great session , but facing some issue .. in whatsapp my URL and token is not verifying i have tried multiple times , can you please suggest me something for that
Hello Sir, your concept is amazing as i am watching your all vidos related to WAC-API Series and following you with the same flow but i am not getting any response i have matched line to line code and also copied your git code and changed the url but no response need help as i have search out a lot but stucked !!! Can you suggest me something ?
can we send custom footer ? i want to make some sort of customer service using whatsapp api and want to send the name of the operator who send the message in footer
I tried to follow the entire video(part 1 - 3), but somehow I failed, no response. I tried to see the console log but there's nothing there (I mean the json text) any solution? (Sorry, I'm new to this) I even try to copy - paste the whole code, but still didn't work
ok, got it, you have to subscribe it, then only you will get the messages, see this github.com/prasath95/Webhooks-for-WhatsApp-cloud-API/issues/1 and let me know
Great video!!!!! thanks !! i was wondering how can i do the same but with voicenotes, images, interactive messages/buttons , I get error in those cases
I hope you are mentioning receiving the messages(voice/image/videos) from webhook, I haven't tried that but a better way to first we need to get the webhook response and print it, then as per the response, we can extract the required information (voice/image/video), or if you are struggling to send the messages better way is first to try it from postman collection(I already created a video), then get the is this not your question, please mention it?
Hello friend, first of all, thank you for this series of videos. I'm eager to implement a WhatsApp bot and I wonder if it's possible to do it using your project's code as a base. Obviously, I will need to use a database. Greetings from Argentina.
Hi! Great video, thank you sir! When I send message in Facebook, I didn't have an answer in the heroku log and when I sent a WhatsApp message I didn't have an answer, but the connection between heroku and Facebook it's done (I've tested with some console logs). Any suggestion?
Hi Arturo, if you configure your webhook in the WhatsApp dashboard's configuration page, then it should work, did you follow my video completely? if you followed my video, please try with the project source file with in shared in the description and let me know
Hi prasath, Greet work bro, can i use this project with Glitch because heroku get not free. Also i ask if this will need changes in the steps that you did. Thanks
Recently i go through one of the free hosting provider like heroku, i will make a video sonner, if you want to use glitch, easily you can copy and paste the code, that will work
Hi prasath, i am following your tutorial and i am using nuxt3. So far the things are good, but i cannot verify my token. My verfication token is correct. logs are showing on heroku and there seems no error but Edit webhook's callback URL on facebook developer is still failing. I have spent 4 hours but cant make it verify...Can u please help me make this correct. I have a git hub repo of my app...Kindly help me
Actually, I'm sending message to 1000 customers every day but in dashboard it is showing 300-400 conversation why? can you please help me out this i'm very confused!
if (mode && token) { if ( mode === "subscribe" && token === useRuntimeConfig().public.HOOK_VERIFICATION_TOKEN ) { theStatusCode = 200; console.log("Everything OK"); } else { theStatusCode = 403; console.log("Webhook verification failed......"); } , when i run on heroku, the Everything OK appears to me on the logs, but verification is still failing....
@@pms_code I am facing same sort of issue. I am run my code on AWS server and everything is working fine like on terminal webhook is running is printing and browser is also displaying the same 'hello this is webhook setup' message but when it comes to verify callback and token on WhatsApp webhook config they showed either callback url or token is not valid sort of message. despite i am giving exact url of browser with /webhook and verifying token Kindly help me out there its been almost 2 days I am unable to resolve this.
Hi Prasath,/ @pms_code. I went through all your videos and was able to understand how cloud API works, thank you for the video. Keep preparing more such videos related to WhatsApp cloud api, specially end to end app. How can I contact you, have few questions n not getting answers
nowadays in heroku there is no free tier to host, in that case how will i host your node js project in visual studio to the own server. kindly explain plz. sir
If this is really helpful to you, support me on ❤👉🏽prasath.gumroad.com/l/gift
Great video sir
Finally 😍😍
Thank you Sir 😇
Thanks Patra ❤️
nowadays in heroku there is no free tier to host, in that case how will i host your node js project in visual studio to the own server. kindly explain
Awesome video sir thank you sir 😊
Thanks Ranjana ❤️
Nice
Thanks
Wait is over thank you sir ☺️
Hi Rajkumar, i added the GitHub link in the video description, please take that, because some small mistakes in the previous video, and in order to get a full understand, please watch completely, have a great day ❤️
excellent video, I found it very useful! new subscriber!
Thanks for the sub!
Well done
Thank you
Hi Sir, Incredibly grateful for you contribution. Thank You!
Happy to hear from you ❤️
Sabes por que cuando uso ngrok o despliego mi servicio en vercel, no funciona y me dice "
No se pudo validar la URL de devolución de llamada o el token de verificación. Verifica la información proporcionada o vuelve a intentarlo más tarde."
Si alguien le paso lo mismo y sabe como solucionarlo se lo agradezco
Subscribed brother. You're doing GOD's work and that too, better than the god himself
just a tutorial bro, thank you
Hi prasanth, thanks last time we worked on the get web hook. I solved that issue by just returning the challenge like this. return challenge; it shouldnt be object, it should be just the int or string challenge...
Great, could you please mention this issue on github
After app create and running on automation. Then can we login this number to WhatsApp business application to view customer message and send manual message..
Please give me anyone suggestions!! 🙏
Sir how we can use this whatsapp chat api and token for bulk message text + image or video through google spread sheet ?
Hi, you can use this app to send bulk messages , you can send text based templates messages for free - wcbulk.page.link/eNh4
Is there any API available to configure the webhook (callback URL's and verify token) instead of configuring in Meta ?
Just thank you!
Welcome 🙏
Sir can please make video in Php Laravel to integrate same api
Thank you for this video,,, But I have a question, can I do it locally without server,,, I mean run the whatsapp from callback URL locally not on server
Hi Akram, I think you can use ngrok - refer this video - dev.to/ibrarturi/how-to-test-webhooks-on-your-localhost-3b4f
@@pms_code i tried with ngrok but it gives error when doing webhook configuration
Can u tell me how to store media id url into the database ? I have use the Whatsapp business api for my bot
in the WhatAapp cloud you can't save, but you can save in other Database like Firebase or MongoDB and get the link and use it
Hello sir, you are doing an amazing job. In the end of the video you talked about implementing a logic . How can you do that?
I have subscribed for the amazing work and you have deactivated the option to message you on twitter
Thank you for this information. I want to show that logs to my webpage or that heroku web link. How to do that.
Great session , but facing some issue .. in whatsapp my URL and token is not verifying i have tried multiple times , can you please suggest me something for that
did you add /webhook in the end ?
This is working fine now but when I am verifying the url and token but facing timeout issue in logs
Hi,
could you create the IF... video
i would like to see how to build a conversation in whatsapp app...
thanks a lot Sir
How Can We Do Use in Google Spread Sheets?
Hi Prasath, great work. can you do on Facebook Messenger and Instagram Messenger API integeration
thnk u very much
Welcome 🙏
Hello Sir,
your concept is amazing as i am watching your all vidos related to WAC-API Series and following you with the same flow but i am not getting any response i have matched line to line code and also copied your git code and changed the url but no response need help as i have search out a lot but stucked !!! Can you suggest me something ?
Please continue this series as it is aggressively demanding Thanks a Lot ❤
github.com/prasath95/Webhooks-for-WhatsApp-cloud-API/issues/1 check this
@@pms_code Thank You Sir Its Working. Please again i am requesting please continue this series
can you make 1 video for woocommerce integration ? it will be useful for so many peoplw
Any specific preference of using nodejs while integrating with whatsapp? How about python, any downside?
Yes, you can go with any server side language, i used nodejs because i had some sound knowledge
Hello! its a great video!!
i have a question. how can i connect a local sql server to send reponses in this project? is it possible with heroku?
I want to send some video from my computer to different users whatsapp. Is this possible with this series ?
can we send custom footer ?
i want to make some sort of customer service using whatsapp api and want to send the name of the operator who send the message in footer
Hey, I want to create business logic chatbot, can you please help me with adding some conversation on the bot
Please share your information to 6sivaprasath@gmail.com
ty genius
Hi Prasanth, great work. How can we maintain multiple user tokens can you please explain it?
Hi, what do you meant by multiple user token?
Sir , we need otp verification is possible like this, we are using appsheets need a number verification
yes, it's possible, there is an option for that, if you need consultancy service, just email to 6sivaprasath@gmail.com
I tried to follow the entire video(part 1 - 3), but somehow I failed, no response. I tried to see the console log but there's nothing there (I mean the json text) any solution? (Sorry, I'm new to this)
I even try to copy - paste the whole code, but still didn't work
ok, got it, you have to subscribe it, then only you will get the messages, see this github.com/prasath95/Webhooks-for-WhatsApp-cloud-API/issues/1 and let me know
Hello #programming_make_sense,
can we send bulk messages using cloud API, and please create more video related to cloud API. Thanks
Hi Devendra, you can use this app to send bulk messages , you can send text based templates messages for free - wcbulk.page.link/eNh4
Great video!!!!! thanks !! i was wondering how can i do the same but with voicenotes, images, interactive messages/buttons , I get error in those cases
I hope you are mentioning receiving the messages(voice/image/videos) from webhook, I haven't tried that but a better way to first we need to get the webhook response and print it, then as per the response, we can extract the required information (voice/image/video), or if you are struggling to send the messages better way is first to try it from postman collection(I already created a video), then get the is this not your question, please mention it?
Hello friend, first of all, thank you for this series of videos. I'm eager to implement a WhatsApp bot and I wonder if it's possible to do it using your project's code as a base. Obviously, I will need to use a database. Greetings from Argentina.
Happy to hear from you, if there anything ping me
Great job 👍
How to receive the answer in google spread sheet?
Thank you
For me heroku asking for subscription . Can we use ng rok and host it???
yes, now in heroku, they are asking the subscription, we can get a basic plan, you can try that
Hi!
Great video, thank you sir!
When I send message in Facebook, I didn't have an answer in the heroku log and when I sent a WhatsApp message I didn't have an answer, but the connection between heroku and Facebook it's done (I've tested with some console logs).
Any suggestion?
Hi Arturo, if you configure your webhook in the WhatsApp dashboard's configuration page, then it should work, did you follow my video completely? if you followed my video, please try with the project source file with in shared in the description and let me know
@@pms_code Thank you, I had used your code and nothing, I used temporal token and permanent and I didn't work out. :(
What could it be?
Thank you!!
@@pms_code i use the project source shared, but I didn't have an answer when send a msg to chat
@@reifitz go to your facebook developer account > whatsapp > configuration > manage > then subscribe to messages. I had the same error
go to your facebook developer account > whatsapp > configuration > manage > then subscribe to messages. I had the same error
Thank you. You rule
You're welcome! ❤️
Thanks a lot. You're doing a great work. How can i store the received user data from the webhook into Mongoose Database?
Can it work on DigitalOcean as well as Heroku?
Did you manage?
Can we host this to cpanel hosting. can you do a video tutorial for that. TIA. sending love❤️❤️
I am not able to use my credit card on heroku.. its getting declined for no reasons. Can you suggest where else I can host the api?
it it's decline, try to create another heroku Account and try it because it's user friendly, good pricing plan s well
Hi prasath, Greet work bro, can i use this project with Glitch because heroku get not free.
Also i ask if this will need changes in the steps that you did.
Thanks
Yes, you can
@@pms_code
There is no documentation for glitch with GIT like heroku
I wish if you support me with link for that
Recently i go through one of the free hosting provider like heroku, i will make a video sonner, if you want to use glitch, easily you can copy and paste the code, that will work
@@pms_code
God bless you, thanks brother
You can use ngrok to test from local
I have updated in my latest video
Hello friend, greetings from Peru, what would it be like if it has a 3 button, how can you identify it?
Hii Jorge, just put it into an array, so it will take the order
you will have an example of how to capture the event
Hi, thank you for your great tutorial. this really saved me
Actually i don't know about the Ngrok, mostly i'm working on a mobile development
Hi prasath, i am following your tutorial and i am using nuxt3. So far the things are good, but i cannot verify my token. My verfication token is correct. logs are showing on heroku and there seems no error but Edit webhook's callback URL on facebook developer is still failing. I have spent 4 hours but cant make it verify...Can u please help me make this correct. I have a git hub repo of my app...Kindly help me
shall we sync a quick call?
@@pms_code Yes
issue created
php le integrate panramaathiri video podunge bro
how to implement springboot application ?
Same logic, you just need to convert the code
Actually, I'm sending message to 1000 customers every day but in dashboard it is showing 300-400 conversation why? can you please help me out this i'm very confused!
Not send normal number only send WhatsApp number sending
Can we host this code using ng rok
yes
@@pms_code I am doing this but meta developer webhook is saying that the url is malicious
Hello sir how can we chat with user from php dashboard
You have to implement similar logic in php, if you are familiar with php to build REST APIs, then you can easily achieve this
how to show all messages from users and display
Hi Tyagi, for your requirement, you have to save messages into the database, and you have to design the system.
can we able to try this with java 🤔
yes, you can, language doesn't matter
@@pms_code thanks can you refer any video
@@bharathraj4196 ua-cam.com/video/63grynZmo7c/v-deo.html just get some idea about sprint boot, it's a java framework
Hi Prasath, Thanks for your video! But now Heroku is not longer free.
Yh man, there is another free trial hosting provider name called "Cyclic" you can use that
if (mode && token) {
if (
mode === "subscribe" &&
token === useRuntimeConfig().public.HOOK_VERIFICATION_TOKEN
) {
theStatusCode = 200;
console.log("Everything OK");
} else {
theStatusCode = 403;
console.log("Webhook verification failed......");
} , when i run on heroku, the Everything OK appears to me on the logs, but verification is still failing....
did you give /webhook ? please create the issue in the github issue github.com/prasath95/Webhooks-for-WhatsApp-cloud-API
@@pms_code I am making the issue on your repo. Can i get your skype contact?
@@pms_code I am facing same sort of issue. I am run my code on AWS server and everything is working fine like on terminal webhook is running is printing and browser is also displaying the same 'hello this is webhook setup' message but when it comes to verify callback and token on WhatsApp webhook config they showed either callback url or token is not valid sort of message. despite i am giving exact url of browser with /webhook and verifying token
Kindly help me out there its been almost 2 days I am unable to resolve this.
Hi Prasath,/ @pms_code. I went through all your videos and was able to understand how cloud API works, thank you for the video. Keep preparing more such videos related to WhatsApp cloud api, specially end to end app. How can I contact you, have few questions n not getting answers
you can contact me in the twitter
nowadays in heroku there is no free tier to host, in that case how will i host your node js project in visual studio to the own server. kindly explain plz. sir