I want to integrate push notification service into my Ghost which will work send a notification to all subscriber. I think this needs core customization which will invoke a webhook on every new post. Can I know which file should I edit to add my function?
I already have a push notification microservice which I use for other tasks and I will just replicate this service with minor changes to make it work for my ghost news blog.
I think this can also be integrated into the default ghost package and will be very helpful to those who can’t do or don’t want to do core customization.