create_forwarding_address
Configure email forwarding in Gmail by setting up a destination address to automatically redirect incoming messages.
Instructions
Creates a forwarding address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forwardingEmail | Yes | An email address to which messages can be forwarded |
Input Schema (JSON Schema)
{
"properties": {
"forwardingEmail": {
"description": "An email address to which messages can be forwarded",
"type": "string"
}
},
"required": [
"forwardingEmail"
],
"type": "object"
}