Question:
I am using Visual Foxpro and somewhat new at this. Can someone point me in the right direction to be able to call (it is API to send a text message with an attachment):
$ curl –X POST –F "image=@Filename.png" https://api.sendtext.com/messaging/send"?"session=[sessionKey]"&" to=+12065551212"&"body=Hello
Thank you!!!