How to monitor email distribution list to start an appian process

Hi everyone,

I need to track my company distribution list (contact group) on outlook email.

It should work this way: Sombody sends an email to my distribution list. Receiving the email to my inbox is an action that triggers appian process with parameters extracted from that email.
The distribution list that I need to monitor has company domain and it is not on appian cloud. I checked the Receive Message Event documentation but I am still not sure how to approach this task.

Thank you in advance,
Marcin

  Discussion posts and replies are publicly visible

Parents Reply
  • I am a little confused now. 
    I would like to start a new instance of my process model. Acc. to documentation I should use this e-mail template:  processmodeluuid<model_uuid>@subdomain.appiancloud.com

    Let's assume that my:
     - Appian Community Edition site is: https:// jegl.appian.community/suite/sites/community-edition-home
     - process model uuid is: 1234

    How to use this in practice, I mean how to create correct email address? What is my subdomain in my case?
    I tried to hit this in many variations like:
    - processmodeluuid1234@subdomain.appiancloud.com
    - processmodeluuid1234@jegl.appiancloud.com
    - processmodeluuid1234@jegl.appian.appiancloud.com
    - processmodeluuid1234@jegl.appian.community.appiancloud.com

    Nothing works, each time I get from Mail Delivery System that "Undelivered Mail Returned to Sender"

Children