B4A Library [B4X] GreenApi - WhatsApp API - Mariano Ismael Castro    Oct 24, 2024   (19 reactions) 147338 Green API is a platform that allows you to send and receive WhatsApp messages through a stable API. 1. It is possible to send and receive text, photos and videos without the need to purchase and monitor a phone 2. Stable WhatsApp API works without a phone and your number is safe when using Wh B4i Question Sending messages via WhatsApp - MarcoRome (first post)    Oct 13, 2023 App.OpenURL($"https://api.whatsapp.com/send?phone=+393456789&text=test msg"$) B4A Question sending text messages through message apps - Zeev Goldstein    Sep 04, 2024   (1 reaction) hi
i have an app that send text messages from the user to his clients (not span - it send reports and reports links)
it is critical to send using the user's phone not any kind of bot or service
i currently manage to send using whatsapp & whatsapp for business (the user enters his client's phone an B4A Code Snippet Whatsapp Send Function - Hamied Abou Hulaikah (first post)    Oct 07, 2020   (8 reactions) Also this for sending whatsapp image with text:
Sub whatsappSendImage(mobile As String,msg As String)
Dim FileName As String = "b4a.png" 'change it
File.Copy(File.DirAssets, FileName, Starter.Provider.SharedFolder, FileName) 'change it
Dim sendIntent As Intent
sendIntent.Initialize( Share My Creation Simple Chat (WhatsApp and Telegram family) - Serge Nova    Apr 16, 2024   (10 reactions) Hello Dear Programmers, I am back with an Instant Messaging application from the WhatsApp and Telegram family. 152759 The functionalities are: - Register or Login ; - Reception and updating of messages on the home page; - Sends text messages and multimedia files; - Modification of personal i B4A Question Send Text via Intent Filer to a APP - scsjc (first post)    Aug 19, 2017   (1 reaction) i found that for whatsapp, and work
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_SEND ,"")
Intent1.SetType("text/plain")
Intent1.SetComponent("com.whatsapp/.ContactPicker")
Intent1.PutExtra("android.intent.extra.TEXT", TextToSend )
StartActivity(Intent1) B4i Question Send message to some WhatsApp number - Semen Matusovskiy (first post)    Jun 23, 2020   (7 reactions) 1) Add #QueriesSchemes : whatsapp inside #Region Project Attributes ... #End Region
2) create an URL: stringUrl = "whatsapp://send?phone=1234567890&text=hello" and encode it to UTF8 using EncodeUrl function (StringUtils)
3)
If App.CanOpenUrl (stringUrl) Then
App.OpenUr B4A Library ReplyAuto - Library Response WhatsApp, Telegram (background service) - hanyelmehy (first post)    Mar 12, 2022   (2 reactions) can we get more information about message like
message text
sender name and number B4A Question sending whatsapp messages directly - Hamied Abou Hulaikah    Mar 03, 2016   (2 reactions) application i'm about to build is sms sender witch send sms to employees and if credit is finished it sends the messages to their whatsapp accounts directly without human interaction (programmaticly) .
,
i searched about that and they tell that it is possible in java and i'm good in vb but in java i B4A Question WhatsAPP - not sending text but asking to push a button - IamTrying    Feb 28, 2018 My app from background need to send text via WhatsAPP. I applied following but WhatsAPP GUI open with number filled in and text filled in. WhatsAPP do not send the text WhatsAPP wait to push the send button manually. How do i do it automagically? (without human requirement)
Dim Intent1 As Page: 1   2   3   4   5   6   7   Powered by ColBERT |