Quote from
luishp on September 13, 2025, 10:11 am
@javadrajabihakami
I think you can upload the generated PDF/image to a server (or a file-sharing service) and then share the link in WhatsApp.
SetVar [messageText] "Hi! Your report is ready. Download it here: https://yourserver.com/files/report.pdf"
OpenURL "https://wa.me/PHONE_NUMBER_WITH_COUNTRY_PREFIX?text=[messageText]"
You will need a local WhatsApp installation.
It will be necessary to click the "Send" button manually in WhatsApp.
A hybrid application built with VisualNEO Win and Web could probably automate the entire process.
@javadrajabihakami
I think you can upload the generated PDF/image to a server (or a file-sharing service) and then share the link in WhatsApp.
SetVar [messageText] "Hi! Your report is ready. Download it here: https://yourserver.com/files/report.pdf"
OpenURL "https://wa.me/PHONE_NUMBER_WITH_COUNTRY_PREFIX?text=[messageText]"
You will need a local WhatsApp installation.
It will be necessary to click the "Send" button manually in WhatsApp.
A hybrid application built with VisualNEO Win and Web could probably automate the entire process.
javadrajabihakami has reacted to this post.