Re: curling twilio API

2015-09-10 Thread rjd318
Thanks for the suggestions, David - especially about my keys (yikes!). I tried the format below and it seems to get further along as I don't get the authentication errors I saw previously. I receive an error that I need a 'FROM' although it's in the string. > On Sep 9, 2015, at 8:49 AM, David W

Re: curling twilio API

2015-09-09 Thread David Williams
Hi Jose, Off the top of my head, this would probably look something like the following in LC: post tPostString to url("https://AC0afb9e5c70c0fde47904a9a6ff:e6a1bdc2a7a7484d6cdc96e@api*twilio*com/2010-04-01/Accounts/AC0afb9e5c70c0fde47904a9a6ff/Messages.json";) Where tPostString contains t

curling twilio API

2015-09-09 Thread Jose Damaso
Hi all - can someone help me convert the following? curl -X POST 'https://api*twilio*com/2010-04-01/Accounts/AC0afb9e5c70c0fde47904a9a6ff/Messages.json' \ --data-urlencode 'To=5034554562' \ --data-urlencode 'From=+1212022183' \ --data-urlencode 'Body=test message' \ -u AC0afb9e5c70c0fde47904a9a6f