Web Connection
Web Connection and Twilio
Gravatar is a globally recognized avatar based on your email address. Web Connection and Twilio
  Russell Campbell
  All
  Jun 5, 2024 @ 02:47pm

Has anyone worked with Twilio and VFP to receive replies to a Twilio number? I send with Twilio, but am investigating the best way ("easist for me") to handle responses. I imagine VFP can do it. There is a page detailing how do do it with various languages. Converting that to VFP is the trick. I have to admit that's not a strong point for me. Has anyone done this? Rick, is this something you could put into Web Connection? 😃

https://www.twilio.com/docs/messaging/tutorials/how-to-receive-and-reply

Gravatar is a globally recognized avatar based on your email address. re: Web Connection and Twilio
  Russell Campbell
  Tore Bleken
  Jun 6, 2024 @ 03:24am

I think I did notice that and looked. I noticed two things. No commits in 7 years and also the description "Provides a wrapper class for calling Twilio.com to send texts." I did that myself already. I'm looking for code that can receive the callbacks from Twilio about replies to the texts I send out.

Gravatar is a globally recognized avatar based on your email address. re: Web Connection and Twilio
  Tore Bleken
  Russell Campbell
  Jun 6, 2024 @ 04:08am

Unfortunately I have never worked with Twilio myself, I don't even think they have any operation in Europe.
Anyway, I do get some links if I Google "Twilio Foxpro", maybe one of them can help you.

Gravatar is a globally recognized avatar based on your email address. re: Web Connection and Twilio
  Rick Strahl
  Russell Campbell
  Jun 6, 2024 @ 07:19am

If you search the message board (or use a search engine with a filter) there are several threads on using Twilio for various things.

And no this won't be integrated into Web Connection.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: Web Connection and Twilio
  Russell Campbell
  Tore Bleken
  Jun 7, 2024 @ 09:41am

@Tore - I think their status pages shows the status of their services in various countries. Beyond that, I'm not sure what they offer outside the US.

Gravatar is a globally recognized avatar based on your email address. re: Web Connection and Twilio
  Russell Campbell
  Rick Strahl
  Jun 7, 2024 @ 09:45am

I'll do that search. Thanks. I had done a general search, but didn't find anything about this specific task. Would you put a feature like this elsewhere, like the Internet Tools? Any time a WWWC user builds a web site, they might want to communicate with other services. Of course, there are tons out there, so you can't be writing code for all of them, but something like texting - so useful and common now - might be nice. Just my $0.02

Gravatar is a globally recognized avatar based on your email address. re: Web Connection and Twilio
  Rick Strahl
  Russell Campbell
  Jun 7, 2024 @ 12:10pm

It's not a matter of utility - it's that this is a third party provider and it's not a standard protocol. It'll work as long as you use Twilio. If you use something else the protocol is different.

There's no standard and it all runs through paid APIs.

All of these APIs are pretty easy to use, so there's no need to try and create some abstraction layer that needs to be maintained and updated as vendors change specifications.

+++ Rick ---

© 1996-2024