N
Novu7mo ago
Yeldos

HTML page as string in custom editor

I tried to send my whole html as string in payload variable. Novu could not parse it, it just appears as a plain text, is there any possibility to fix it? For example I have my html on server side, and I will convert it to text and send it to my editor as payload in my workflow
2 Replies
Pawan Jain
Pawan Jain7mo ago
Hi @Yeldos Try with triple curly braces variable {{{html_variable}}} and send html value for this variable in payload
Yeldos
Yeldos6mo ago
thank you