Hi All,
We are migrating all our On-Prem Shared Mail Boxes from on-Prem to Online (O365), is it possible to configure send and receive mail functionality between appian and O365 mailboxes..
Thanks in advance
Warm Regards
Vineeth
Discussion posts and replies are publicly visible
Yes, that is possible. Do you have any specific questions?
Thanks for the reply Helzle, can you please let me know how, what are the configurations and the prerequisites
What is the current situation?
codeblog.jonskeet.uk/.../
checking on the workaround, as in our Azure tenant , the Basic Auth is blocked and we cannot use MS Graph, as its not supported by Appian.
Please explain what exactly you try to do. A few posts earlier, you wrote
"When the User approves the request, it will be sent as an mail to an Shared Mailbox, from where the Process model will receive an response and proceed further."
Does this mean, you set up Appian to poll some mailboxes?
The msgraph-email poller would not work? Why?
Is this on premise or cloud?
we have an On-Prem Setup, we cannot use Plugins which are not supported by Appian.
we are trying to configure connection between Shared mailbox and Appian Process models, where appian process model will be able to read the mails in shared mailbox (Receive response functionality)
which is usually configured in the Custom.Properties file.
OK. Did you try to contact Appian?
yes, they said MS graph is not supported by Appian, and direct connection we are not able to make :)
OK. That reduces the available options. I would still recommend the msgraph-mail-poller.
I'm not sure exactly what you mean that MS Graph is not supported by Appian. I integrate with MS Graph and it works fine. Not for email but for quite a few other use cases. Maybe Appian means they don't support you setting up an integration with MS Graph?
Hi Ajhick, it was mentioned by Appian that, its a 3rd party plugin, and we approve it, but not support it
Ah! Yes, any third part plugin isn't supported but I integrate with MS Graph using a connected system and integration objects. I've never used it to send or receive email but all the options seem to be there. Check out the below links.
https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0
https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/message-reply?view=graph-rest-1.0&tabs=http