appleboy / gorush

A push notification server written in Go (Golang).
MIT License
7.92k stars 840 forks source link

Twilio Support #576

Open AlhasanIQ opened 3 years ago

AlhasanIQ commented 3 years ago

I am willing to add Support for Twilio SMS/Whatsapp if it is considered in-scope of the project.

genofire commented 3 years ago

I do not believe it is in-scope - this is an Service for Webplatform, to send PushNotifications to the (own develop) App. So that this App knows, that something happen on the Webplatform.

The Scope is, the inform own developing Apps. So Whatsapp-App has his own PushNotification Service, that you have new Message on Whatsapp-Platform.

AlhasanIQ commented 3 years ago

I don't believe that what you said is particularly accurate.

The reason I suggested Twilio (sms,whatsapp,sendgrid, ...etc) is the way i think of this project, as a "toolkit"-like app to manage my "notifications". Most modern webservices send sms'es, emails, and push notifications. And it would be relatively trivial to add this much needed functionality to gorush (as drivers/adapters).

Doesn't even have to be a batteries-included solution. Could simply be an extension/add-on.