Hi Maryna,
In the test settings the status parameter I use is a string 'sent' but when I attempt to replicate this in the mapping I get an error! Please find the service settings below.
service request:
mapping:
payload json:
Hi Joe,
Please try service Test, there must be en error description. Most probably, this is empty schedule.
Please add a request parameter 'schedule' with this value:pre{"scheduledTime":"2014-02-05 13:44:00.000","timeZone":"180"}/pre
https://getsatisfaction.com/apperyio/...
Hi, Katya, I get exactly the same result! I have shared the app 'testpush' with a href="mailto:support@appery.com" rel="nofollow"support@appery.com/a will you please take a look and advise.
Hi Joe,
No, still working on it.
Hello Joe! payload and schedule should be object, not string. In mapping to payload should be the following code: prevar T = 'This is a Test!';
var D = '1';
return {"message": T , "badge": D };/preIn mapping to schedule prereturn {"scheduledTime":"2014-02-05 21:00:00.000","timeZone":"180"};/preBut if you send notifications immediately, delete schedule parameter from request parameters.
Hello! Working on it.
Hello! You send status=sent. That means it will be sent immediately no matter what is in schedule. Delete status parameter from request parameters or change it's value to wait instead sent. Here is more information http://docs.appery.io/documentation/b... (Sending push notifications)