Forum Discussion
StefanFried
Aug 17, 2017Steel Contributor
Anyone using Node-Red in combination with Office365 ?
"Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways."
I'm wondering if anyone in the community is using node-red in combination with O365 ?
examples:
retrieving data via REST API from O365 and use them in whatever flow ?
or...post certain events from a node-red flow to a MS Teams channel?
please share your opinion and examples (in case you have examples :)
thank you
- MinussignCopper Contributor
StefanFried It might be too late but I finally find the solution as per my story below.
https://medium.com/@minussigns/how-to-use-node-red-read-email-using-imap-pop3-office365-xoauth2-with-entra-admin-center-0bc29668b56b - gahujipoCopper Contributor
You can find a full guideline and an example flow how to implement this here:
https://stackoverflow.com/a/64340862/13013073
- Dawid van HeerdenBrass Contributor
Hi Stefan,
Yes we use Node-Red quite extensively with Office365, Flow and PowerApps.
Flow is awesome and extremely easy to use, but it happens from time to time that you need to run an on premises instance workflow and Node-Red is very good at this. It is not as easy to use as Flow is, but it is very expandable without additional costs.
We did a project recently where we needed PowerApps to RX data in a MongoDB (not Cosmos DB, Mongo) and we used Node-Red and agilite.io for this. The solution is amazing and PowerApps is a great front end for the solution. The MongoDB, Node-Red and Agilit-e instances are on premises so although Flow can interact with the solution (and is used as an API proxy to give external parties access to the system), to just use Flow for this would not have been an option for this particular solution.
Node-Red is also great for IOT and I recently saw some guys using it with Azure IOT Hub.
I also saw some videos from Agilit-e where Node-Red is used in conjunction with the MS Bot framework and it works great.
Would be great to hear what you have been using Node-Red for on O365\Azure\Power Platform?
- Marc DupuisCopper Contributor
Hi Stefan,
I am interested in doing the same, using Node Red; have you made some progress?
Thanks!
Marc
In what ways is this not just an IBM version of Microsoft Flow?
- StefanFriedSteel Contributor
yes, node-red was initiated by ibm, but it is driven by a nice community :)
if you compare the amount of triggers within node-red with the "175 triggers" MS flow offers at the moment, then i would say that the open community of node-red offers much more
the main target group for MS Flow (in my opinion) are the Endusers
-->if there is a new file on onedrive, then do whatever)
..whereas with Node-red you have plenty of things for system people (and all the folks who are interested in this IoT topic)
one example:
there is no ms flow thingie available for Apache Kafka. Kafka is in my case one key element which i use to re-route all differnt things (and to use it in combination with node-red).
If you miss a "Node", then just develope it yourself....
there are for sure dozens/hundreds of other usecases.
as said, MS Flow is cool stuff...but just targeting endusers which is in my case the wrong group of people.