Channels Property Not Respected When Creating or Updating Subscriber (API Issue)

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": "budi@gmail.com",
    "subscriberId": "123456",
    "channels": [
        {
            "providerId": "one-signal",
            "credentials": {
                "deviceTokens": ["device-token"]
            }
        }
    ]
}
Was this page helpful?