This is a reference for the Email Endpoints integration.
Specifies the reference name of the email server.
Type | String |
Required | Yes |
Default | Email server reference name |
Specifies the hostname or IP address of the email server.
Type | String |
Required | Yes |
Default | Hostname or IP address of the mail server |
Specifies the port used for the email server.
Type | Integer |
Required | Yes |
Default | 0 |
Specifies the email address of the account.
Type | String |
Required | Yes |
Default | N/A |
The password for the account.
Type | String |
Required | No |
Default | N/A |
Encrypt email messages.
Type | Boolean |
Required | No |
Default | Unchecked |
Use Opportunistic TLS.
Type | Boolean |
Required | No |
Default | Unchecked |
Connect to the the email server using TLS.
Type | Boolean |
Required | No |
Default | Unchecked |
Specifies a connection for a proxy server if you want to connect to the external system through a proxy.
Type | Boolean |
Required | Yes |
Default | No |
Specifies the hostname for the proxy server.
Type | String |
Required | If Use Proxy in Request is set to Yes. |
Default | N/A |
Specifies the port number for the proxy server.
Type | Integer |
Required | If Use Proxy in Request is set to Yes. |
Default | 8080 |
Specifies the user for the proxy server.
Type | String |
Required | If Use Proxy in Request is set to Yes. |
Default | dummy |
Specifies the password for the proxy server.
Type | String |
Required | No |
Default | N/A |
Specifies the name of the email template. You can use the name to differentiate different message templates.
Type | String |
Required | Yes |
Default | <message template name> |
Specifies the subject field for a given email template.
Type | String |
Required | Yes |
Default | Enter message subject, macro substitution supported |
Specifies the body for a given email template.
Type | String |
Required | Yes |
Default | Enter message body, macro substitution supported - use $NL for newline |
The team name should match the team name resulting from $EXPAND(teams)
. For an example, see sendEmailUsingTemplate.
Type | String |
Required | Yes |
Default | <team name> |
Email address destination for the team.
Type | String |
Required | Yes |
Default | <email address> |