How to Connect a Shared Mailbox in Outlook to Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

Hello everyone! I’m wondering if there is an easy method to hook up a SHARED mailbox in Outlook to Pipedream. I’m able to connect my own mailbox with my login credentials but since this is a shared mailbox, it doesn’t have the same setup. Thanks!

cc I see most endpoints called in the Outlook app use /me, preliminary look on this suggests it can be done by passing a different shared user (mailbox), but it doesn’t seem like you can list available ones.

Are there any updates on this?

There is no easy method currently. Most of the current components operate only on the user’s mailbox as I described above. It seems possible to adjust the components so that you can pass the ID of a shared mailbox to use instead (but there is no way to list available shared mailboxes to select, you’ll need to obtain its ID yourself).

If this helps you, feel free to request the improvement here: Sign in to GitHub · GitHub

Thanks . I’ll try this and report back