Twilio whatsapp location - whatsapp

Please let me know how to send and recive the location through twilio and python. like longitude and latitude and I need users to be able to share their current location with the bot.

Related

WhatsApp Business api cloud: How do I register a Customer's phonenumber via api?

Currently, I am using WhatsApp Business api cloud on one of my web project, I would like to register a customer's phone number but via api instead through meta, developer platform like following:
"Here is the image to register customer's number in the meta developer platform"
I want do this:
(managing the phone numbers)
but via api, and later of that send the verification code via api as well.
If someone can help me , telling me if that is possible and sharing documentation or the endpoint I would appreciate it very much, I've been looking at the documentation and postman's examples for 2 days without any success.
I'm sorry I didn't share the pictures directly, it is my first question on Stackoverflow
Thanks in advance,
Greetings!
I guess you are using WhatsApp provided a test phone number in From, you need to read this, https://developers.facebook.com/docs/whatsapp/cloud-api/get-started#sent-test-message
Enter the recipient phone number you would like to message in the To field. Ensure the number is correct, and that you want to add it to your list of 5 possible message recipients —as you add phone numbers, follow the prompts on the screen to verify you have access to them. Once this number has been added, it cannot be removed from your list.
Note: This limitation is only for WhatsApp-provided test phone numbers. Real phone numbers that you register do not have a limit on the number of recipients.
You don't need to register receivers' phone numbers if you are using your own real business phone number in the sender's phone number.

How do I make Sendchamp Voice text to speech API call user with local number?

I am integrating Sendchamp Voice API and I want it to call the user in the user's local number and not a US or Canadian number. How do I do that?

whatsapp business api is only used pre-selected company from whatsapp?

I guess whatsapp business api client is only used pre-selected company which whatsapp grant.
So, i want to know my guessing is right or not.
According to official guide, i need to register phone number to whatsapp.
I guess here exist whatsapp menu. but i can't see menu. (Sorry, i dont know the way website display english language)
Official guide mentions this. "If you cant see WhatsApp account option, you cant use Business API yet"
So i search how can i access Business API, and i can see this in WhatsApp FAQ.
Finally, according to below link, WhatsApp has granted to 90 pre-selected companies.
https://medium.com/callbell/what-changes-with-the-release-of-the-whatsapp-business-apis-46994316b763
As a result, if i want to use whatsapp business api, i need to use service which is provided official whatsapp partner company like twilio.
Someone tell me that My result is right?
Yes, you either need to fill out the request form to request access to WhatsApp Business API or use existing solution providers like Twilio.

How some whatsapp auto reply apps can use our own phone number to do auto reply? I want to build using PHP

I'm applying from Twilio to use their WhatsApp API service they are providing to build a WhatsApp auto-reply bot. But the problem here is that they want us to use the phone number they provide to us which we need to buy from them.
I tried using the URL 'https://api.whatsapp.com/send?phone=15551234567' but it just redirects to a page to send a message which I need to click 'Send' in order for it to submit our message. Besides that, we need to be able to trigger the application that a message is received from a recipient so we still need to access the API.
So how exactly is it I want to build a Whatsapp Auto Reply service to the public if Twilio provides it's own phone number only to reply. I want to reply using phone numbers that my clients register with me which is their own phone numbers.
As we know Whatsapp API is not open for public but how other Whatsapp Auto Reply apps are able to use our phone number to auto-reply to our recipients?
Would love some feedback or solutions from StackOverflow community. Thanks.
Twilio developer evangelist here.
Currently the Twilio documentation on using numbers on WhatsApp says:
Currently, we are unable to enable WhatsApp on non-Twilio numbers; support for this is coming soon and we will update these docs once available.
So this is just a current limitation and will be changed in the future.

Geolocation necessary to get mayorship?

It's well known foursquare users are not able to get the mayorship of a venue if checkin comes via mobile website. But is it also necessary to send the geolocation of a user via foursquare API to get mayorship? If yes, how accurate must the geo information be?
Yes, only check-ins that pass the user's actual lat/lng will be eligible for mayorship. The accuracy required depends on the venue, but the lat/lng reported must come from an independent source (i.e. the phone's GPS) and not be derived or set by the user.