madhu
NNovu
•Created by madhu on 10/26/2023 in #💬│support
How to get the count "unread" feed of a subscriber?
Is there any APIs available?
I am looking for python SDK
6 replies
NNovu
•Created by madhu on 10/6/2023 in #💬│support
I am using the self deployed Novu, even though if I trigger event.
Activity feed is always empty
49 replies
NNovu
•Created by madhu on 9/13/2023 in #💬│support
I am facing the similar issue as mentioned in the github issue,
CORS fails when we try to register the user
If I do the same curl request in postman then it is working fine, but through the browser it is failing
If I make my node_env to "test" it is working
Similar issue: https://github.com/novuhq/novu/issues/3602
#I am facing below error at self hosting Novu on prod
#cors
1 replies
NNovu
•Created by madhu on 8/31/2023 in #💬│support
I am facing below error at self hosting Novu on prod
Environment: production
Platform: Docker
Tenant: OS
Selected Log Transport None
[Nest] 239 - 08/30/2023, 3:24:48 PM LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 239 - 08/30/2023, 3:24:48 PM LOG [InstanceLoader] HttpModule dependencies initialized +0ms
[Nest] 239 - 08/30/2023, 3:24:48 PM ERROR [ExceptionHandler] Connection pool minimum size must not be greater than maximum pool size
Do I am missing any ENV variables conf?
4 replies
NNovu
•Created by madhu on 5/22/2023 in #🚀│general
I have a general requirement,
I need to send the notification from my system of processed data to the user at scheduled time (Weekly once) like a report information.
Do you have any idea on it, by using the Novu , How can I easily implement this pipeline
2 replies
NNovu
•Created by madhu on 3/22/2023 in #💬│support
How to use raw html to render it, than creating the tags
11 replies
NNovu
•Created by madhu on 2/1/2023 in #💬│support
Please show me simple example of CURL request of creating trigger event by using the "topic" name?
I am not able finding the right payload to test the feature of creating trigger with topic
{
"name": "<template-name>",
"to": [
"<topic-uuid-key>
],
"payload": {
<payload-data>
}
}
#topic @Novu
12 replies
NNovu
•Created by madhu on 2/1/2023 in #💬│support
While installing docker image of Novu
getting this below error
68fc162c78d5: Extracting [==================================================>] 546MB/546MB
8809ee5b96e8: Download complete
1810c0a2782d: Download complete
ERROR: failed to register layer: Error processing tar file(exit status 1): write /root/.local/share/pnpm/store/v3/files/55/02c6df7a34e0a690f2e622dad54d6ddad6a75416c4d35e6be9e6201e0454cdbcbf48663f5ef3eda1b5fb002437356ae0a7974eadf6db5c9ee6a4c93fdd49c0-index.json: no space left on device
#docker
2 replies
NNovu
•Created by madhu on 11/23/2022 in #💬│support
I want to store some domain specific information to subscriber model?
usually we store some information related to domain, but unfortunately I did not find any information on it?
Update subscriber preference
Endpoint
PATCH
/v1/subscribers/:subscriberId/preferences/:templateId
The above API is not allowing to save my own info?
11 replies
NNovu
•Created by madhu on 11/21/2022 in #💬│support
Is there any way to find the status of delivery (Email or SMS)?
By using the activity API i have checked the status of delivery.
By testing failed because I have provided incorrect email id but in the activity response it is showing like below
{
"_id": "637b2e50ba3f2ce09d80549d",
"_jobId": "637b2e4eba3f2ce09d80546b",
"providerId": "sendgrid",
"detail": "Message sent",
"source": "Internal",
"status": "Success",
"isTest": false,
"isRetry": false,
"raw": "{"id":"637b2e4eba3f2ce09d80548b","date":"Mon, 21 Nov 2022 07:52:48 GMT"}",
"createdAt": "2022-11-21T07:52:48.415Z",
"updatedAt": "2022-11-21T07:52:48.415Z",
"id": "637b2e50ba3f2ce09d80549d"
}
Please help me on this?
6 replies
NNovu
•Created by madhu on 11/21/2022 in #💬│support
How many concurrent requests can be handled in different types of notification?
For example like email and SMS?
12 replies