Archived Forum Post

Index of archived forum posts

Question:

curl call including sending a file

Mar 14 '17 at 23:11

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!!!