Push Notification to userGroup using parse.com - parse-platform

In these days i am facing a problem in push notification(for a all mobile devices).
My problem is that , i want to send push notification to some specific user group based on their Email .
Now i want to choose service that meet this requirement.
somewhere i have learnt that parse.com uses channel corresponding to specific user then push notification can be send to array of channel.
can you please tell me that parse.com can send notification to user group based on their email.
if not , Is there any other Alternative ?
Thanks in Advance!

Related

Push notification appears after one user messages another user using firebase and xcode

If I were to make a messaging app which would involve a user recieving a notification after being messaged by another user, how could i go about setting up the notifications in such a way where they are sent after the message is sent by the user who sent it. If someone could point me in the right direction that would be awesome thank you.
P.S. I am using cloud messaging

Receive SMS per user in Laravel application

In my application, I have about 50 users that need to send and receive SMS. How would I integrate this using Twilio? Do I need a number per user so that when they revive an SMS, I can show it to a specific user only?
The link below shows how to receive SMS, but I need help storing/displaying the SMS to the correct user only.
Laravel/Twilio Receiving SMS

Parse.com push notification for web clients by making changes in installation class

I am trying to send push notifications to my web application.
Is there any way to send push notification to my web users using parse.com's push service if i have the GCM_SENDER_ID and my APP_ID ?
Right now the procedure that i am thinking of using is this :
1). Run a service worker on my chrome client which gives me registration id of user . I save this in my installation class in deviceToken field . I also save my gcm_sender_id along with it.
2). Use parse.com's push sending api.
Will this work or do i need to directly make rest calls to https://android.googleapis.com/gcm/send to send my message.

Add Notificatoin Through REST API

In my application, I need to be able to add custom notifications to Yammer. Is there an undocumented way to add a notification through the Yammer Notifications REST API?
Notifications are sent when specific actions in Yammer are triggered, like when a message is received for a user a push notification will be sent to that user. There is no ability to manually generate push notifications for arbitrary events.

How to send push notification at a segment with Mainline

I'm currently using Mainline's API to send push notifications. https://api.mainline-tech.com/
But even if I understand how to send to all users, I failed to find in documentation how to create a segment or group to send push notifications at only some users ? If someone use Mainline and Know how to do it ...
Hummm ... it seems Mainline's API includes a "Group" Section :) ... So that you can easily create a segment with only some users using tags / data / geoloc ..

Resources