When creating a new subscriber: when I add the channels property, it does not seem to be respected, and no channels are created. The same issue occurs when using the update endpoint. Am I doing something wrong? Here is the payload I used:
{
"name": "Abdlrahman",
"email": "[email protected]",
"subscriberId": "123456",
"channels": [
{
"providerId": "one-signal",
"credentials": {
"deviceTokens": ["device-token"]
}
}
]
}