Google Super

GOOGLESUPER_ADD_OR_REMOVE_TO_CUSTOMER_LIST

AddOrRemoveToCustomerList Tool will add a contact to a customer list in Google Ads. Note: It takes 6 to 12 hours for changes to be reflected in the customer list.

Remote googlesuper

Other tools also called GOOGLESUPER_ADD_OR_REMOVE_TO_CUSTOMER_LIST? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "emails": {
      "type": "array",
      "items": {
        "type": "string",
        "properties": {}
      },
      "title": "Emails",
      "minItems": 1,
      "description": "Array of emails of the contacts to be added to the customer list."
    },
    "operation": {
      "enum": [
        "create",
        "remove"
      ],
      "type": "string",
      "title": "Operation",
      "default": "create",
      "description": "Operation to be performed on the customer list. Either create or remove."
    },
    "resource_name": {
      "type": "string",
      "title": "Resource Name",
      "description": "Resource name of the customer list. For example: customers/1234567890/userLists/1234567890"
    }
  }
}