Subscriber channels not getting updated
We're running into some issue with some subscriber channels not getting updated from our backend so our webpush notifications end up failing. It seems to be inconsistent. The way we have it implemented is that we make a new create subscriber call to the
For additional info our backend is on go and we are using the API directly as per the reference https://docs.novu.co/api-reference/overview
/subscribers endpoint with a POST request and Channels as part of the body of the request, which used to work in the past. However looking at the documentation there doesn't seem to be a Channels parameter anymore, unless I'm missing something?For additional info our backend is on go and we are using the API directly as per the reference https://docs.novu.co/api-reference/overview
In this page you can learn about how to work with Novu's API