I’m trying to move an email to a different folder after a webhook triggers. I’m working with Microsoft 365 Email, which offers the module “Move a Message”.
“Move a Message” requires “Message ID” and “Mail folder”.
Message ID is not a problem for me but the Mail folder - especially the correct syntax for the folders name.
Since the little info text states, that you can either enter the Folder ID or the name, I’m trying to make it work with the folder name but I can’t figure out how to write the name of the folder correctly.
The folder is called “INTERN”, and I’ve tried a few things so far:
INTERN
“INTERN”
/INTERN
/INTERN/
\INTERN
… and a few more, but unfortunately nothing works…
I tried to select the Mail folder manually and that worked perfectly fine, so the Message ID is not the problem. Since I’m trying to move different mails to different folders my next step would be to include the folders name in the webhook, so manually selecting the folder is not really an option.
Does anyone know how to solve this? Or am I missing something?
Please select a folder manually and the turn on map button, then you will know how they are passing the folder.
However, its good to pass the folder Id instead of name.
I’ve tried this before and I get the folder ID back, not the folders name in any text format.
I’m triggering the webhook in our Ninox-Database, therefore I was hoping to use the folders name so I don’t have to create an extra text field where i have to store the folder id. The mail folder names consist of an unique number and a project name.
Guess I have to store the folder id in our database to make it work…