Cant able to access Whatsapp Manager in Faceebook Business Manager - facebook

Trying Whatsapp API integration , followed the steps mentioned in https://www.facebook.com/business/help/2087193751603668 but cant see whatsapp account creation option in Business Manager.
enter image description here
Please tell us how to achieve

Try downloading Whatsapp for business on a mobile, configure it on your mobile, then add it to facebook in the page you provided.

Related

How to show google accounts dialog in flutter?

I want to do the login/signup process with google acc in the flutter application. Our backend developer gives me an API to call that and get a link for choosing a google account. That link is like this:
https://accounts.google.com/o/oauth2/v2/auth?redirect_uri=https%3A%2F%2Fapi-v1-dare.cloud.atadp.ir%2Fapi%2Fauth%2Flogin%2Fgoogle%2Fcallback&client_id=1039193858277-2vkeh4q5nvi69bdfe4sr44boo0itlau5.apps.googleusercontent.com&access_type=offline&response_type=code&prompt=consent&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email
When I open this link in my browser, I can choose a google account:
And when choose account, I get this data:
I try to use the google_sign_in package but can't find a way to load that link. Can you help me how to do this process?

Whatsapp API integration - how to add mobile number through API?

I am building a web application, where I need to allow users to verify their mobile number and then send Whatsapp messages to their contacts. The problem is I can't find any API endpoint on Facebook documentation for adding mobile number. The application will provide service something similar to Twilio or SendInBlue. However, I can't find a way to do it. Please let me know if anyone knows anything about it.

How can I check the messages that I received from whatsapp business API?

We are using an integration with whatsapp business API and it is working great, but we need to check if we have a new message or if the user have replied, we try it to use the whatsapp business app, but we can't access to the app and it seems like that whatsapp doesn't allow to use the App and API with the same number, then is there any way to check the messages like an app or dashboard?
I have been investigating in internet but I cannot find any solutions for that

Example code for Stripe Connect [Flutter]

Is there an example code/documentation for Stripe Connect that handle business onboarding/registration for flutter application?
I can't find it on the package documentation flutter_stripe
Stipe is simplest way to integrate payment gateway solution.
Here is a tutorial to implement this. LINK
When you go onboard just need to change the api keys and code will remains the same.
you can call Stripe API to create an account link (see doc), and open the account link's URL in a Webview inside your Flutter application.
However, I think it's better to let your user experience the onboarding flow in a keyboard friendly environment such as desktop, because they need to fill up lots of information.

I need help creating a Whatsapp chatbot

Is there at this moment a reliable way to build a chatbot for Whatsapp? There are some Whatsapp frameworks like this one but looking at the comments it looks like most of Whatsapp numbers got banned when using these. Also, Twilio for example has an API for Whatsapp but it is only for testing.
Thanks in advance!
Currently the WhatsApp API is still in beta and you need to wait for the API to be officially open to everyone. Still you can make a request to get access to their API in advance https://www.facebook.com/business/m/whatsapp/business-api
Twilio now directly supports WhatsApp integration; simply fill out Twilio's Request Access form with accurate and up-to-date information, including the Facebook Business Manager ID, and securely send WhatsApp messages using Twilio APIs.
And, in general, there are numerous approaches to developing a WhatsApp chatbot. However, there are some fundamental considerations to bear in mind when creating a WhatsApp chatbot.
Whatsapp business API
Chatbot builder platform
To build a chatbot I suggest Kommunicate for creating a simple and seamless chatbot. Kommunicate includes a bot builder tool called Kompose, which allows you to create bots without writing a single line of code. You can build AI-powered chatbots, deploy them on your website and apps, and even incorporate automated human takeovers if they fail. For detailed instructions on how to build a chatbot, please see this article. Kommunicate also lets you integrate with other third-party bot builder platforms such as Dialogflow, Amazon lex, IBM Watson, and custom bots.
Once the Twilio account has been configured with the WhatsApp Business API, connect it to the Kommunicate account to deploy the chatbot and manage customer conversations. Refer to this link for detailed instructions
PS: I work for Kommunicate