Forum Post: RE: Not possible to send Push messages with HTTP Post triggers on Private Cloud

  • Thread starter Thread starter ajsharma
  • Start date Start date
Status
Not open for further replies.
A

ajsharma

Guest
Hi Bal, I think I got the issue what is the issue. Its a minor mistake you did while typing the "type" filter as ['A,I'] this should be ['A','I']. each type should be enclosed in single quotes. :) So please use the filter sting as below : {'filter':{"type":{"$in":['I','A']}}, "payload": {"badge": 1, "message": "1"}, "status": "sent", "schedule": {"scheduledTime": 0, "timeZone": 0} } Now I think this should work without any issue. Regards Ajay

Continue reading...
 
Status
Not open for further replies.
Back
Top