send-as alias of a Gmail user.
External DocumentationTo learn more, visit the Gmail documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Display Name | The name that appears in the From: header of mail sent using this alias. |
| Is Default | Select to make this address the default From: address of the account. |
| Reply To Address | The email address to include in the Reply-To: header of mail sent using this alias. |
| Send-As Email | The email address of the send-as alias to update. |
| Signature | The HTML signature to include in messages. |
| User ID | The user email address. The special value me can be used to indicate the authenticated user. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters. For example: The object must follow the vendor’s structure as defined in the API documentation. |
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
| SMTP Host | The hostname of the SMTP service.Note: Required when using an external SMTP server to send messages. |
| SMTP Password | The password used for authentication with the SMTP service. |
| SMTP Port | The port of the SMTP service.Note: Required when using an external SMTP server to send messages. |
| SMTP Security Mode | Select the protocol used to secure the communication with the SMTP service.Note: Required when using an external SMTP server to send messages. |
| SMTP Username | The username used for authentication with the SMTP service. |
| Treat As Alias | Select whether Gmail treats this address as an alias for the primary email account. |
Example Output
{
"sendAsEmail": string,
"displayName": string,
"replyToAddress": string,
"signature": string,
"isPrimary": boolean,
"isDefault": boolean,
"treatAsAlias": boolean,
"smtpMsa": {
object (SmtpMsa)
},
"verificationStatus": enum (VerificationStatus)
}