Retrieve a list of message filters for a Gmail user.
External DocumentationTo learn more, visit the Gmail documentation.

Parameters

ParameterDescription
User IDThe user’s email address. The special value me can be used to indicate the authenticated user.

Example Output

{
	"filter": [
		{
			"id": "ANc1EmgbXR5T7ogw-OJpQVgZKL8dzeCmJsx_LpO-rMSYFwDQYz6f-wuqwuf0cV5wnhJyFBoLjw",
			"criteria": {
				"subject": "string"
			},
			"action": {
				"addLabelIds": [
					"TRASH"
				]
			}
		}
	]
}

Workflow Library Example

List Message Filters with Gmail and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop