ayomide
ayomide
NNovu
Created by ayomide on 8/30/2024 in #💬│support
Solution on Integrating Inapp notification on React Native
Currently, I can see there’s no library for integrating Inapp notification on React Native. One alternative I could see is making use of the APIs directly. It means I might have to make use of the APIs from my server side then serve it to my react native app because the endpoints require the private key and it's not safe to add the API key to the frontend to fetch the notifications. Which also probably means I might have to implement all the features that your client lib offers. My question is that if there’s any way around this or an advice if it requires me to implement it.
5 replies
NNovu
Created by ayomide on 8/29/2024 in #💬│support
mailgun failing to send emails
Hello, I’m getting the below error when my workflow is being triggered that uses an email channel with mailgun integration. { "status": 400, "message": "Bad Request", "details": "from parameter is not a valid address. please check documentation", "type": "MailgunAPIError" } This has been working fine for long until yesterday 13:15. The last time it worked was still same yesterday which was 12:46. No update was done in both novu and mailgun. My from parameter is still the same it has been for long. Will appreciate if any assistance can be provided thanks.
8 replies
NNovu
Created by ayomide on 6/7/2024 in #💬│support
Override Apns in FCM
From the docs stated in the below link , the overrides field supports apns. but when i tried to use it, i get Object literal may only specify known properties, and 'apns' does not exist in type 'ITriggerOverrideFCM'.ts. i also did my findings in the overrides supported fields and truly apns isn't included. What am trying to do is to send push notification for both ios and android using fcm. https://docs.novu.co/channels-and-providers/push/fcm#sdk-trigger-example
19 replies