---
title: "Call a Webhook"
method: POST
path: "/webhooks/{tag}"
---

# Call a Webhook

`POST /webhooks/{tag}`

Send a message to a webhook

## Path parameters

- `tag` string, required

## Headers

- `content-type` string

## Request body

- object
  - `organization_name` string — For "Set playlist webhook" Name of google CDM organization
  - `device_name` string — For "Set playlist webhook". Name of the device. If empty and organization name empty - all devices will be affected.
  - `playlist_name` string — For "Set playlist webhook". Playlist name which will be set on device(s).

## Response `204`

204

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.dev/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/telemetrytv/user-api/revisions/057a0b968aea/schema)
