Help Me Build My Own Push Notifications System..

Status
Not open for further replies.

Animation_Videos

Power Member
Joined
Jan 4, 2018
Messages
546
Reaction score
218
Greetings!
As the title says, i want someone to help me create my own push notifications system where i can collect subscribers and send push messages whenever i want..

I want the system to be built like one signal but for my own personal use only.

The system should be able to collect subscribers from mobile(android/ios) and desktop & should be able to filter via geo, gender etc.

I have few websites(ranked) and also, landing pages(traffic driven via paid ads) where the traffic is coming from and for instance, someone views my sites from their android/ ios , and subscribes to my push notifications, it should collect it and i should be able to send them push messages.. same goes for desktop..

Let me if it's possible/ requirements or anything else via PM thanks!
 
Last edited:
What are your sites CMS (wordpress, joomla, etc) or is it custom coded?
 
Why do you need a custom one?

cause these free push services out there use our subscribers without our consent...and also, on paid push notifications networks, the subscribers are already overused since everyone uses it..
 
We can build the server using this open source github repo
modify it to suite your needs. then build a wordpress plugin that communicates with the REST api to register subscribers and send notifications.

Does this only work with wordpress or can i use it with simple html/css scripts too?

and how would i be able to see my registered subscribers/ create/send messages?
 
Does this only work with wordpress or can i use it with simple html/css scripts too?
To make it work with landing pages we gonna have to develop a javascript/ajax and/or PHP code to interact with the push notification server API.

and how would i be able to see my registered subscribers/ create/send messages?
That's why we are creating a wordpress plugin or any basic PHP web application to interact with the API to list subscribers, register subscribers, send messages etc.
 
For instance to send a message we code a php application or wordpress plugin that will run the following server command and output reply:
Code:
curl -d msg=Test%20message http://push-server/event/sport
 
For instance to send a message we code a php application or wordpress plugin that will run the following server command and output reply:
Code:
curl -d msg=Test%20message http://push-server/event/sport

sounds cool, please inbox me your skype
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top