Courier Push Help Needed

I’m trying to setup Courier Push and am getting this error when testing:
{
“reason”: “No Valid Delivery Channel”,
“type”: “NO_CHANNELS”
}

Could someone help. Not sure what else it needs to function.

Hi Klupo, I can help!

What is your payload to /send look like?

To send data to Courier Push your payload should look like:

{
    "event": "MY_NOTIFICATION_ID",
    "data": {},
    "profile": {
        "courier": {
            "channel": "YOUR_USER_ID"
        }
    }
}

If you are missing profile.courier.channel, you will get that error.