get_send_as
Retrieve a specific send-as email alias configuration to view its settings and verify how outgoing messages will appear to recipients.
Instructions
Gets the specified send-as alias
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sendAsEmail | Yes | The send-as alias to be retrieved |
Input Schema (JSON Schema)
{
"properties": {
"sendAsEmail": {
"description": "The send-as alias to be retrieved",
"type": "string"
}
},
"required": [
"sendAsEmail"
],
"type": "object"
}