Email Template Variables
When setting the body of a message in an email template, variables are available to insert certain information about a project, server, or script into the email when it is sent. A list of available variables is below.
| Variable | Description |
|---|---|
| $NODE | Name of the Production node that prompted the email. |
| $PARAMETER |
Value of the named parameter. For example: $PARAMETER(_started_by) inserts the username of the person who started the Production script. |
| $SCRIPT | Name of the script that prompted the email. |
| $SERVER | Name |
| $SUCCESS | Whether the Production node that prompted the email succeeded or not. |
| $TIME | Time the email was sent. |
| $PROJECT | Name of the project running the Production script. |