Is there a way to create rules, actions, message schemas from a program using REST APIs?
I want a simple rule to be configured like eventData.temperature > 50 C
do some action. Can this be done programatically?
Also, Can this value 50 C
be configured somewhere instead of hard-coding in the rule?