Hi,
What is the minimum json message configeration in order to send a push message I am attempting to send push messages from a http web request but I am getting a bad request 400 error message. My json is:
{
"payload": {
"message": "Hello World!",
"badge": "7"
}
}
Do I have to add filter settings or should this work?
Regards,
Joe