Skip to main content

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

ParameterDescription
DispositionThe state that a message should be left in after it has been forwarded.
Email AddressEmail address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
EnabledWhether all incoming mail is automatically forwarded to another address.
User IDUser's email address. The special value "me" can be used to indicate the authenticated user.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform 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

Workflow LibraryPreview this Workflow on desktop