Sebastian Küsters
Sebastian Küsters
NNovu
Created by Sebastian Küsters on 10/25/2023 in #💬│support
Trigger a topic
Hey all! Today I updated the .NET SDK to the newest version and I try to send a notification to a topic. The novu.Event.TriggerTopicAsync method which is mentioned in https://docs.novu.co/quickstarts/.NET#sending-a-notification-to-a-topic is not available in the newest SDK version 0.3.3 When I just want to know which API I need to call, I checked out the API reference at https://docs.novu.co/api-reference but there is no API for sending a notification to a topic. Can someone tell me the API for sending a notification to a topic?
18 replies
NNovu
Created by Sebastian Küsters on 9/18/2023 in #💬│support
TriggerTopicAsync slows down
No description
8 replies
NNovu
Created by Sebastian Küsters on 7/5/2023 in #💬│support
Switch Workflow Notification template if Digest
Scenario: We want to change the content of a Notification, if the notification contains only 1 event (to support pluralisation) Problem: The following expression is always true, even if there is only 1 event:
{{#if step.digest}}
{{uploaderName}} hat {{step.total_count}} neue Dateien in {{step.events.0.folderName}} hochgeladen.
{{else}}
{{uploaderName}} hat eine neue Datei in {{folderName}} hochgeladen.
{{/if}}
{{#if step.digest}}
{{uploaderName}} hat {{step.total_count}} neue Dateien in {{step.events.0.folderName}} hochgeladen.
{{else}}
{{uploaderName}} hat eine neue Datei in {{folderName}} hochgeladen.
{{/if}}
We tried also to change the expression to a greater then expression using the step.total_count, but this is not supported on your side. Any idea how we can implement this?
12 replies
NNovu
Created by Sebastian Küsters on 7/5/2023 in #💬│support
Add dynamic filter to a topic
18 replies
NNovu
Created by Sebastian Küsters on 6/15/2023 in #💬│support
Status of translation support
Hello novu-community, first of all thanks for building this awesome product - it seems like the perfect solution for all notification issues 🙌 Right now we are planning to introduce novu as notification provider at my startup. We are building a Digial-Asset-Management SaaS platform which is multilingual. For that reason we need to create our notification concept also multi-lingual. In the docs I can see at https://docs.novu.co/notification-center/react/react-components#customize-the-ui-language that there is a concept of translations in, but I am still searching for an overview about what can be translated. We want to translate the following parts: - Workflow name - In-App Notification content - Email content I would be happy to get some advice about this issue, even if the answer that it is not implemented yet.
4 replies