bjornaer
bjornaer
NNovu
Created by bjornaer on 1/26/2024 in #💬│support
Can a variant condition read the digest step variables?
can I have an email variant step, which is used if the condition is step.total_count greater than 2 or step.digest Equal true? I tried setting it up, but nothing happened, maybe I need to use {{ }}? Or maybe those values are not accessible by the variant check?
9 replies
NNovu
Created by bjornaer on 1/25/2024 in #💬│support
Can Digest modify payload?
I have an email workflow which contains a digest. This workflow is used to send emails of content changes in our app. An example would be:
Hello [User1], [John Doe] has added you to [User Group 1]!
Hello [User1], [John Doe] has added you to [User Group 1]!
sometimes this can happen in a fast sucession and we want to pile the data into one message only, here is where my question comes in. Could we use the digest to gather the multiple notifications data into one single notification? Such as:
Hello [User1], [John Doe] has added you to:
- [User Group 1]
- [User Group 2]
- [User Group 3]
Hello [User1], [John Doe] has added you to:
- [User Group 1]
- [User Group 2]
- [User Group 3]
where the things in brackets are variables
9 replies
NNovu
Created by bjornaer on 1/4/2024 in #💬│support
Can I define Step Variables that are not rendered nor used in the step?
eg: setting some vars to be used as metadata alongside the step variables that get rendered
6 replies
NNovu
Created by bjornaer on 1/2/2024 in #💬│support
Help inviting member, they made the wrong account
I have sent an invite to a member of my org, via email, they have created their account with github and the email seems to be different, now they do not have access to my org, and have their own standalone org. I have re-sent the invite but it always gets them into thei already created account, how can we fix this?
10 replies
NNovu
Created by bjornaer on 12/21/2023 in #💬│support
Bypassing HTML formatting
I currently am sending an HTML through the SDK, in my payload, to be rendered in an email in Novu through the tripple braces as such: {{{html}}} when I preview my HTML the formatting is ok, it's mostly text. When I receive my E-mail the formatting is off, some text is purple and the font size changes halfway through. Is there any way I can make sure nothing overrides the style of my HTML? Or some guideline I might be missing when creating my HTML?
12 replies