---
title: "upsert message notify sub"
method: POST
path: "/admin/system/notify_sub"
tags: ["message_notify_sub"]
---

# upsert message notify sub

`POST /admin/system/notify_sub`

## Request body

- SvcMessageNotifySubCreateReq
  - `enabled` boolean
  - `info` ModelMessageNotifySubInfo
    - `aes_key` string
    - `client_id` string
    - `client_secret` string
    - `template_id` string
    - `token` string
  - `type` 0 | 1 | 2, required

## Response `200`

OK

- object
  - `data` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

## Changes

> 33 revisions in range; 1 could not be searched.

- **2026-01-12** `01bc073c8f68` — 1 info
  - endpoint added
- **2025-12-26** `4207addadff2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chaitin/apis/koalaqa-api/changes/admin/system/notify_sub/post.md)

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/29abcc05d9fd/schema)
