v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create Wildmoka Video Alerts

post/

Request body

program_idstring required

ID of the program to create the automation for

match_idstring required

Match id from wildmoka

match_scheduled_atstring date
statusboolean

to activate wildmoka video alerts

widget_titlestring
widget_timeoutstring

The timeout value should be provided in ISO 8601 duration format, such as "PT10S" for 10 seconds or "PT5M" for 5 minutes.

Response

201

idstring
urlstring
match_idstring
widget_timeoutstring
statusboolean
widget_titlestring
{"stackTrail":"paths:/:post:responses:201:content:application/json:schema:properties:match_scheduled_at","oasType":"schema","type":"unknown"}
automation_statusstring

Example response

{
  "id": "12c3e1e4-db87-4ae2-95ef-63fce4660e12",
  "url": "https://cf-blast.livelikecdn.com/api/v1/wildmoka-automations/12c3e1e4-db87-4ae2-95ef-63fce4660e12/",
  "match_id": "f683a6f6-c48d-43cf-ba38-4a9b0d9fc610",
  "widget_timeout": "P0DT00H00M30S",
  "widget_title": "Video Alert of wildmoka",
  "enabled_by": {
    "id": "0320c3d9-faea-4342-8a3b-6563352c9cee"
  },
  "automation_status": "scheduled"
}