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
0 answers

Whatsapi PHP Internal server error

I'm trying to use Whatsapi for PHP but it's not working while I call the loginWithPassword function. My code:
AsierUP
  • 27
  • 1
  • 8
1
vote
0 answers

Whatsapp C# connection failed

I am making offline WhatsApp bulk SMS software using c#. I don't get WART connection code. error is connection login failed. What to do? Can anyone help me out? Reply me.As soon as possible. My coding is as below: using System; using…
cgiit
  • 11
  • 1
1
vote
0 answers

PHP ChatApi: Decode Messages

I'm trying to create a cron php script who read incoming messages from whatsapp using ChatApi... I be able to send messages and keep alive the connection when I loop the messages but when I read them the body content is encrypt. I run this code…
stgMa88
  • 11
  • 1
1
vote
0 answers

Whatsapp Api sent message not received

I am using mgp25/Chat-API to send and receive messages, before it was working fine but now for some days. The onGetMessage never gets called nor does the receiver get a blue tick. Here is my code : $username = "xxxxxxxxxxxxx"; $password =…
1
vote
0 answers

receiving messages with chat-API

I want to make an retrieve messages from WhatsApp server every 2 seconds. I am using this jQuery function : setInterval(function(){ $.post("recevie_message.php",{},function(data){ …
hash-set
  • 186
  • 1
  • 12
1
vote
1 answer

How to Store WhatsApp PHP API Response in a Variable

I am using the WhatsApp api with the link https://github.com/WHAnonymous/Chat-API/wiki/WhatsAPI-Documentation From this tutorial, I am using the following code to receive the messages: $username = $get_list['userid']; $password =…
Rohitashv Singhal
  • 4,517
  • 13
  • 57
  • 105
1
vote
0 answers

whatsapi ruby encoding mismatch

I'm using the whatsapi ruby port from https://github.com/ongair/whatsapi, I get the following error trying out the gem in the rails console. My code is in utf8, anyone know how to fix this? The author of the gem is not responding... Added: The…
Mike
  • 89
  • 1
  • 10
0
votes
1 answer

Does WhatsApp Cloud API offer specific endpoints for both inbound and outbound voice calls?

I have searched for WhatsApp Cloud API documentation, but I am only able to find API endpoint for messages. Do they have any public API for calling?
0
votes
1 answer

Nodejs: How to send multiple messages with whatsapp api cloud?

I have a problem, when I send multiple messages to whatsapp through the api webhook it falls in a loop even though I am validating returning a 200 status for each message sent I have a cycle to send the messages one by one that I store in an array…
Izlia
  • 235
  • 1
  • 2
  • 18
0
votes
1 answer

Need to check if a phonenumber in my contact is using whatapp or not

I am creating a refer module where I will show a list of contact.when I click a particular number I need to open whatapp with prefilled message and image.Here I need to how to open that particular number message window with prefilled message I tried…
0
votes
0 answers

Sending Catalogue WhatsApp Business API

I am trying to ingrate integrate WhatsaApp Business API. I have setup the webhook and can now receive messages through the webhook but when when I send a catalogue, the webhook says Message type is currently not supported.Below is the full…
Sammy
  • 311
  • 2
  • 9
0
votes
1 answer

Is there a way to make a Twilio template (content) to allow user choose more than one choice?

Can I make list picker template in Twilio but with enabling multiple choosing? ex.) choose your favorite two colors Red Black Blue Green Now I want the request body to be like: request.Body = "Red,Green" or any other format. I tried to make it…
0
votes
1 answer

Whatsapp api cloud message type list not working with php

I'm working with whatsapp api using php. Almost everything works fine but the list type messages. When i select an item from the list and the message sent, it should trigger another event. In this case i created a list to select locations. After…
Carlos
  • 1
  • 2
0
votes
0 answers

Send audio Whatsapp API, it returns success but the audio does not arrive on the phone

I'm trying to send an audio to the whatsapp API, below the code and the return, it returns success but the audio does not arrive on the cell phone SEND MEDIA curl --request POST \ --url https://graph.facebook.com/v17.0/xxxxxxxxxx/media \ …
Nagi
  • 319
  • 1
  • 3
  • 11
0
votes
0 answers

How to list incoming messages on whatsapp? - NodeJs + Whatsapp API

I'm trying to use the whatsapp API to send and receive messages. I managed to understand most of the features of this API, but I still can't identify how to list the received messages. I'm using the glitch to register the webhook and the address is…
E. Biagi
  • 452
  • 3
  • 12