Arming Abode from Node Red

My goal is to run a routine from Alexa (Goodnight) which will shut off lights and change my Abode system to Away mode. I am using an input boolean to accomplish this. My problem is I am unable to call the service to change to away mode from Node Red. I am able to call the service to do this from developer tools as well as the lovelace UI but not from Node Red. The error I get is: “Unable to find service homeassistant/alarm_control_panel.alarm_arm_away”

Does anyone else use Node Red to arm and disarm their Abode system?

I figured it out now. All good.