Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

christopher's avatar

Nova email template with shortcodes / placesholders

So i want to send an email if the user has a specific status - The status change is based on an action and you can define an email message for each status.

But: How would i pass variables to the email template in the editor within nova? So for example in my editor field in nova i write the email message with placeholders:

Hello {{ fullName }}, you reached Status {{ status }}

Then i select the user in the table, select the action and the email template is taking those fields/vars and send the email - Is this even possible with Nova?

0 likes
3 replies
bugsysha's avatar
bugsysha
Best Answer
Level 61

Why don't you send Notification from Nova Action?

christopher's avatar

@bugsysha Yes, already did it - My hands were typing faster this question then my head was thinking .. :D

Please or to participate in this conversation.