I need to do a call for the API on the referenced protocol from an automation script.
The parameter that holds the information to be on the API call is ContentPOSTChannel (2015), and any change on this will trigger an API call.
However this parameter has RTDisplay as false which means that I can not change its value from an automation script.
So, I ask:
- is any other way to set this param in order to trigger the API, besides the RTDisplay change?
- Is it possible to call this API from an automation script using some kind of injection?
In short, to make a parameter available to Automation and other modules, RTDisplay must be set to true.
Please keep in mind that simply setting RTDisplay to "true" may not be the best solution. Depending on your end goal, it might be safer/more reliable to implement this modified API call as a new driver feature. I would suggest to discuss the problem and the optimal solution with a system developer.