-
Notifications
You must be signed in to change notification settings - Fork 503
Closed
Labels
Description
I am trying to do the following. Please let me know if its possible in any other way.
{
conditions:{
...
..
...
}
event: {
type: sendEmail,
params: {
from_email: $fact.from_email,
subject: "Test subject $fact.subject"
}
I want to place the values from the fact to the rules's event params dynamically.
I am ok with the solution having placeholders too.
Thanks in advance.