Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 243 Bytes

File metadata and controls

17 lines (13 loc) · 243 Bytes

Clockwork Send Sms

Send sms with just an http call.

Requirements

npm install

Send message

Use postman or other API testing program.

URL: http://localhost:3000 Payload: { "number": "09074439912", "message": "Greetings!" }