I'm trying to write a .net console application in c# that will execute (via a windows scheduled task) nightly and do a number of admin things (moving files around and so on). I want it to then report its status (good/bad/in-between) to a circuit chat.
I'm lost as to how to do this circuit reporting step. What visual studio extensions/apis (if any) exist to help with this? I've read up on the rest API, the node.js one etc, but I'm not sure how to use these from my console app.
Any pointers or ideally examples on this would be much appreciated.
Thanks in advance.