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
1
vote
1 answer

cloud whatsapp api limit conversations per month

I'm building a bot using WhatsApp Cloud API, I'm looking for a way to limit the number of conversations per month per payment, for example, I have a budget of 200USD per month, if I reached it, it will not send more messages/conversations I checked…
Manspof
  • 598
  • 26
  • 81
  • 173
1
vote
0 answers

WhatsApp cloud API is working in testing but how to use for production?

I already created permanent token but it's only able to send messages on testing numbers. Is there any other configuration required before i use it for production and send messages to my customers ?
sam
  • 11
  • 1
1
vote
0 answers

Waiting in a Django View For a Webhook or Timeout

I am using WhatsApp official API to send messages to customers. I want to send them a reminder message if they have not replied during a certain period of time (a couple of hours more or less). In other words, I will send a message and wait for a…
malqurashi
  • 11
  • 1
1
vote
3 answers

Whatsapp Cloud API dont send message - Node

I am using Cloud API Whatsapp but not sending a message to any number, I get a 200 status when I make a request to graph.facebook.com but I am not received the message in my Whatsapp number. This is an example configuration for Node with Axios var…
Husdady
  • 145
  • 3
  • 12
1
vote
1 answer

Twilio WhatsApp Business API

If anyone has worked with Twilio's WhatsApp Business API you may be able to help. Can you please confirm this: we purchased a UK number from Twilio but we are based and operate in Kuwait. So we will be using the UK number to send WhatsApp messages…
Ghadah
  • 145
  • 1
  • 8
1
vote
0 answers

Integration WhatsApp Twilio and DialogFlow (GoogleCloud)

I am trying to do the integration of dialogflow from GoogleCloud with twilio to work with WhatsApp. What I want is to send WhatsApp texts or audios and use these texts or audios with a chatbot in dialogflow. However, it seems to not be working…
Fox C
  • 21
  • 2
1
vote
1 answer

Sharing a file over whatsapp api

How can we share a file over WhatsApp from code? Like sharing an image, audio, or a file For text messages, it is https://wa.me/?text=Hi Is there any API or some other service to send files in JavaScript?
1
vote
0 answers

Use html tag to send whatsapp message using chat API

I'm using Chat API of whatsApp to send message to recipient with PHP. How can I use html tag in the body to send message ? $msg =" Please visit this link. VISIT US "; $data = [ 'phone' =>…
Diasline
  • 625
  • 3
  • 32
1
vote
0 answers
1
vote
1 answer

How to get groups and contact ids of WhatsApp using API?

I'm developing an Android app that creates a whitelist of over 400 contacts and groups of WhatsApp to send them a scheduled message. I found an API to send a message using WhatsApp by passing the message and the receipt contact (person or group),…
Hajer Mokhtar
  • 41
  • 1
  • 11
1
vote
0 answers

Whatsapp API not Working On desktop and PHP page

Good Day I had a Whatsapp API I used in a URL to send a Whatsapp to a specific person or group in my contact list. Below is the code I used. https://api.whatsapp.com/resolve?deeplink=/%3Ftext%3D%252AeTrack%2BNational%2BLookout%253A%252A It normally…
James Wright
  • 143
  • 10
1
vote
0 answers

AWS Lex Whatsapp Bot wont move on to the next utterance/intent it keeps repeating the greeting

I created a custom Bot on AWS lex and Integrated it to WhatsApp using Lambda, the problem arises when im testing on WhatsApp ... It doesnt follow the conversation flow from the lex Bot instead it just repeats the intro message no matter what…
Jose'
  • 121
  • 1
  • 1
  • 3
1
vote
0 answers

Detect Whatsapp image upload source

I am building an official Whatsapp channel for customer support. I am using Infobip messaging services and I want to identify two things from a whatsapp message: If the image uploaded by a Whatsapp user on an official whatsapp channel was taken in…
Rashmi Singh
  • 519
  • 1
  • 8
  • 20
1
vote
0 answers

whatsapp api to send message in php password creation error

I have downloaded whatsapp api,and i am trying to register in WART i get the ID but When i click on Request Code i get the error saying "could not request code using either sms or voice".reason:old_version.Anyone have any idea what to do? i have…
1
vote
2 answers

send message on whatsapp number using whatsApp API

As I need to send message on user's whatsapp number so I have downloaded WhatsApp API from nuget packages. and also I implemented code according to that. But after so many search I found that I need to register mobile number to get password...using…
Sumit Pathak
  • 671
  • 1
  • 6
  • 25