Skip to main content

All Questions

2 votes
1 answer
110 views

Audio sent with the MIME type audio/mpeg, but processed as octect - API WhatsApp

I'm capturing audio via the web using the JavaScript MediaRecorder API. I then send this media to a Go server, which then sends it to WhatsApp. Form in Go: vFile,_= os.Open(this.URL) vBuffer := new(...
RAF's user avatar
  • 33
-1 votes
1 answer
129 views

S3 pre-signed url not working on whatsapp cloud Api

My goal is to send an image from s3 via whatsapp. If i get the pre-signed url from the aws console, i can send the image as expected, i receive 200 and its shows up on the chat. But when i get the url ...
Daniel José's user avatar
1 vote
1 answer
164 views

Issue with WhatsApp Cloud API Upload: Receiving "invalid_request" Error due to Incorrect MIME Type

I encountered an issue while trying to upload an image to the WhatsApp Cloud API using Axios. Despite setting the content type of the form data to image/png for an image with a .png extension, I keep ...
Omkar Patne's user avatar
1 vote
0 answers
80 views

Facebook login boilerplate code is bugged

I have 2 problems with the code Meta gave for the Business Whatsapp API / embedded flow integration I'm getting two errors: Uncaught ReferenceError: fbq is not defined launchWhatsAppSignup The call ...
Barcelos Growth's user avatar
0 votes
0 answers
62 views

Integrating Botpress Drag and Drop Chatbot Builder on Website for Client Use

I am interested in implementing the Botpress drag and drop chatbot builder on my website, allowing my clients to build chatbots using the user-friendly drag and drop features directly from my platform....
shaneeb kottakkal's user avatar
3 votes
4 answers
1k views

When using whatsapp embedded signup I can't exchange code for access token

When implementing the WhatsApp embedded signup flow, I can redirect to the signup flow an retrieve an access code. When I want to exchange the access code for an access code, I get the following error ...
job vink's user avatar
  • 151
0 votes
0 answers
200 views

Can I send interactive messages with Call-to-Action buttons without having to create my own message template? Whatsapp cloud API

{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "MO_NUMBER", "type": &...
Rahul Waghela's user avatar
0 votes
1 answer
1k views

Whatsapp cloud API integration with react web app

I am trying to integrate my web app with Whatsapp cloud API. I am able to send test messages but I want to add variables and API documentation says it can accept it as well but I am not able to pass ...
Archit Dadwal's user avatar
0 votes
1 answer
601 views

Send reply to users "button" message in WhatsApp cloud API

I'm trying to develop a bot for my booking business. Below is my starter bot flow: const axios = require("axios").default; function start_bot(msg_body, phone_id, token, from, user_name) { ...
Intellibots's user avatar