how do i send a push when a new entry in a collection is created
I am looking for a way to send a push notification when a new entry in the collection is detected.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I am looking for a way to send a push notification when a new entry in the collection is detected.
Hello Shawn,
There is no such build-in feature, we'll check what is the best workaround and will update. This will take some time.
Hello,
You will need to use custom server code script:
1 Create collection record;
2 Generate Push.
http://devcenter.appery.io/documentat...
http://devcenter.appery.io/documentat...
http://devcenter.appery.io/documentat...
Thank you,
do you have any insight on a method to determine if a new record has been added to a collection?
-Shawn
Hi Shawn,
Unfortunatly there is now such method or event.
So there is detailed plan for Alenas suggestion:
1 Create Server code script. See details: http://devcenter.appery.io/documentat...
2 In this server code you need implement:
2.1 Create item in DB. See details: See details here: http://devcenter.appery.io/documentat...
2.2 Send push you need. See details: See details here: http://devcenter.appery.io/documentat...
3 Then you need invoke this server code instead of "create" service.
That's all.
Regards.