Skip to content

Dynamic values inside rules #67

@ganeshcse2991

Description

@ganeshcse2991

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions