Skip to main content
sanjuktab2257
June 11, 2025
Question

Can I call an expression rule from an integration's request body?

  • June 11, 2025
  • 4 replies
  • 0 views

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

4 replies

mikes0011
Brainy
June 11, 2025

I don't know of any reason why not.  What have you tried / is something not working?

sanjuktab2257
June 11, 2025

Yes, in the request body, I can see that instead of evaluating the expression rule, it was passing the object name itself:

stefanhelzle0001
June 11, 2025

To actually call that expression you have to add "()" at the end.

Like: rule!your_rule()