Triggers a workflow on every new specific admin event. This trigger is based on the list activities of admin application method. For more information, please refer to the Reports API - Admin Activity Report Event Names.
Workflows based on this trigger will search for new events every minute.

Basic Parameters

ParameterDescription
Event NameThe name of the event being queried by the API. Each event name is related to a specific Google Workspace service or feature which the API organizes into types of events.

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.

Sample Event

{
  "kind": "admin#reports#activity",
  "id": {
    "time": "2023-07-05T05:32:34.210Z",
    "uniqueQualifier": "-8094899614681261977",
    "applicationName": "admin",
    "customerId": "C00t3zpd2"
  },
  "etag": "\"HT17nNOKg3qK25zh6p3L6mirrcELRXThl-03egjpiRg/7neN4KVdiWsCt5d7O2Xr4_ZVb0y\"",
  "actor": {
    "callerType": "USER",
    "email": "blink@test.com",
    "profileId": "111333624104757398244"
  },
  "events": [
    {
      "type": "DOMAIN_SETTINGS"
      "name": "REMOVE_APPLICATION",
      "parameters": [
        {
          "name": "APP_ID",
          "value": "37363080244"
        },
        {
          "name": "APPLICATION_NAME",
          "value": "Blink Test"
        }
      ]
    }
  ]
}