Skip to content

mabbay/sms-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sms-api

Endpoints

Send an SMS

POST http://localhost:1337/sms/send
Content-Type: application/json
x-sid: {your-twilio-sid}
x-auth-token: {your-twilio-auth-token}
x-from: {your-twilio-number}

{
  "to": "{to_number}",
  "text": "it's an sms"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published