Modificate message object
We would like to be able to receive variables that are created in Novu when forming a message...
5 Replies
An example of what we want to implement:
we use the digest engine and want to get full information about
step.events
on the frontend....
for example, show the user a message:
Several people liked your postand add the ability to open additional information about the message where there would be a list of users who have put reactions to the post and for this implementation we need an array of these users who have put a reaction We see the solution to this issue as follows: - there is still a content field in the message object, where the message is formed as before - but also in addition, a field with additional variables of the message object will appear in the message object, where there will be a field with an array of users, which is usually available at the stage of message formation We know that we can just describe JSON inside content, but perhaps there is a better solution
Hi @SuPP How you have configured your workflow?
or what you mean?