-
Suggestion
-
Resolution: Unresolved
-
0
-
Issue Summary
When integrating automation with JEC, it's possible to send a callback to the rule with custom data after the script execution.
Looking at the example below, the response can be sent in a JSON format:
However, it's not possible to use JSON notation in the smart value below to get the JSON values:
{{jecAction.output.<json_key>}}
Steps to Reproduce
- Create an integration with JEC using automation.
- Add a script on the server side to send a callback to the rule in JSON format.
- Run the rule.
Expected Results
Since the callback was sent in a JSON format, the rule should be able to use JSON notation to get the values.
Actual Results
It's not possible.
Workaround
Use substring methods or Match with regex to capture the values.