Automate SMS sending from your Android phone

Install the APK sms.lecaro.me/apk on an Android phone with Android 4.4 or more. You'll probably have to go through a few security checks as it is unverified. Grant it the permission to send SMS and disable battery optimizations. You will get a 12-character code, type it in the form below.

What is this ?

This service lets you send SMS programmatically (like Twilio) using your own phone and SIM card. You can also ask other people to give you their code, and then you'll be able to send sms messages using their phone and SIM card.

Why should I use this ?

Automatic sending

If you just want to send SMS using your phone, install the app, connect it above and then send SMS by making a POST request to the /sendSMS endpoint with the longToken, to and text fields set.

curl --header "Content-Type: application/json" --request POST \
    --data '{"to":"+33600000000","text":"hello world","longToken":"[your longToken]"}' \
    https://sms.lecaro.me/sendSMS
    

Automatic connection

If you have your own web app, you can use this service to send SMS from other people's phones.

Limitations

Notes