I am looking to explore the possibility of connecting D365 F&O with N8N. Has anyone done any type of connection recently, and would like to share their experience, feedback, and advices ?
Thanks
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Hi Riccardo! While I don’t see specific D365 F&O examples in the community recently, you can definitely connect to it using n8n’s HTTP Request node. Based on the search results, n8n has good integration capabilities with Microsoft Dynamics 365 Business Central API, so F&O should work similarly.
Here’s how to get started:
• Use the **HTTP Request node** to connect to D365 F&O’s OData APIs
• Set up authentication using OAuth 2.0 or service principal credentials
• Start with simple operations like reading data from entities before building complex workflows
• Check [community.n8n.io](https://community.n8n.io) for any D365-related discussions and consider sharing your setup once you get it working
The key is leveraging F&O’s REST/OData endpoints - most operations you’d do in F&O can be automated through these APIs. Would recommend starting with a test environment first!