I want to be able to control the NotificationChannel to which a Klaviyo notification is posted. I see that the KlaviyoRemoteMessage object already povides an extension property RemoteMessage.channel_id.
However, this seems to always return “Default”. If I put a breakpoint in onMessageReceived, I see that the RemoteMessage object does not have the channel_id key.
I tried adding it to the custom data in the notification editor in Klaviyo. However, if I do that, it appears inside the key_value_pairs key and not at the top level.
So, the question is: How can I set the channel_id on a notification?

