Twilio Using Rest API -without library -
i'm trying send sms without using library, can't add dll's project.
i've formatted following url correctly api , don't seem sms.
ricky twilio here.
one quick way generate api request use api explorer.
for example, explorer give code show how make http request using curl api:
curl -x post 'https://api.twilio.com/2010-04-01/accounts/[accountsid]/messages.json' \ --data-urlencode 'to=555-555-5555' \ --data-urlencode 'from=+15555551234' \ --data-urlencode 'body=brooklyn's in house!' \ -u [accountsid]:[authtoken]
hope helps.
Comments
Post a Comment