Need help in http request node

Same as before but set the payload before it goes to the HTTP node...

// ... other code
msg.payload = {
  "save_path":"C:/Users/Dayman/Downloads",
  "queueing_enabled":false,
  "scan_dirs":{
    "C:/Games": 0,
    "D:/Downloads": 1
  }
}
return msg;
1 Like