Page 1 of 1
How can I send a message from eXpress by whatsapp
Posted: Tue Jun 08, 2021 2:56 pm
by digitsoft
hello Roger
How can I send a message from eXpress by whatsapp
Re: How can I send a message from eXpress by whatsapp
Posted: Wed Jun 09, 2021 6:38 am
by Tom
Hi, Nolberto.
There is no open (RESTFUL-)API for WhatsApp. There is something called "WhatsApp Business API", which is for bigger (to be honest: really big) companies who want to integrate WhatsApp into there business communications, but this is very expensive and hard to use.
Re: How can I send a message from eXpress by whatsapp
Posted: Wed Jun 09, 2021 7:30 am
by digitsoft
Thanks Tom for your Answer
I thought maybe someone could have something done.
Re: How can I send a message from eXpress by whatsapp
Posted: Wed Jun 09, 2021 11:55 am
by Auge_Ohr
hi,
there is a CLASS HB_WhatsApp in Fivewin, not sure if it is still valid
Code: Select all
local oWA := HB_WhatsApp():New( "34684078311", hb_md5( StrRev( "359028035490117" ) ), "YourNickname" )
it need a MD5-Hash so i´m not sure how to use it with Xbase++
Re: How can I send a message from eXpress by whatsapp
Posted: Wed Jun 09, 2021 10:36 pm
by Tom
Xbase++ can create MD5-Hashes.
This looks like a simple push service.
Re: How can I send a message from eXpress by whatsapp
Posted: Thu Jun 10, 2021 7:10 am
by rdonnay
Xbase++ can create MD5-Hashes
Look at the eXpress++ example in \exp20\samples\MD5hash folder.
Re: How can I send a message from eXpress by whatsapp
Posted: Thu Jun 10, 2021 7:47 am
by digitsoft
Hello Auge_Ohr
You can put the Fivewin Class to see if I can modify it for xBase + eXpress
Thanks.
Auge_Ohr wrote: ↑Wed Jun 09, 2021 11:55 am
hi,
there is a CLASS HB_WhatsApp in Fivewin, not sure if it is still valid
Code: Select all
local oWA := HB_WhatsApp():New( "34684078311", hb_md5( StrRev( "359028035490117" ) ), "YourNickname" )
it need a MD5-Hash so i´m not sure how to use it with Xbase++
Re: How can I send a message from eXpress by whatsapp
Posted: Wed Aug 28, 2024 1:19 am
by LennoxZayn
Hi Roger, you can send a message from eXpress by integrating WhatsApp through an API or using a third-party service that connects both platforms
.