Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how do i send a push when a new entry in a collection is created

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.

Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

how do i send a push when a new entry in a collection is created

Thank you,

do you have any insight on a method to determine if a new record has been added to a collection?

-Shawn

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

how do i send a push when a new entry in a collection is created

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.

Return to “Issues”