twilio api to send txt

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
Anonymous

twilio api to send txt

Post by Anonymous »

greeting all voers.. i posted this on the old visual objects newsgroup but johan directed me to this forum.. may get some lucks. i am still using vo2.7b.

i need chttp class to do some twilio api stuff to send txt from within my vo saas and the code snip from mr. sherlock did not work for what i need .. i drill down to the GetOrPost.zip but the IP and url for download it have been out of date and return 404!

does anyone have a working example of this twilio api working ... or at least the good working sample of chttp class to help get me started?

your help, however small or big on this issue is GREATLY appreciated... thank u thank u thank u....
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

twilio api to send txt

Post by FFF »

http://www.voug-bodensee.net/
-> Downloads, almost at the bottom of the list is GetOrPost linked..
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
Soniga Media

twilio api to send txt

Post by Soniga Media »

downloaded getporpost.zip. thank you.

i m still looking for a some actual examples of chttp class in action and if someone already done the twilio api interface in VO.

many thanks again,
mainhatten
Posts: 200
Joined: Wed Oct 09, 2019 6:51 pm

twilio api to send txt

Post by mainhatten »

Soniga Media wrote: i m still looking for a some actual examples of chttp class in action and if someone already done the twilio api interface in VO.
no idea of VO, but in our corner Ricks site is to search for such topics.
https://support.west-wind.com/Thread4S30R8A7A.wwt
https://support.west-wind.com/Thread3QC0Y9KGD.wwt

HTH
thomas
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

twilio api to send txt

Post by wriedmann »

Hi,
you can not only use the cHttp class and it descendants in VO, but also the more modern winHttp functions.
Specially https works better there.
You can find an implementation here:
https://riedmann.it/download/winHttp.zip
But the best option may be to use X#, create a COM library and use that, specially when Twilio requests TLS 1.2.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Soniga Media

twilio api to send txt

Post by Soniga Media »

thanks for the pointers thomas. will explore.

best
Soniga Media

twilio api to send txt

Post by Soniga Media »

thanks wolfgang for the very useful information to try out. downloaded winHttp.zip file.

best,
Post Reply