3,182 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
87
views
400 Bad Request' when sending media template
I am building a workflow in N8N since i do not have a lot of coding experience.
Everything runs smoothly until I try to send a Template using the Whatsapp Node.
The credentials work, I can see my ...
1
vote
1
answer
161
views
Meta and Whatsapp: "Onboarding Failure You have been temporarily blocked from performing this action" error
When I try to link my newly created Meta app with WhatsApp capabilities by navigating to Left sidebar → WhatsApp → Quickstart → Continue, I encounter the following error:
Onboarding Failure
You have ...
0
votes
1
answer
78
views
Ionic Native SocialShare cannot display text, if there is an image preview in Whatsapp
I am experiencing an issue with Social Share in Ionic Native.
I want to share an image along with a text description. However, when sharing to WhatsApp with an image preview, the text description does ...
3
votes
0
answers
187
views
Payment Method Added but Dashboard Still Shows ‘Missing Valid Payment Method’ for WhatsApp API
I’ve already added a valid payment method to my Meta Business Account, and it’s showing as "Active" under Business Settings → Payments. However, in my App Dashboard → WhatsApp → API Setup, I still see ...
Best practices
0
votes
1
replies
61
views
How to check that message is delivered in whatsapp-web.js?
I use this naive approach using ack to test if messages are well sent.
But The script can quit without error and message never delivered.
is there a strong aproach to test that a message is really ...
4
votes
2
answers
398
views
How to attach a PDF file on WhatsApp Web using Selenium? (Error: "The file you tried to add is not supported")
I’m trying to automate sending messages on WhatsApp Web using Selenium (Python), and I need to attach a PDF file.
This is the code I’m using:
from selenium import webdriver
from selenium.webdriver....
-4
votes
0
answers
61
views
How to check if a number has whatsapp? [duplicate]
I tried checking the WhatsApp Cloud API, but I didn’t find any endpoint for this. I know it’s possible to verify it using Selenium, but that would be my last option.
-1
votes
1
answer
65
views
Android Intent.ACTION_SEND_MULTIPLE: Is it possible to set separate captions for each image URI?
I am developing an automation feature for an Android app where I need to share multiple images to WhatsApp (and other apps) using Intent.ACTION_SEND_MULTIPLE.
The Goal:
I want to share a batch of ...
0
votes
0
answers
151
views
N8N Whatsapp trigger cannot catch sent messages
I get this error when trying to execute Whatsapp trigger
"The WhatsApp App ID 691248463796787 already has a webhook
subscription. Delete it or use another App before executing the
trigger. Due ...
Advice
0
votes
2
replies
58
views
How to show only selected available dates in WhatsApp Flow DatePicker?
I’m using WhatsApp Business API / WhatsApp Flows and the DatePicker component for booking appointments.
I want to show only a few specific available dates.
In my system I have a booking panel, that ...
0
votes
1
answer
90
views
Prevent a new tab from opening when opening WhatsApp from Googlesheet OnEdit
as per below code, from GoogleSheet, I wanted WhatsApp to open with some specific text ready to be sent when user sets a cell to "Ready to Print". The problem is every time a column in ...
2
votes
2
answers
160
views
Detecting human presence in a WhatsApp chat to pause a chatbot
I'm developing a WhatsApp chatbot in Python and want to implement a human handover feature. The goal is to temporarily pause the bot's automated responses when a human administrator opens the chat to ...
0
votes
1
answer
120
views
WhatsApp Cloud API webhook verification fails: "The callback URL or verification token check failed"
i started to listening nginx, and when i press the button confirm and save, no one call or check my website, my nginx console is clear. But i past correct address. I spend to this whole day. Can ...
0
votes
0
answers
50
views
Could not paste the file path in the preview panel in automatic WhatsApp
contact = df['Number'][ind]
txt_message = df['Message'][ind]
filepath = df['Location'][ind]
skipCheck = df['Student Name'][ind]
print(contact)
# visit Phone Number
browser.get(f"https://...
1
vote
1
answer
267
views
Whatsapp Flows sending/publishing error (Integrity requirements)
I am developing a Meta app that uses the WhatsApp Cloud API to send messages to customers. Upon creation, Meta automatically generated a WABA and a test phone number, which have been very useful for ...