hello Roger
How can I send a message from eXpress by whatsapp
How can I send a message from eXpress by whatsapp
How can I send a message from eXpress by whatsapp
Nolberto Paulino
Regards
Regards
Re: How can I send a message from eXpress by whatsapp
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.
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.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: How can I send a message from eXpress by whatsapp
Thanks Tom for your Answer
I thought maybe someone could have something done.
I thought maybe someone could have something done.
Nolberto Paulino
Regards
Regards
Re: How can I send a message from eXpress by whatsapp
hi,
there is a CLASS HB_WhatsApp in Fivewin, not sure if it is still valid
it need a MD5-Hash so i´m not sure how to use it with Xbase++
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" )
greetings by OHR
Jimmy
Jimmy
Re: How can I send a message from eXpress by whatsapp
Xbase++ can create MD5-Hashes.
This looks like a simple push service.
This looks like a simple push service.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: How can I send a message from eXpress by whatsapp
Look at the eXpress++ example in \exp20\samples\MD5hash folder.Xbase++ can create MD5-Hashes
The eXpress train is coming - and it has more cars.
Re: How can I send a message from eXpress by whatsapp
Hello Auge_Ohr
You can put the Fivewin Class to see if I can modify it for xBase + eXpress
Thanks.
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
it need a MD5-Hash so i´m not sure how to use it with Xbase++Code: Select all
local oWA := HB_WhatsApp():New( "34684078311", hb_md5( StrRev( "359028035490117" ) ), "YourNickname" )
Nolberto Paulino
Regards
Regards
-
- Posts: 1
- Joined: Wed Aug 28, 2024 1:16 am
- Contact:
Re: How can I send a message from eXpress by whatsapp
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.