Hi everyone,
We’re trying to connect Make (make.com) with Microsoft 365 to handle emails (send, read, manage folders, etc.). Here’s what we’ve done so far:
•
Created an App Registration in Azure, set as multi-tenant.
•
Redirect URI used:
https://www.integromat.com/oauth/cb/microsoft-smtp-imap
•
Added these delegated permissions:
• Mail.ReadWrite
• Mail.Send
• offline_access
• User.Read
But now we’re stuck with these issues:
- When trying with the Microsoft 365 module on Make, we get this error:
AADSTS900971: No reply address provided. - With a simple “Email” block + Microsoft connection, the connection seems to work:
• We can send an email,
•
but we don’t have access to the folders, even though we added Mail.ReadWrite,
•
and we also can’t create or save drafts (since draft folder access seems blocked).
So at this point, we don’t know if the limitation comes from Make or from Microsoft/Azure permissions.
My questions for the group:
• Is the redirect URI correct, or should we use another one (like https://www.make.com/oauth/cb/app)?
• Are delegated permissions enough here, or do we also need Application permissions with admin consent?
• Has anyone managed to list folders and save drafts via Make with Microsoft 365? If yes, which exact setup did you use?
Any tips, checklists, or screenshots of a working setup would be super helpful ![]()
Thanks a lot!