Input and output parameter mapping for email notification

The output and input parameters for email notification.

Email notification output parameters:

  • The following output parameters are common to all email notification activities:

    ${notifications.<id>.<attribute name>}
    ${notifications.<id>.status} : SUCCESS / FAILED
    ${notifications.<id>.status_message} : additional message for the status
    

    Note: The status is the send request for the email that was successfully accepted by the SMTP server.

Email notification input parameters:

  • Use the following format for input parameters of notification activity:

    ${notifications.<id>.to}
    ${notifications.<id>.cc}
    ${notifications.<id>.bcc}
    ${notifications.<id>.sender_name}
    ${notifications.<id>.subject}
    ${notifications.<id>.message}
    ${notifications.<id>.title}