Search found 84 matches: messaging

Return to advanced search

Re: CLASS modification

... timing, I provide. Also, my clients all run their businesses, and none of them will do it from their phone, ever. Convenient services like text messaging, text to pay, etc. can all be provided from their local computers and clients can respond from their devices. But no one is going to write ...
by TimStone
Thu May 25, 2023 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1701

Re: Sending HTML using MAIL

... In the context of MAPISendMail function, the message type is usually specified using one of the predefined message classes that are defined in the Messaging Application Programming Interface (MAPI) specification. Here are some of the common values for lpszMessageType parameter: "IPM.Note" ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 692

Re: SMS Text messaging

This is Reinaldo's code. #INCLUDE "hbClass.ch"#include "hbcurl.ch"#define ACCOUNT_SID  "xxxxxxxxxx$#B<SHJGHKxxxx" #define AUTH_TOKEN   "x@#$F&^%DEE" #define TEL_FROM     "555-555-55555"CLASS TTwilioSMS   DATA hCur...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging

Hi, can you share your code for send with twillio? Reinaldo some time ago post an solution for this in fwh forum, maybe he can help us with this.

thanks
by NWKL
Tue Nov 08, 2022 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging - FOLLOW UP

I wanted to put some closure on this. 1). I selected Twilio here in the US. They have a free trial setup for developers 2). I reached out to their tech support on some questions and they were very responsive/helpful 3). I am able to easily integrate outgoing messages to their service, and that part ...
by TimStone
Mon Nov 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging

I have followed up on this. As everyone indicates, SENDING the SMS is not a problem. It is pretty simple. Where I have a problem is getting the reply to a text message. So far, the companies I have focused on are assuming we are using a webapplication, and they send a webhook notification when a rep...
by TimStone
Fri Nov 04, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging

Do you have a sample of the code to use Twillio ? They seem to be the best option for me in the US.

Also, can we attach a PDF to a text, or must we host it somewhere else and provide a link ?

Thanks.
by TimStone
Mon Oct 03, 2022 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: How to Curl for text messaging

Hi, i will start with twilio, this code is working? have upgrades? can you share? very thanks Thank you very very very much. I hope to see you all this time around the sun. Below is short sample on how to send text messages with Twilio using curl. #include "hbcurl.ch"#define ACCOUNT_SID  &...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2241

Re: How to Curl for text messaging

Hi, i start with twilio, this code is working or have upgrades?
very thanks
by NWKL
Sat Aug 13, 2022 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2241

Re: How to Curl for text messaging

I find this interesting, but I'm curious about the receiving of text messages. It appears I would need to setup a server to receive them. I actually want my clients to send and receive them independently from me. They do not have available servers. Is there any further work done on this topic, and e...
by TimStone
Wed Jul 20, 2022 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2241

Re: How to Curl for text messaging

Hey guys,

What LIB's do I need to include to use CURL.
Do I also need CURL.exe in the same folder as my .exe?

Thanks!

Patrick
by Patrick Mast
Wed Jul 20, 2022 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2241

Re: SMS Text messaging

Tim
http://www.twilio.com
It has a very simple API to use from CURL and Harbour
by cnavarro
Sat Jun 18, 2022 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging

Tim,

We use this company, but the Belgium site of it. Maybe you can see find idea's

https://www.coupontools.com/en/sms-marketing-software
by Marc Venken
Thu Jun 16, 2022 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging

Tim, You can read the reply's in the online software or .. - Your API reads it and you do what you want (make a treat) - They send for every reply a mail and you read the mail for processing - They send a SMS back, but that is for the customer to see - They send to a online platform and you connect ...
by Marc Venken
Thu Jun 16, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690

Re: SMS Text messaging

... replies ? Tracking the thread ? Does the API initiate a popup where the message thread is displayed as it is in applications that now provide for messaging ? I can write code to send / save / display messages but I'm thinking there is a need to receive replies.
by TimStone
Wed Jun 15, 2022 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1690
Next

Return to advanced search