How to create mail poll account in appian and how to retrieve the content

Need to create custom user email poll account and i need to retrieve data from the mail account which is created. suggest me on this

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to gangatharan
    Hi Gangatharan,

    In the process model start event you need to configure the receive message event, under that configuration go to setup tab and select the receive messages of type email, and in the data tab create a new mapping by accessing the body or attachments of the mail by using msg! and save them in the process variables. Now under the process model properties under the general tab you need to check the public events check box so that any user can start the process by sending the email to process model.
Children