Can I call an expression rule from an integration's request body?
Note: The response of the expression rule is a JSON body.
Method: POST
Discussion posts and replies are publicly visible
I don't know of any reason why not. What have you tried / is something not working?
Yes, in the request body, I can see that instead of evaluating the expression rule, it was passing the object name itself:
To actually call that expression you have to add "()" at the end.
Like: rule!your_rule()
That worked!! thank you