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

Why am I receiving an error when trying to retrieve message templates using the WhatsApp Business Management API in Laravel?

Hey There Developers I am Trying to Integrate What's App Cloud Api from Meta for Developers Console and I am trying to Retrieve The Messages Templates using the api's .Reading it from there documentation i had created the api to retrive the…
0
votes
1 answer

Meta WhatsApp Client Localization Request Body not working in my Webhook code as prescribed in the Doc

I have a nodejs bot and a method which helps me send client a request for their location using a special Meta Whatsapp body as prescribed in the section Location Request Messages of Sending Interactive Messages Doc: Doc prescription below: { …
vially
  • 187
  • 1
  • 10
0
votes
0 answers

ChatGPT will not communicate correctly using Javascript API and whatsapp-web.js

The issue I'm having is that ChatGPT gives weird responses when you give it normal information. You can copy my code if you want to try this out yourself, initialise with node and install these packages: npm i qrcode-terminal npm i child_process npm…
0
votes
0 answers

how to identify messages sent together to the whatsapp cloud api number

I am currently using whatsapp cloud api webhook to receive msg to my server. It is working and am logging the msgs to console. I want to send 5 images together along with a caption the msgs are being sent and appear as a grp in the chat. But I can't…
Lcx
  • 3
  • 2
0
votes
0 answers

Send HTML Links through Whatsapp API

We want to send HTML based messages with hyperlinks to Whatsapp through PHP, how it can be possible. We are using api from https://cloudwhats.com Attaching the code we are using, but its removing the hyperlinks from the URLs. function…
0
votes
1 answer

handling incoming whatsapp calls programmatically

I am interested in handling incoming video or voice calls on WhatsApp programmatically, using languages such as NodeJS, PHP, or Java. I have searched online but only found information about handling phone voice calls using Twilio service or other…
0
votes
1 answer

How i can get the location data {latitude,longitude,Address} of whatsapp using the Twilio API?

I am not receiving location data {latitude,longitude,Address} from response whatsapp using the Twilio API. I have also tried using postman to get location data but did not get {latitude,longitude,Address}. { "body": "", "index": 11, "author":…
0
votes
0 answers

META catalogue: 'None of the products provided could be sent. Please check your catalog.' when sending with Whatsapp cloud api

We have setup a catalogue on the meta business platform and it is connected to a whatsap business API account. The catalogue is setup to pull a .csv file from our server, this happens fine and uploads the products correctly. The problem is that when…
0
votes
1 answer

google app script error on executing the script (invalid argument)

I am trying to send the message from google sheet to whatsapp but after executing the script it gives me an error: Code: function sendWhatsAppMessages() { var sheet = SpreadsheetApp.getActiveSheet(); var range = sheet.getRange("A2:B" +…
0
votes
1 answer

How to create website form with WhatsApp click to chat link

I want to create a form on y website with Fields: Checkin Date, Chekout Date, Number of guests. When user fill these and click on submit, it shall create custom whatsapp link and it will open whatsapp on user's device to send message. The submit url…
0
votes
0 answers

Whats app business api media template create

I'm facing an error when creating a media template with sample image file. I'm following the developer facebook documentation:…
0
votes
0 answers

"Channel is already initiated or WhatsApp used in another channel" - Slack - WhatsApp integration through Tyntec

I am trying to do a integration between Slack and WhatsApp through https://www.tyntec.com following this tutorial: https://www.tyntec.com/docs/whatsapp-business-api-integration-slack I've arrived at the last step where I need to write a Slack…
Marian07
  • 2,303
  • 4
  • 27
  • 48
0
votes
0 answers

how can I create an interactive form template and send to whatsapp(Mobile App) customer and ask to fill address and other information like feedback

how can I create an interactive form template and send to whatsapp Business (Mobile App) to customer and ask to fill in the address and other information like feedback by using Whatsapp Cloud Api. Attaching the screenshot for reference. This…
gopal
  • 91
  • 1
  • 8
0
votes
2 answers

How to lauch whatsapp contact list

I find a lot of questions on StackOverflow showing how to open whatsapp in a given contact, but what I need is to launch it main screen (contact list). I am on a fragment and I have tried the following: 1 Intent with category LAUNCHER fun…
Leonardo Sibela
  • 1,613
  • 1
  • 18
  • 39
0
votes
1 answer

Typescript error while sending server response to whatsapp api cloud with webhooks in NodeJs

Maybe you can help me here, I'm making my api with typescript and nodejs express. I am using Meta for whatsapp api cloud usage. I configured a webhook as requested by the official documentation, I won't get into documentation because there is a lot…
Izlia
  • 235
  • 1
  • 2
  • 18