How can I send a message from eXpress by whatsapp

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

How can I send a message from eXpress by whatsapp

#1 Post by digitsoft »

hello Roger
How can I send a message from eXpress by whatsapp
Nolberto Paulino
Regards

User avatar
Tom
Posts: 1173
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: How can I send a message from eXpress by whatsapp

#2 Post 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.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How can I send a message from eXpress by whatsapp

#3 Post by digitsoft »

Thanks Tom for your Answer
I thought maybe someone could have something done.
Nolberto Paulino
Regards

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: How can I send a message from eXpress by whatsapp

#4 Post 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++
greetings by OHR
Jimmy

User avatar
Tom
Posts: 1173
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: How can I send a message from eXpress by whatsapp

#5 Post by Tom »

Xbase++ can create MD5-Hashes.

This looks like a simple push service.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How can I send a message from eXpress by whatsapp

#6 Post by rdonnay »

Xbase++ can create MD5-Hashes
Look at the eXpress++ example in \exp20\samples\MD5hash folder.
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How can I send a message from eXpress by whatsapp

#7 Post 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++
Nolberto Paulino
Regards

Post Reply