Send email to process (actually receive email)

How does one send an email to a process?

I have the following flow, sending email works fine, but did not understand how to configure receiving email (in Managed Service / cloud):

I am currently using Appian Community Edition

Thanks in advance!

  Discussion posts and replies are publicly visible

Parents
  • The node you've marked its called receive message node. It doesn't send mail from one process to another, rather it send some data or pv or pp values from one process to another. Send message is used in the source process & in the destination process receive message event is used. Receive message is required only if you want to implement process to process messaging/send data

Reply
  • The node you've marked its called receive message node. It doesn't send mail from one process to another, rather it send some data or pv or pp values from one process to another. Send message is used in the source process & in the destination process receive message event is used. Receive message is required only if you want to implement process to process messaging/send data

Children