Skip to main content

Get help for ARIS

Add 'Send an e-mail' actions

Now you need to add Send an e-mail actions to each case.

Use the mail builder to create a predefined e-mail. In your mail, use placeholders to automatically add the input data from the trigger form when the flow runs.

Procedure. Procedure
  1. In the Check box enabled case click Add Add under the Find participant action. The panel opens.

  2. In the User interactions section click Send an e-mail.

  3. In the Name field, enter Send e-mail with copy to me.

  4. Click Open mail builder. The mail builder opens.

  5. Click Placeholders Placeholders. The Variables panel opens.

  6. Click Add Add placeholder to add the following custom placeholders:

    • subject

    • user

    • link

    • comment

    • sender

      Click the arrow at the end of the field after entering each placeholder.

  7. Drag the subject placeholder into the subject line of your e-mail.

  8. In the e-mail body, enter your e-mail text and use your custom placeholders as shown in the example:

    Example e-mail with placeholders in the mail builder
  9. Click Save Save.

  10. Close the mail builder.

  11. In the Send e-mail with copy to me panel, click Enter data Open mapping panel next to the To field. The Define mapping panel opens.

  12. In the Dynamic content list, select Recipients. The panel closes.

  13. Set the Cc and map the data for the recipient of the copy. You want the copy to be sent to the person who starts the flow.

    1. In the Send e-mail with copy to me panel, enable Cc.

    2. Click Enter data Open mapping panel next to the Cc field. The Define mapping panel opens.

    3. Click Find participant, and then select Participant. The panel closes.

  14. Map the data for the comment placeholder. You want the placeholder to be automatically replaced by the input in the Comment field of your form.

    1. Click Enter data Open mapping panel next to the comment field.

    2. In the Dynamic content list click Comment.

  15. Map the data for the link placeholder. You want the placeholder to be automatically replaced by a link to a model.

    1. Click Enter data Open mapping panel next to the link field.

    2. Enable Advanced expression.

    3. Click Operator to display all available operators.

    4. Click Get element at position.

    5. Position the mouse cursor inside the brackets.

    6. Click Dynamic content to display the list.

    7. Scroll down and click Get model links, then select Model links. The advanced expression for this action is entered.

    8. Enter ,1 after the closing curly bracket since this expression is an array and you have only linked one model.

      Your advanced expression is now: ELEMENT_AT(${Get model links#2.outputMessage.return},1)

    9. Click Apply. The panel closes.

  16. Map the data for the sender placeholder. You want the placeholder to be automatically replaced by the name of the person who starts the flow.

    1. Click Enter data Open mapping panel next to the sender field. The Define mapping panel opens.

    2. In the Dynamic content list click Initiator name.

  17. Map the data for the subject placeholder. You want the placeholder to be automatically replaced by the input in the Subject field of your form.

    1. Click Enter data Open mapping panel next to the subject field. The Define mapping panel opens.

    2. In the Dynamic content list click Subject.

  18. Map the data for the user placeholder. You want the placeholder to be automatically replaced by the recipient's name.

    1. Click Enter data Open mapping panel next to the user field. The Define mapping panel opens.

    2. Scroll down and click Get participant name, then select Name.

  19. Click Save Save.

  20. Right-click the Send e-mail with copy to me action and select Copy Copy.

  21. In the Check box disabled case right-click Add Add under the Get participant name action and select Paste Paste. A copy of the Send e-mail with copy to me action is added to the case.

  22. In the Name field, enter Send e-mail without copy.

  23. Click Reset Reset mapping to original state next to the Cc field.

  24. Click Reset.

  25. Disable Cc to send the e-mail without a copy.

  26. Click Save Save.