Hi @mob,
You can add ‘secrets’ by creating a rule-config folder and adding them there. check out this part of the documentation.
After you’ve created the file with the secret, you can access it from the rule by calling configuration.THE_KEY_OF_THE_SECRET;
from within the rule.
Hope it helps