This app requires JavaScript! Productos
add_chatwidget();
Error in site JavaScript
Productos
 
Template WhatsAPP
Tips & FAQ
:
Add an User
SenderG.PhoneNumber = Loc:PhoneNumber
SenderG.UserName = Loc:UserName
SenderG.WebHookNotifications = Loc:WebHookNotifications
SenderG.WebHookTrackings = Loc:WebHookTracks
SendRequest(wsAdduser,SenderG)
Resend All Pending Messages
ResendG.PhoneNumber = '549123456'
SendRequest(wsResendAllPending,ResendG)
Red WhatsApp Logo
Means it is not connected to the services. Check the firewall, antivirus.
RemovePending
RemoveG.PhoneNumber = '549123456'
RemoveG.DateFrom = '2020-06-01'
RemoveG.DateTo = '2020-06-03'
SendRequest(wsRemovePending,RemoveG)
Set AppHelper Path
You need to set in the Globals Embed -->AJEWhatsAPP -->Set Request File --> 1-Before
the correct path for the AppHelper

Example:
Glo:PathSpooler ='C:\AJEWhatsApp AppHelper TPS\'

Is very important add the last "\"
Set Credentials in AppHelper
In the AJEWhatsAPP.INI you need create a section
[LICENSE]
USER=your user
SERIAL=your serial
Send a Message
SendG.SenderNumber = Loc:SenderPhone
SendG.ReceiverNumber = Loc:ReceiverPhone
SendG.GroupId = Loc:GroupId
SendG.Message = Loc:Message
SendG.ImageName = Loc:FileName
SendG.SendImage = CHOOSE(Loc:FileName='',FALSE,TRUE)
SendG.ProcedureName = AJEW:ProcedureName
SendRequest(wsSend,SendG)
Send Text Bold - Underline - Italic
Bold: *Text*
Italic: _Text_
Strikethrough:~text~
Monospace: ```text```
Check Status
UserG.PhoneNumber = Loc:SenderPhone
SendRequest(wsCheckStatus,UserG)
Set ODBC connection String
In the AJEWhatsAPP.INI you can create a section
[SQL]
ODBC=YourConnectionString

By default it use TemplateWhatsApp DSN
:
Historial de Versiones
Locate (Contains) Version:
Date
2/12/2020
Version
1.4
Compatibility with Clarion 11.630
Date
30/11/2020
Version
1.3
Compatibility with NetTalk for Clarion 6 to use the Api Version
Date
6/10/2020
Version
1.2
Minor class improvement
Date
29/9/2020
Version
1.1
Add: New AppHelper to works with ODBC
Add: Can select which user want to sync in the AppHelper
Date
4/6/2020
Version
1.1
Add New methods:
-RemovePending
-ReSendAllPending
-CheckSpolerAlive

Fix: Set correct format date in the whatsapp table
Date
2/11/2019
Version
1.0
Realease
- Send & Receive Messages
Locate (Contains) Version: