bjornaer
NNovu
•Created by bjornaer on 1/26/2024 in #💬│support
Can a variant condition read the digest step variables?
understood! thanks @Pawan Jain for clarifying and creating the issue for docs
9 replies
NNovu
•Created by bjornaer on 1/25/2024 in #💬│support
Can Digest modify payload?
thank you for the answers! I did in fact do two checks, one
if
and one equals
, this solved my case although it did make my custom code a bit more convoluted than it needed to be, nothing to worry about (but I would love support for and
ops in the handlebars!9 replies
NNovu
•Created by bjornaer on 1/26/2024 in #💬│support
Can a variant condition read the digest step variables?
hi everyone, I solved it using
if
checks directly inside the custom code section, I actually solved it speaking with @Tomer Barnea on Novu's chat widget.9 replies
NNovu
•Created by bjornaer on 1/26/2024 in #💬│support
Can a variant condition read the digest step variables?
happy to share my custom code email
9 replies
NNovu
•Created by bjornaer on 1/25/2024 in #💬│support
Can Digest modify payload?
ah, I think I can achieve this with variants, but would love confirmation anyway
9 replies
NNovu
•Created by bjornaer on 1/25/2024 in #💬│support
Can Digest modify payload?
@Emil quick question, can I check two variables in the if clause?
such as:
follow-up question:
if digest returns only one element, does it set
step.digest
to true
anyway?9 replies
NNovu
•Created by bjornaer on 1/25/2024 in #💬│support
Can Digest modify payload?
ah I see, I'll give it a go with this info then! thank you very much
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?
we have a notification that is related to an entity - this entity can be archived or not, we use the
in-app notification
step to send updates about the entity, and I wish to send this variable archived
along with the paylod, for the frontend to add visual elements related to this - but this data is not a part of the in-app notification directly.6 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?
done
6 replies
NNovu
•Created by bjornaer on 1/2/2024 in #💬│support
Help inviting member, they made the wrong account
worked! thank you
10 replies
NNovu
•Created by bjornaer on 1/2/2024 in #💬│support
Help inviting member, they made the wrong account
let me try
10 replies
NNovu
•Created by bjornaer on 1/2/2024 in #💬│support
Help inviting member, they made the wrong account
so it seems the github is the same email as the invite I sent, but they created a standalone org with their account?
10 replies
NNovu
•Created by bjornaer on 1/2/2024 in #💬│support
Help inviting member, they made the wrong account
@Pawan Jain here is what they told me is happening:
10 replies
NNovu
•Created by bjornaer on 12/21/2023 in #💬│support
Bypassing HTML formatting
because the default one for example had a lot of things that I was handling already on my own html, and that probably caused my issues
12 replies
NNovu
•Created by bjornaer on 12/21/2023 in #💬│support
Bypassing HTML formatting
I created an empty layout that simply contains
{{{body}}}
so basically my incoming html gets rendered as is on an empty layout12 replies
NNovu
•Created by bjornaer on 12/21/2023 in #💬│support
Bypassing HTML formatting
yep, that did it, it was the layout! Thank you very much!
12 replies
NNovu
•Created by bjornaer on 12/21/2023 in #💬│support
Bypassing HTML formatting
ok, got it, let me try creating a simple one then
12 replies
NNovu
•Created by bjornaer on 12/21/2023 in #💬│support
Bypassing HTML formatting
I am using the
custom
option and passing my HTML via a variable in my payload, does that get rendered on top of the selected layout?12 replies