Atko SMS Gateway

This is a demo, all inactive phones are delayed after 1 day

Welcome to a simple sms gateway. This application does not send actual SMS. All data is only kept for 1 day of maximum inactivity.

View Recent phones with messages

How this works?

This application simulates a custom SMS Gateway for Auth0 on the url

POST /api/sms { "recipient":"+2233344444", "body":"Your verification code is: 12345", "sender":"+1 234 567" }

All messages are inserted into a single redis backend. All numbers are deleted after 1 day if no activity occurs.