Create an Email endpoint for the Complete Task service

For Process Management to receive and handle incoming email messages from users, you need to create an email endpoint for the Complete Task service.

  1. In Administration Console, click Services > Applications and Services > Service Management.

  2. On the Service Management page, click the Complete Task service.

  3. On the Endpoints tab, select Email from the drop-down list and click Add.

  4. In the Inbox Host box, type the host name or IP address of the mail server.

  5. In the Inbox User box, type the user name required to log in to the email account that you created to handle form submissions. Depending on the email server and configuration, this name may be only the user name portion of the email or it may be the full email address.

  6. In the Inbox Password box, type the password for the Inbox User.

  7. In the SMTP Host box, type the host name or IP address of the mail server from which the email provider sends results and error messages.

  8. In the SMTP User box, type the user account for the email provider to use when it sends out email for results and errors. This user account can be the same value you used for Inbox User.

  9. In the SMTP Password box, type the password for the SMTP account.

  10. In the Operation Name list, select invoke.

  11. In the attachmentMap list, select Variable and type *.* in the adjacent box. This sends all attachments from the inbound mail messages to a map variable for the Complete Task process.

  12. In the mailBody list, select variable and type %BODY% in the adjacent box.

  13. In the mailFrom list, select Variable and type %SENDER% in the adjacent box. This maps the sender address to the Complete Task process data.

  14. In the results box, type results. This causes the Complete Task or Start Process to return a result string.

  15. Click Add.

// Ethnio survey code removed