This app requires JavaScript! Productos

DeveloperTeam Software Solutions

Error in site JavaScript
Productos
 
Template Developer Connect para WhatsApp API (oficial y alternativa)
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
09/08/2018
Version
1.4 - 1.76
Se corrigieron los siguientes métodos:
-GetEstablecimiento(EPEstaG)
-SetEstablecimiento(EPEstaG)
Date
02/08/2018
Version
1.3 y 1.75
Se agregaron los siguientes métodos:
-ObtenerID()
-InformacionEquipo()
-InformacionCertificados()
-ObtenerEstado()
-GetEstablecimiento(EPEstaG)
-SetEstablecimiento(EPEstaG)
-EmitirDuplicado(EPDupDocG)
-Se agrego dentro del método Informacion la propiedad InformacionJornadaEnCurso
-Se corrigió un desplazamiento de datos en InformacionEnCurso
Date
26/04/2018
Version
1.1
-Para la versión de Spooler se deberá cambiar en la tabla Request el campo template por CSTRING 100
Locate (Contains) Version: