---
title: "Create Automation Partner"
method: POST
path: "/automation-partners/"
---

# Create Automation Partner

`POST /automation-partners/`

## Request body

- object
  - `event_category` string, required
  - `event_subcategory` 'football' | 'rugby', required
  - `event_id` string, required
  - `program_id` string, required
  - `match_scheduled_at` string
  - `automated_actions` object[], required
    - `action_type` string — Refer the guide mentioned above for full list of action types supported as per the event_subcategory
    - `is_active` boolean
    - `widgets` object[], required
      - `widget_kind` 'alert' | 'text-poll' | 'emoji-slider'
      - `payload` string, json — The payload will contain the object of individual widget kind as referenced in the guide mentioned above.

## Response `200`

## Other responses

- `201` — Created

---

[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)
