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
2
votes
2 answers

Whatsapp Business API Developer not working

I was tring to configure and setup the developer environment of a single instance of the WhatsApp Business API.I had finished #Step 5…
Yuchi Wang
  • 21
  • 3
2
votes
0 answers

Sending multiple whatsapp messages using python without reopening browser

I was looking for a way to send WhatsApp messages to more than one user (customer number) without reopening the browser, I came across Pywhatkit of whose internal implementation requires reopening the browser every time you want to send a message or…
2
votes
1 answer

Whatsapp image share along with text via react js

I am trying to enable link sharing (text + image) on WhatsApp through my website. I have implemented OG tags. In the head -
Apoorv Singh
  • 1,295
  • 1
  • 14
  • 26
2
votes
2 answers

How to launch WhatsApp in flutter web or launch WhatsApp from browser?

How to launch WhatsApp in Flutter web or launch WhatsApp from browser in Flutter or suggest any package from pub.dev?
2
votes
1 answer

How to send the messges in order when using whatsapp package in flutter

I have a list of messages which need to be sent to different people. In the preview page, the list is in order. But when I press send it goes to WhatsApp chat one by one to send the message but randomly. How to make it in sequence as it is shown in…
sneha
  • 92
  • 12
2
votes
1 answer

Twilio Whatsapp API get customer name and display photo

how can I get customer name and display photo from the Twilio Whatsapp api
Adeyemi Seun
  • 111
  • 9
2
votes
0 answers

Oracle chatbot integration with WhatsApp

I am trying to integrate an oracle chat bot with WhatsApp. From what i understand direct integration is not feasible in Oracle and we have to use webhooks. WhatsApp does not expose its API directly. We have to go through a WhatsApp client…
2
votes
1 answer

Whatsapp API old_version error

I've been trying to get my whatsapp Console App to work. Unfortunately when trying to register I'm getting an error: old_version. Here's what my program logs in the console (program code's below): Succesfully connected... Failed to log in... …
DutchJelly
  • 116
  • 9
2
votes
0 answers

socket [10053] error in whatsAPI PHP sending message

I'm using whatsapp api PHP Library : Chat API And I got this error when I'm trying to send message : "socket_write(): unable to write to socket [10053]: An established connection was aborted by the software in your host machine." How to solve…
Ajith Kp
  • 21
  • 2
2
votes
0 answers

WhatsApp Token Generation

I wanna experiment WhatsApp messaging implementation but I am stuck with token generation part. After surfing various platforms I found that Token = MessageDigest of ( "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk" // A constant …
jab
  • 396
  • 3
  • 15
2
votes
2 answers

whatsapp PHP API - cannot receive message - receiving encoded message

I am using whatsapp api functions for send and receive messages to my close customers from last 3 months . Its working fine up to last 04th-December-2015. From 5th onwards i am not unable to send and receive messages to others, so i am…
2
votes
1 answer

Whatsapi throwing 500 server error only on remote server

My code is include "src\whatsprot.class.php"; $username = "91xxxxxxxxxxxx"; //Mobile Phone prefixed with country code so for india it will be 91xxxxxxxx $password = "password"; $identity = strtolower(urlencode(sha1($username, true))); $w = new…
user3526204
  • 509
  • 5
  • 22
1
vote
1 answer

WhatsApp Business API send media template error

I have created a media template in what's app business API. But I cannot send the template message where the media file is attached in the header. My media template object. { "name": "business_five", "components": [ { …
1
vote
0 answers

How to keep conversation alive before 24 hour period expires

Whatsapp (business) cloud API expires your chat session after 24 hours of inactivity. I developed a mini-app to use the API to send server alarms about the state of my machines, but when the (user-initiated) session is aging more than 24 hours the…
Nulik
  • 6,748
  • 10
  • 60
  • 129
1
vote
1 answer

Is there local Accepted Tunneling Solution To Test Facebook Webhooks

I am integrating WhatsApp with Django application that I am still running locally to send WhatsApp which is working fine. However to receives messages from Facebook it needs a webhook that I have implemented using Django since I am still building…
1 2
3
12 13