I’m trying to send an approval email using the Microsoft Outlook node with the “Send and Wait for Response” operation from a shared mailbox (ex. [email protected]) in Microsoft 365, but the “From” field is missing in this specific action.
Is there a way to specify the shared mailbox as sender in “Send and Wait for Response”?
configure the credential with “Use Shared Inbox” enabled and the shared mailbox UPN. Test if emails are actually sent from [email protected].
If that doesn’t work, you’ll need to use the HTTP Request node with the Microsoft Graph API, which gives you full control to specify the from field in the request body and send from the shared mailbox using the endpoint
My credentials are configured with “Use Shared Inbox”. I am able to send emails using the address [email protected], but this option is not available when using the “Send and wait” operation.
Unless I am mistaken, the Microsoft Graph API does not support a “send and wait” feature, which means this behavior would need to be handled manually.
That is why I wanted to know whether it is possible to achieve this directly using the n8n module.