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

christopher's avatar

Nova action for two different cases

Hey party people,

i have an action to select a value from several status fields, it's a select field. "new, pending etc." On pre-defined selected values i want to send an email if the status changes.

So i need another button. "Okay, send email" ,"Change status without sending an email" and "cancel".

Is this possible with actions, because i don't find any solution for this. Hope this makes sense :)

0 likes
3 replies
bobbybouwmann's avatar
Level 88

Sadly you can't at this point. I looked into this as well. Eventually we ended up creating two actions.

Torpedo's avatar

as custom buttons are not possible in actions, you could use a checkbox to ask if the user wants to receive a status change email and if so send the mail on the action

Please or to participate in this conversation.