Frequently Asked Questions

Do you need more details, you can always reach me


Why should I use this?

Most of the SMS gateways are paid. If you are in early stage of your Project and just want to a quick start or don't want to pay, why not use your Mobile for sending SMS.

Can I use this for Production?

It is not recommended for Production, as it can't send SMS if the App is not active.

Who sends the SMS?

SMS would is sent from Mobile App using your Personal Mobile Number. SMS receiver would see your number as the Sender.

Will I be charged?

Since the SMS is sent using your personal Number, carrier charges are applied. Depending on the Mobile subscription, you might get charged.

How should I send SMS


        curl -X POST -H "Content-Type: application/json" -d@- https://sg.yagnyam.in/api <<-EOF
        {
          "phone": "+911987887891",
          "message": "Hello from the other side",
          "appId": "MyFancyAPP",
          "accessToken": "1234567890"
        }
        EOF
      

Do I need to pay for using the App?

As of now this is free. Unless Google (firebase) start charging us for the backend, It is free.

Why do you need my Mobile Number?

We use it to Authenticate users to Create Apps which can be used for sending SMS.