DeveloperTeam Software Solutions
Home
Products and Services
Softwares
Templates for Clarion
Services
Contact Us
Language
English
Spanish
Login
Error in site JavaScript
Productos
General
FAQ &Tips
Historial
Template Developer Connect para WhatsApp API (oficial y alternativa)
Descripcion
Conectividad universal desde Clarion y cualquier otro lenguaje de programación. Nuestro Template permite integrar su sistema con la API oficial de WhatsApp de Meta o con otros servicios compatibles de mensajería, según disponibilidad y elección del usuario, sin vinculación directa con Meta Platforms, Inc. Funcionalidades: - Envío y recepción de mensajes de texto, imágenes, documentos y videos. - Soporte para comunicación individual y grupal (según servicio contratado1). - Integración mediante nuestro servicio de gateway, contratado por separado2. - Sistema de procesamiento tipo spooler que gestiona múltiples líneas de mensajería simultáneas. - Acceso a funcionalidades vía API REST, con las mismas capacidades que el Template. - Configuración de WebHooks para notificaciones de eventos y seguimiento de mensajes (tracking)1. - Incluye soporte técnico y actualizaciones por 12 meses. 1 Las funcionalidades pueden variar según el proveedor de API elegido y el plan contratado. 2 El servicio de gateway se ofrece de forma independiente al Template.
Last Update
Price
Moneda
Download
Buy
Tips & FAQ
:
Search
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
:
Search
First
Previous
Next
Last
Historial de Versiones
Locate (Contains) Version:
Search
Date
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:
Search
First
Previous
Next
Last
Close