This action will change the current hold status of the device (either ENABLED or DISABLED)
- API endpoint slug
- bluelink.hold_status
- Filter code method
- Bluelink.holdStatus.skip(string?: reason)
- Runtime method
- runAction("bluelink.hold_status", {})
Action fields
- Label
- Select Device
- Helper text
- Select the device for which you want to change the hold status
- Slug
- selected_device
- Required
- true
- Can have default value
- false
- Label
- Hold Status
- Helper text
- This is the desired hold status
- Slug
- hold_status
- Required
- true
- Can have default value
- true
- Filter code method
- Bluelink.holdStatus.setHoldStatus(string: holdStatus)