An email is send by the client to appian mailbox, Appian needs to autodetect and pickup the attachement from the mailbox automatically. with the attachements as a input we have to triggered the process where input is the attcahements of mailbox.
is it possible to autodetect an new email with the attachment from the mailbox?
in case if it auto detected, how to trigger an appian process with the attachment as the input?
Discussion posts and replies are publicly visible
You can either forward email to Appian: https://docs.appian.com/suite/help/23.3/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email
Or use the Graph API Email Poller Plugin to fetch email from a mailbox: community.appian.com/.../msgraph-email-poller
Thanks stefan above method of email message to process really works