Questions tagged [whatsapi]

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger. DO NOT USE this tag for general programming related to WhatsApp, use [whatsapp] instead.

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger.

Links:

187 questions
0
votes
1 answer

Why do I get Cannot resolve symbol 'CONTENT_PROVIDER_AUTHORITY'?

Why do I get `Cannot resolve symbol 'CONTENT_PROVIDER_AUTHORITY' if I have set this on my build grade: def contentProviderAuthority = applicationId + ".provider.StickerContentProvider" manifestPlaceholders = …
0
votes
0 answers

Sending a pdf through WhatsApp Business API that is stored in google drive, but I am receiving an error " 12300 - Invalid Content-Type "

I am trying to send a pdf through WhatsApp Business API that is stored in google drive, but I am receiving an error " 12300 - Invalid Content-Type " can you help me where am I going wrong also, I want to know how to send a pdf in MediaUrl from my…
0
votes
0 answers

How do I set WA_DB_HOSTNAME to external server address (aws rds) for wacore

I am trying to setup a cloud architecture on aws where there is an rds box that holds wa_db, and seperate instances of master and coreapps running in their own environment. I'm having trouble setting the path to the db (hostname) for wacore to…
Minenhle
  • 1
  • 1
0
votes
0 answers

Send a Webhook on Incoming message [HELP]

I'm looking for a way to send out a webhook on first incoming message to my WhatsApp number, I have tried Twilio but I cant connect my number to it :( Does someone have a different way to send out a webhook once a message is received to WhatsApp…
Site Lab
  • 35
  • 5
0
votes
1 answer

Android Retrofit Api response is giving null while passing Query Token in body of parameter

Below image is the response of whatsap api which run fine on postman. But when I try to run it on android project by using retrofit it is giving null response. Here is my api parameter in Andorid: fun getData(mainActivity: MainActivity): Boolean { …
F_Z
  • 581
  • 3
  • 16
0
votes
1 answer

How to setup Single Instance of WhatsApp Business API Client

I had cloned these file as per facebook instructions And then Step 1: Create a biz Directory for the Setup Scripts mkdir ~/biz; cd ~/biz; Step 2: Get the WhatsApp Business API Client Configuration Files …
0
votes
1 answer

Get WhatsApp Business API up and running (using Postman)

I am trying to set up the WhatsApp business API client. I followed this instruction https://developers.facebook.com/docs/whatsapp/getting-started/#client-setup At step 2 I installed "single instance" using this instruction…
Zjost
  • 69
  • 8
0
votes
1 answer

WhatsApp Business API - How to access a wacore container to Check-Health with Postman

After proceed with the installation of WhatsApp Business API (developer single instance) in docker on windows 10 Enterprise, I´m facing the following msg error when using https://192.168.43.200:8080/v1/health by postman Error msg: { "meta":…
mabucarub
  • 1
  • 1
0
votes
0 answers

how to send message on whatapp number using asp.net 4.0with c#

I just developed one aspx page that have functionalities to send whatsapp message. here i just post my code. protected void btnSend_Click(object sender, EventArgs e) { string from = "919898683714"; string to =…
Gajjar Shalin
  • 95
  • 1
  • 11
0
votes
0 answers

How to add attachment of document with whatsapp sharing odoo 12

I am working on odoo12 and trying to attach document/image with whatsApp. Now i'm only able to share message(url link) with whatsapp and try to upload image also. my code is below:
Pawan Kumar Sharma
  • 1,168
  • 8
  • 30
0
votes
2 answers

click to message on whatsapp api without phone number

If anyone clicks on my hyperlink then he will be redirected to my WhatsApp. I already know how it is possible by using WhatsApp API like, https://wa.me/ But recently I saw one of person link when I clicked on it it shows the name rather than…
0
votes
0 answers

Link that will "preform" an SMS on android phone

Im building a service that will send an invitation to an event through a WhatsApp group using whatsapp API. Of course, it will require me to interact with the request to select the group and so on, which is OK, but there is no way (without expending…
Rodrigo Y
  • 13
  • 3
0
votes
1 answer

How to send a message to Whatsapp using Spring Boot?

I have some questions: How to send a message to Whatsapp using Spring Boot? Is there an API ready to be used? Is the traffic of the message, whether for receiving or sending, is paid? If so, how does the payment for this service, charged by…
Ezequielab
  • 21
  • 1
  • 2
  • 6
0
votes
1 answer

how to auto send message on whatsapp in android studio

how when clicked onclick button whatsapp messages can be sent automatically public void onclick(){ boolean isWhatsappInstalled = whatsappInstalledOrNot("com.whatsapp"); if (isWhatsappInstalled) { Uri uri = Uri.parse("smsto:" +…
kendy
  • 1
  • 1
0
votes
1 answer

How to send message on whatsup group using Gupshup API

I have send whatsup message to single user using Gupshup API, Can we send message on given whatsup group? Referred link : https://www.gupshup.io/
Komal
  • 2,716
  • 3
  • 24
  • 32