Re: Anyone used Twilio SMS?

2020-04-17 Thread Kirk Brooks via 4D_Tech
Hey Joshua,
Thanks for the real life feedback. I got Twilio up and running with the
help from another friend and it looks great. We will be deploying it in a
couple of weeks.

On Fri, Apr 17, 2020 at 2:27 PM Joshua Hunter via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> I've used Twilio since about 2015, but not from 4D. I've found their
> support to be friendly and helpful. Their pricing is transparent and they
> offer good logging and let you control your maximum spend. I highly
> recommend them. I haven't had an outage that I noticed and it costs me less
> per message now than it did when I started.
>
> Joshua Hunter
> jos...@dwdev.com
> (425)673-1974
> www.dwdev.com
> Dataworks Development, Inc.
> Providing secure and configurable data management solutions for research
> and clinical labs since 1987.
>
> -Original Message-
> From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk
> Brooks via 4D_Tech
> Sent: Wednesday, April 15, 2020 8:12 AM
> To: 4D iNug Technical <4d_tech@lists.4d.com>
> Cc: Kirk Brooks 
> Subject: Anyone used Twilio SMS?
>
> I'm looking for some feedback and any code you are willing to share.
>
> Thanks
>
> --
> Kirk Brooks
> San Francisco, CA
> ==
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **



-- 
Kirk Brooks
San Francisco, CA
==
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Anyone used Twilio SMS?

2020-04-17 Thread Joshua Hunter via 4D_Tech
I've used Twilio since about 2015, but not from 4D. I've found their support to 
be friendly and helpful. Their pricing is transparent and they offer good 
logging and let you control your maximum spend. I highly recommend them. I 
haven't had an outage that I noticed and it costs me less per message now than 
it did when I started.

Joshua Hunter
jos...@dwdev.com
(425)673-1974
www.dwdev.com
Dataworks Development, Inc.
Providing secure and configurable data management solutions for research and 
clinical labs since 1987.  

-Original Message-
From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks 
via 4D_Tech
Sent: Wednesday, April 15, 2020 8:12 AM
To: 4D iNug Technical <4d_tech@lists.4d.com>
Cc: Kirk Brooks 
Subject: Anyone used Twilio SMS?

I'm looking for some feedback and any code you are willing to share.

Thanks

-- 
Kirk Brooks
San Francisco, CA
==
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Anyone used Twilio SMS?

2020-04-15 Thread Dennis, Neil via 4D_Tech
> I'm looking for some feedback and any code you are willing to share.

Twilio SMS is really easy, and their docs are pretty clear.

1 - Set up and account with them
2 - Setup a URL http://api.clickatell.com/http/sendmsg?user= 
= _id= 
==
3 - To send the text sent the URL to HTTP get

Example Code:
$lResult:=0
$tResponse:=""
$tURI:=" http://api.clickatell.com/http/sendmsg?user= 
= _id= 
=="
$lResult:= HTTP get($tURI;$tResponse)

Neil








--


Privacy Disclaimer: This message contains confidential information and is 
intended only for the named addressee. If you are not the named addressee you 
should not disseminate, distribute or copy this email. Please delete this email 
from your system and notify the sender immediately by replying to this email.  
If you are not the intended recipient you are notified that disclosing, 
copying, distributing or taking any action in reliance on the contents of this 
information is strictly prohibited.

The Alternative Investments division of UMB Fund Services provides a full range 
of services to hedge funds, funds of funds and private equity funds.  Any tax 
advice in this communication is not intended to be used, and cannot be used, by 
a client or any other person or entity for the purpose of (a) avoiding 
penalties that may be imposed on any taxpayer or (b) promoting, marketing, or 
recommending to another party any matter addressed herein.
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Anyone used Twilio SMS?

2020-04-15 Thread Kirk Brooks via 4D_Tech
I'm looking for some feedback and any code you are willing to share.

Thanks

-- 
Kirk Brooks
San Francisco, CA
==
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**