About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This action will be able to control your Brilliant Nexus actions which you have created in your Brilliant Nexus app
- API endpoint slug
- brilliant_nexus.execrule
- Filter code method
- BrilliantNexus.execrule.skip(string?: reason)
- Runtime method
- runAction("brilliant_nexus.execrule", {})
Action fields
Rule name Dropdown list
- Label
- Action Name
- Helper text
- Brilliant Nexus Action names
- Slug
- rule_name
- Required
- true
- Can have default value
- false
Rule status Dropdown list
- Label
- Action Status
- Helper text
- Enable/Disable your Brilliant Nexus actions
- Slug
- rule_status
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantNexus.execrule.setRuleStatus(string: ruleStatus)