Hi Makers,
When a new document is received in DocuWare, the index data should be read out in Make. An Outlook folder should then be created with the same name as one of the index fields.
There is no module to create a folder in Outlook.
Do I have to use the HTTP module for this?
I have found the following instructions from Microsoft. However, I cannot implement the instructions completely.
Thank you for your help
Hi @Dorothea_Hettich
You can use make an API call module to create a folder in outlook:
![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/e/ee65e351fd5ebc564109995537c6668b53f48cb4.png)
Setting a variable for the folder name:
![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/7/b/7b5291b6ab4cc478b5083834f9635fb2eff1a9fd.png)
Output:
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support| Book Live Implementation
Visit us here
Youtube Channel
2 Likes
Hi @Msquare_Automation
Thanks for the quick solution.
I have implemented it exactly the same way. But no folder appears in Outlook. Do I need to have certain rights in Microsoft?