---
title: "Create Wildmoka Video Alerts"
method: POST
path: "/"
---

# Create Wildmoka Video Alerts

`POST /`

## Request body

- object
  - `program_id` string, required — ID of the program to create the automation for
  - `match_id` string, required — Match id from wildmoka
  - `match_scheduled_at` string, date
  - `status` boolean — to activate wildmoka video alerts
  - `widget_title` string
  - `widget_timeout` string — The timeout value should be provided in ISO 8601 duration format, such as "PT10S" for 10 seconds or "PT5M" for 5 minutes.

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `match_id` string
  - `widget_timeout` string
  - `status` boolean
  - `widget_title` string
  - `enabled_by` object
    - `id` string
    - `name` unknown
    - `image_url` unknown
  - `match_scheduled_at` unknown
  - `automation_status` string

## Other responses

- `403` — 403

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
