Pawan Jain

Results 232 comments of Pawan Jain

@JonasDoe This is correct format ``` "to": [ { "type": "Topic", "topicKey": "first-topic" }, { "subscriberId": "hello-first-subscriber" } ] ```

Yes you are right. if any entry is invalid. Notification is not delivered. This sounds like a bug.

@Aviatorscode2 Could you please address Diana's suggestions?

@Aviatorscode2 Could you please address Diana's suggestions?

Add this environment variable `NOVU_API_URL` in bridge application, and change the value as per your configuration. ``` NOVU_API_URL=http://localhost:3000 ```

@KamalAman Thanks for the feedback. I agree, node sdk should have types as well. We are working on this.

> @KamalAman can I work on these ? @pritam0721 I would recommend you to look into other issues, as it will be handled by our team

@jerry-panenka in new @novu/js library, we have not added seen/unseen option

@Aviatorscode2 Please take a look on above comments

> Does the environment come from the Novu-Environment-Id http header? Since we have separate integrations per environment, shouldn't the environment be set regardless but not from the header? environmentId comes...