I would like to automatically create an e-mail folder in Ooutlook

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.


make2

Thank you for your help

Hi @Dorothea_Hettich
You can use make an API call module to create a folder in outlook:
image
Setting a variable for the folder name:
image

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




make4

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?