Hi Prashant, Thank you for your valuable time in creating this video and would like to explore more and awaiting for remaining part of 3 & 4 option. Good Luck :) Best Regards,
Hi Ranjana, Happy to hear from you, in this video you will get an idea to how to read the documentation, this is kind of difficult thing to understand, anyhow i give my best and explained it, In future i will create a new video, better to read the documentation and read it again, Thank you ❤️
Hello Prasath, i've really liked your video and subscribed to your channel, i've made a Json object generator with python for my app, really appreciated your help explaining the docs!!!
I have integrated webhook for received whatsApp messages in laravel, but I don't understand how to store the image received in the message in the folder and database? can you please help me in this?
hello I am having some difficulties using template. I have made a transaction template and it is approved but i am not able to use that template its giving me error code 132001 and i have written the language code correctly. so can you please help me with this.
The error message for 132001 is Template does not exist, so check the link and search your error codes here, developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes
Hi Prasath, thank you so much for your video! I've got an very good course about template (first part). Two questions: (1) it is not clear to me how can I dispaly the JSON structure on the right side of the display of my PC (i.e. minute 09:15 of your video); (2) have you any experience how send whatsapp message using google app script? Or can you suggest me videos or docs can help me? Thank you in advance for your reply. Ciao!!!
Thank you so much this whole playlist was very helpfull. I have question, towards the end you show type = date_time, what is the format for time. You have showed in the json file the format for date "MONTH DAY, YEAR" was this defined by you or did you get it from some doc thank you in advance
your video and explanation is awesome. Instead of template if we want to send a text message to the end user , we have to define type as text .If i give this in postman, "type": "text", "text": { "preview_url": false, "body": "MESSAGE_CONTENT-I typed any own message so i can give what ever messages i want through this apart from pre defined template..." } The response is coming as status ok but the message is not received why?
To initiate the conversation with the customer first we have to send the template which is accepted by the meta, after the template if the user response only you can send the second message like hi, or anything, got it?
@@pms_code thank you for your reply, i applied directly to cloud aPi, as per your video , i also tried and send messages to phone numbers, remaining is business verification and web hook concept. Apart from this is there any other reason for going behind the direct business provider? Can i work individually without the help of solution provider and can make my business to be verified?
Hey, Prasath. Thank you so much for bringing such an informative video and most particularly very easy to understand and act on. I went through all the videos but I've got a question, in order to build a chatbox(Like receiving the message from customers and replying) using these APIs , will need to create our own webhook right? (to receive event and notifications just like in glitch) 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. Thanking you in anticipation.
I will search and let you know, (i got your point, from my understanding, if we subscribed to the webhook event(response, notification) then we need to implement API I guess, [we no need to do anything in the front end for the webhook,]), Nowadays I'm learning this thing after I completed i will publish a video
Hi Prasath, I'm getting a "template name does not exist in en", when I make a post request using a test number, however, this woks fine when I use a business number. do you know why this could be a reason?
Hi Prashanth, Thank you for providing custom template information. But I have some little bit confusion. When I tried to send template through postman without making on meta, there is an error that template does not exist. Means we need first to create templates on whatsapp manager and after that we will used in json in programming. But my question is if we are adding all in whatsapp manager template, then why there need of again add all mediad,body,button to json again?
Thanks for amazing videos. Can we do the same with google app script? I am facing few error currently. If you can make video to connect the API with google app script, will be amazing.
@@pms_codethank you for your quick reply. how can I do that? I couldn't find any documentation or video. is there an API extension? json code? to create a simple template. thank you so much.
Hi, great videos! I got an 132000 error, but I don't understand the reason because I have 1 parameter in my template and in my Json code as well. Can you help?
HI, Thanks for the gr8 video - but is still not clear to me - if i want the template text to pull the name of the client name from the elementor form , how can i make it? for example : " Hi [name of the client form the elementor form] , thanks for contacting us. Thanks
Thank you for this video. In getting recipient phone number not in allowed list and when I used the number that is in my WhatsApp business manager, the message send but It doesn't show on my WhatsApp. That means, I didn't not receive the message. Please how do I solve this problem?
@@pms_code yes. I acted as a user in the test mood. I sent the (hello_world) template to the number I configured/registered in the WhatsApp cloud API. It was successful and and I replied it. So, I was able to send other messages. However, when I tried to send the (hello_world) template to a different number, I got the "number not on the list error" and also, I customised my own template too. When I tried to send my own customised template, I get an error saying "template does not exist" but the template I customised is in the WhatsApp cloud API and meta has approved it
Hi, it's so helpful to see your video. But I am facing a problem. My message template is always rejected once I submit it. Would you happen to have any suggestions? Thank you.
From postman we're getting error on first message only. Message:- #100 The parameter messaging_product is Required. Type :- 0AuthExpception Code :- 100
Hi Yasir, I checked the error code 100, this is for (The parameter may not be available or may be spelled incorrectly.) and check the error codes reference here developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes and If you haven't subscribed to the channel please make sure to subscribe ❤️
By far the best video on whatsapp cloud message API. Thank you!
Hi Prashant,
Thank you for your valuable time in creating this video and would like to explore more and awaiting for remaining part of 3 & 4 option.
Good Luck :)
Best Regards,
Thanks a lot, will do ❤️
So Cool I have subscribed to see more...
Welcome Kevin ❤️
Sir I am to much confuse in it but after that my all logics cleared thank you so much for that
Glad to hear that
Thank you sir for uploading this video. I waiting for it. Your are great sir 🙂
Hi Ranjana, Happy to hear from you, in this video you will get an idea to how to read the documentation, this is kind of difficult thing to understand, anyhow i give my best and explained it, In future i will create a new video, better to read the documentation and read it again, Thank you ❤️
Thanks! Following your guidance, I was able to configure the API in FlutterFlow.
Fantastic! ❤️
Thank you Boss. Waiting for the next 👍
Thank you Alexis ❤️
wonderful explaining!
Glad it was helpful!
Hello Prasath, i've really liked your video and subscribed to your channel, i've made a Json object generator with python for my app, really appreciated your help explaining the docs!!!
Hi Raphael, Really happy to hear that, is that a open source project?
I have integrated webhook for received whatsApp messages in laravel, but I don't understand how to store the image received in the message in the folder and database? can you please help me in this?
Gracias por enseñarnos. Tus tutoriales son muy buenos. ¿Cómo haces para ver el docuemento a la izquierda y el código a la derecha, al tiempo?
Thanks for the video It was very helpful.
Thanks Kevin ❤️
hello I am having some difficulties using template. I have made a transaction template and it is approved but i am not able to use that template its giving me error code 132001 and i have written the language code correctly. so can you please help me with this.
The error message for 132001 is Template does not exist, so check the link and search your error codes here, developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes
Just like image in header how can i send document using link? Please provide the json for the same.
Hi Prasath, thank you so much for your video! I've got an very good course about template (first part). Two questions: (1) it is not clear to me how can I dispaly the JSON structure on the right side of the display of my PC (i.e. minute 09:15 of your video); (2) have you any experience how send whatsapp message using google app script? Or can you suggest me videos or docs can help me? Thank you in advance for your reply. Ciao!!!
Thanks for the explanation.
Thanks
Hlo Sir i'm not able to make url button component its giving errors please help.
We will follow
மிக்க நன்றி 🙏🙏
Thank you so much this whole playlist was very helpfull. I have question, towards the end you show type = date_time, what is the format for time. You have showed in the json file the format for date "MONTH DAY, YEAR" was this defined by you or did you get it from some doc
thank you in advance
what is the component button type name for call to action
your video and explanation is awesome. Instead of template if we want to send a text message to the end user , we have to define type as text .If i give this in postman,
"type": "text",
"text": {
"preview_url": false,
"body": "MESSAGE_CONTENT-I typed any own message so i can give what ever messages i want through this apart from pre defined template..."
}
The response is coming as status ok but the message is not received why?
To initiate the conversation with the customer first we have to send the template which is accepted by the meta, after the template if the user response only you can send the second message like hi, or anything, got it?
@@pms_code thank you for your reply, i applied directly to cloud aPi, as per your video , i also tried and send messages to phone numbers, remaining is business verification and web hook concept. Apart from this is there any other reason for going behind the direct business provider?
Can i work individually without the help of solution provider and can make my business to be verified?
Thank you so much for the tutorial
You’re welcome Hisham ❤️
Hi very nice video for learning, I have sample dout on How to get json formated template on right side view on your video
That is called Split view, you can google it
Have you resolved it now? If so, can you tell me what the reason was?
@@pms_code I think he meant where it adds the + with a drop down
Hey, Prasath. Thank you so much for bringing such an informative video and most particularly very easy to understand and act on.
I went through all the videos but I've got a question, in order to build a chatbox(Like receiving the message from customers and replying) using these APIs , will need to create our own webhook right? (to receive event and notifications just like in glitch)
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.
Thanking you in anticipation.
I will search and let you know, (i got your point, from my understanding, if we subscribed to the webhook event(response, notification) then we need to implement API I guess, [we no need to do anything in the front end for the webhook,]), Nowadays I'm learning this thing after I completed i will publish a video
Hi Prasath, I'm getting a "template name does not exist in en", when I make a post request using a test number, however, this woks fine when I use a business number. do you know why this could be a reason?
Hi Prashanth, Thank you for providing custom template information. But I have some little bit confusion.
When I tried to send template through postman without making on meta, there is an error that template does not exist. Means we need first to create templates on whatsapp manager and after that we will used in json in programming.
But my question is if we are adding all in whatsapp manager template, then why there need of again add all mediad,body,button to json again?
@pms_code is it sample template which we created on whatsapp manager?
thank you so much sir 😍
Welcome just call me Prasath❤️
Thanks for amazing videos.
Can we do the same with google app script? I am facing few error currently. If you can make video to connect the API with google app script, will be amazing.
Thank you for the feedback, I will learn about it
Hi Prasath, thank you
How to Send Whatsapp Msg Via Zapier ?? Via Json
Please Help
what aop or web is the right?
How to create media templates with image using postman
Hi Akshay, you can't create using postman, because Templates customisable , so according your requirement you have to create it
@@pms_code hello,I want to create template with postman. Isn't that possible? thank you.
@@samimklc2301 yes, it’s possible
@@pms_codethank you for your quick reply. how can I do that? I couldn't find any documentation or video. is there an API extension? json code? to create a simple template. thank you so much.
thanks bro ,
Welcome Kasun
please show me with one example that contains image and buttons
Can't able create dynamic button can you explain about it
Hi, thanks for your video. I succeed to send message but i am able to install whatsApp business on my phone (i cant add my phone number). any idea ?
to start the conversation First you have to send the Template messages and user should response to that message then only you can send other messages
Hi, great video. Linked buttons can only be used in templates? Is there another way to use it other than via templatete?
Hi, great videos! I got an 132000 error, but I don't understand the reason because I have 1 parameter in my template and in my Json code as well. Can you help?
Hi, can we customise this template from our size like, can we handle customise template from web or via api?
Yes, there is a API for creating template without going through the website, please find the documention in the official site
How this right side one getting unable get it
I'm using Mac, in mac after make it as full screen, if we drag other app, that will split screen
Hey dude, where did you get the json object on the right hand side of your screen?
there is a website call jsonformatter.curiousconcept.com/# i', using that
HI, Thanks for the gr8 video - but is still not clear to me - if i want the template text to pull the name of the client name from the elementor form , how can i make it?
for example : " Hi [name of the client form the elementor form] , thanks for contacting us.
Thanks
in the parameter you can add your value and send it
Thank you for this video. In getting recipient phone number not in allowed list and when I used the number that is in my WhatsApp business manager, the message send but It doesn't show on my WhatsApp. That means, I didn't not receive the message. Please how do I solve this problem?
First you need to send the template, if the user responds then only you can send the other messages, that is the requirement.
@@pms_code yes. I acted as a user in the test mood. I sent the (hello_world) template to the number I configured/registered in the WhatsApp cloud API. It was successful and and I replied it. So, I was able to send other messages.
However, when I tried to send the (hello_world) template to a different number, I got the "number not on the list error" and also, I customised my own template too. When I tried to send my own customised template, I get an error saying "template does not exist" but the template I customised is in the WhatsApp cloud API and meta has approved it
@@abanwaraphael1526 shall we debug this in Team meet call, then easy to understand the issue
how to send location request template message??
Hi, it's so helpful to see your video. But I am facing a problem. My message template is always rejected once I submit it. Would you happen to have any suggestions? Thank you.
not only for you, i received lot of messages from my subscribers, need to check in the customer support
Have you resolved it now? If so, can you tell me what the reason was?
do we need to pay for using custom templates
Why have my message templates been constantly rejected? Is it because your account has been verified by the company?
Recently i’m facing this issue, better to reach out the support team
@@pms_code Will I need to link a card in order to apply for the templates?
Hey how do you reach the dashboard. It is quite overwhelming at the beginning. Please don't skip step dude.
please see this ua-cam.com/video/d6lNxP2gadA/v-deo.html
make video on example
sure
From postman we're getting error on first message only.
Message:- #100 The parameter messaging_product is Required.
Type :- 0AuthExpception
Code :- 100
Hi Yasir, I checked the error code 100, this is for (The parameter may not be available or may be spelled incorrectly.) and check the error codes reference here developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes
and If you haven't subscribed to the channel please make sure to subscribe ❤️
Can I contact you directly my email and has small project for you. Thanks
Yes, you can use this mail 6sivaprasath@gmail.com
Why have my message templates been constantly rejected? Is it because your account has been verified by the company?