gigo1980
gigo1980
NNovu
Created by gigo1980 on 8/8/2024 in #💬│support
How to set "content-available" for Expo Push Notification?
6 replies
NNovu
Created by gigo1980 on 8/6/2024 in #💬│support
How to skip the workflow if subscriber is not configured for this channel
Is there a tech preview available, or is there a roadmap than v2 will be GA ? Also then as self hosted solution?
9 replies
NNovu
Created by gigo1980 on 8/6/2024 in #💬│support
How to skip the workflow if subscriber is not configured for this channel
@Pawan Jain Any Idea how this is possible?
9 replies
NNovu
Created by gigo1980 on 11/24/2023 in #💬│support
Create a workflow that send a summary of unread messages from InApp
Great so what we would do is, just remove it from the digest again 🙂
9 replies
NNovu
Created by gigo1980 on 11/16/2023 in #💬│support
ActorSubscriber is alway null
No description
12 replies
NNovu
Created by gigo1980 on 11/16/2023 in #💬│support
ActorSubscriber is alway null
as I understand everything right. Novu should use the actor.subscriberId to resolve the subscriber and provide this informations
12 replies
NNovu
Created by gigo1980 on 11/16/2023 in #💬│support
ActorSubscriber is alway null
No description
12 replies
NNovu
Created by gigo1980 on 11/16/2023 in #💬│support
ActorSubscriber is alway null
No description
12 replies
NNovu
Created by gigo1980 on 11/16/2023 in #💬│support
ActorSubscriber is alway null
No description
12 replies
NNovu
Created by gigo1980 on 11/14/2023 in #💬│support
If I use topic subscription, is there a group selector in the digest?
19 replies
NNovu
Created by gigo1980 on 11/14/2023 in #💬│support
If I use topic subscription, is there a group selector in the digest?
Is there something like arrayLength? Or is there a way to contribute custom handlebar functions to you project? {{arrayLength yourArray}}
Handlebars.registerHelper('arrayLength', function(array) {
return array.length;
});
Handlebars.registerHelper('arrayLength', function(array) {
return array.length;
});
19 replies
NNovu
Created by gigo1980 on 11/14/2023 in #💬│support
If I use topic subscription, is there a group selector in the digest?
No description
19 replies
NNovu
Created by gigo1980 on 11/14/2023 in #💬│support
If I use topic subscription, is there a group selector in the digest?
What will be then here the right groupBy, If I would group by "from"?
Hallo {{subscriber.firstName}}

{{#if step.digest}}
du hast {{step.total_count}} neue Nachrichten.

{{#each step.events}}
<li>{{this.from}}: {{this.message}}</li>
{{/each}}
{{/if}}
Hallo {{subscriber.firstName}}

{{#if step.digest}}
du hast {{step.total_count}} neue Nachrichten.

{{#each step.events}}
<li>{{this.from}}: {{this.message}}</li>
{{/each}}
{{/if}}
19 replies
NNovu
Created by gigo1980 on 10/15/2023 in #💬│support
Question with Fetching Unread Messages for Specific Topics in Daily/Weekly Digests
And is the "actor" concept still described in the documentation? I think there is something missing to understand it.
20 replies
NNovu
Created by gigo1980 on 10/15/2023 in #💬│support
Question with Fetching Unread Messages for Specific Topics in Daily/Weekly Digests
No description
20 replies
NNovu
Created by gigo1980 on 10/15/2023 in #💬│support
Question with Fetching Unread Messages for Specific Topics in Daily/Weekly Digests
Ok that I will double check the openApi spec.
20 replies
NNovu
Created by gigo1980 on 10/15/2023 in #💬│support
Question with Fetching Unread Messages for Specific Topics in Daily/Weekly Digests
ahh ok 🙂
20 replies
NNovu
Created by gigo1980 on 10/15/2023 in #💬│support
Question with Fetching Unread Messages for Specific Topics in Daily/Weekly Digests
At the moment there is only a endpoint like DELETE /v1/message/{messageId}
20 replies