Update Auto Forwarding
Updates the auto-forwarding setting for the specified account. A verified forwarding address must be specified for which auto-forwarding is enabled. To enable auto-forwarding to an account, use the "Create Forwarding Address" action. This method is only available to service account clients that have been delegated domain-wide authority.
External Documentation
To learn more, visit the Gmail documentation.
Basic Parameters
Parameter | Description |
---|---|
Disposition | The state that a message should be left in after it has been forwarded. |
Email Address | Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. |
Enabled | Whether all incoming mail is automatically forwarded to another address. |
User ID | User's email address. The special value "me" can be used to indicate the authenticated user. |
Advanced Parameters
Parameter | Description |
---|---|
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. |
Example Output
{
"disposition": "The state that a message should be left in after it has been forwarded.",
"emailAddress": "Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.",
"enabled": false
}
Workflow Library Example
Update Auto Forwarding with Gmail and Send Results Via Email
Preview this Workflow on desktop