get_forwarding_address
Retrieve Gmail forwarding address configuration to verify or manage email redirection settings for specific addresses.
Instructions
Gets the specified forwarding address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forwardingEmail | Yes | The forwarding address to be retrieved |
Input Schema (JSON Schema)
{
"properties": {
"forwardingEmail": {
"description": "The forwarding address to be retrieved",
"type": "string"
}
},
"required": [
"forwardingEmail"
],
"type": "object"
}