We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im getting a POST on my webhook for QR codes once per second:
[22:09:13] {'dataType': 'qr', 'data': {'qr': '2@29BWXYk...'} [22:09:13] "POST /whatsapp_webhook_api HTTP/1.1" 200 -
{'dataType': 'qr', 'data': {'qr': '2@29BWXYk...'}
How can I stop my server from being hit with unwanted QR codes?
I have around 10 whatsapp accounts linked.
The text was updated successfully, but these errors were encountered:
Why not terminate those running sessions? Also you can disable dispatching qr events to your webhook, see DISABLED_CALLBACKS
DISABLED_CALLBACKS
Sorry, something went wrong.
No branches or pull requests
Im getting a POST on my webhook for QR codes once per second:
[22:09:13]
{'dataType': 'qr', 'data': {'qr': '2@29BWXYk...'}
[22:09:13] "POST /whatsapp_webhook_api HTTP/1.1" 200 -
How can I stop my server from being hit with unwanted QR codes?
I have around 10 whatsapp accounts linked.
The text was updated successfully, but these errors were encountered: