---
title: "POST /v1/{+parent}/telemetry/notificationConfigs"
method: POST
path: "/v1/{+parent}/telemetry/notificationConfigs"
tags: ["customers"]
---

# POST /v1/{+parent}/telemetry/notificationConfigs

`POST /v1/{+parent}/telemetry/notificationConfigs`

Create a telemetry notification config.

## Path parameters

- `parent` string, required

## Request body

- GoogleChromeManagementV1TelemetryNotificationConfig — Configuration to receive notifications of telemetry data.
  - `name` string — Output only. Resource name of the notification configuration.
  - `customer` string — Output only. Google Workspace customer that owns the resource.
  - `googleCloudPubsubTopic` string — The pubsub topic to which notifications are published to.
  - `filter` GoogleChromeManagementV1TelemetryNotificationFilter — Configures how the telemetry data should be filtered.
    - `deviceId` string — If set, only sends notifications for telemetry data coming from this device.
    - `telemetryEventNotificationFilter` GoogleChromeManagementV1TelemetryEventNotificationFilter — Configures how the telemetry events should be filtered.
      - `eventTypes` string[] — Only sends the notifications for events of these types. Must not be empty.
    - `userEmail` string — If set, only sends notifications for telemetry data coming from devices owned by this user.
    - `userOrgUnitId` string — If set, only sends notifications for telemetry data coming from devices owned by users in this org unit.
    - `deviceOrgUnitId` string — If set, only sends notifications for telemetry data coming from devices in this org unit.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/chromemanagement.md) · [All operations](https://skmtc.net/google/apis/chromemanagement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/chromemanagement/versions/a7d0faafd2a7/schema)
