Home >
Technical & Creative Skills >
Programming, Servers & Scripts
[LOOKING] Self Hosted SMS & Push Script (7)
12-22-2021 08:10 AM
#1
alexgb (Member)
[LOOKING] Self Hosted SMS & Push Script
I am looking for 2 scripts:
- Self Hosted SMS Marketing Script that can send bulk SMS cheaply (probably using Amazon SNS)
- Self Hosted Push Marketing Script that can send bulk Push Notifications cheaply (probably using Firebase Cloud Messaging)
Any idea about where I can find these scripts?
For example, for Email Marketing, I use Sendy, that uses Amazon SES, and it's fantastic, I love that script.
I am looking for the same type of software but for SMS Marketing and Push Marketing.
12-22-2021 08:39 AM
#2
thefellasads (Member)
Hey Alex, for push collection and automated messaging you can use OneSignal.
12-22-2021 09:10 AM
#3
jeremie (Moderator)

Originally Posted by
thefellasads
Hey Alex, for push collection and automated messaging you can use OneSignal.
One Signal is not self hosted.
12-22-2021 03:08 PM
#4
alexgb (Member)
Yes, I am looking for self hosted solutions, which in the long run are cheaper for big volumes.
12-25-2021 03:53 PM
#5
alexgb (Member)
Anyone that can help me out?
12-27-2021 10:31 AM
#6
jeremie (Moderator)
I had a look at it a couple of months ago. For Push / SMS, there is no "out of the box" scripts, like Sendy for email.
I would say that either you are at the level where you can spend 15/20K and it makes sense to have it custom coded + maintained. Otherwise, going with a SAAS tool until you reach that level would be better.
If you want to go for your own setup, for Push, the easier way is to code is to base your script on Google Firebase, that provides a layer between your script and the various platforms.
https://firebase.google.com/docs/cloud-messaging
There are a few code repos you can find on GitHub, but most of them are dated or may contain malicious code, so I won't post anything here.
Try "site:github.com sent sms" for example.
12-27-2021 10:42 AM
#7
alexgb (Member)

Originally Posted by
jeremie
I had a look at it a couple of months ago. For Push / SMS, there is no "out of the box" scripts, like Sendy for email.
I would say that either you are at the level where you can spend 15/20K and it makes sense to have it custom coded + maintained. Otherwise, going with a SAAS tool until you reach that level would be better.
If you want to go for your own setup, for Push, the easier way is to code is to base your script on Google Firebase, that provides a layer between your script and the various platforms.
https://firebase.google.com/docs/cloud-messaging
There are a few code repos you can find on GitHub, but most of them are dated or may contain malicious code, so I won't post anything here.
Try "site:github.com sent sms" for example.
Yeah, from what I see, I would need to have it custom coded. Thanks for the ideas btw!
Home >
Technical & Creative Skills >
Programming, Servers & Scripts