/install apmzoom-pms
APM 메시지 푸시 API
APM 플랫폼의 메시지 푸시 서비스 API 모음. 헬스 체크, 관리자/사용자 푸시 메시지 목록·상세·읽음 상태 업데이트, 커스텀 정보 업로드 등 8개 엔드포인트를 포함. authcode 헤더(HH + access_token)로 호출. 서비스명: ApmZoomPushMessageService.
공통 규약
- Base URL:
https://44k2t5n59e.execute-api.ap-northeast-2.amazonaws.com - 요청 헤더:
v=7.0.1,p=1,t=\x3Cunix초>,lang=zh-cn - 인증 헤더:
authcode: "HH " + access_token(로그인 계열 제외) - 서명:
sign = MD5(\x3Cparams> + \x3Csalt>).toUpperCase()— 엔드포인트별 salt는 각 문서 참조 - 성공 코드:
code=100, 결과는result필드 - 페이지네이션:
last_update_time커서 방식,page_size=20
엔드포인트 목록 (8개)
pms_health— 메시지 푸시 서비스 헬스 체크 ·GET /pms/healthpms_m_editpushmsgreadstatus— 메시지를 읽음으로 변경[판매자] ·POST /pms/app/m_editpushmsgreadstatuspms_m_pushmsginfo— 홈 공지 정보 조회[판매자] ·GET /pms/app/m_pushmsginfopms_m_pushmsglist— 공지 목록 조회[판매자] ·GET /pms/app/m_pushmsglistpms_u_editpushmsgreadstatus— 메시지를 읽음으로 변경[사용자] ·POST /pms/app/u_editpushmsgreadstatuspms_u_pushmsginfo— 홈 공지 정보 조회[사용자] ·GET /pms/app/u_pushmsginfopms_u_pushmsglist— 공지 목록 조회[사용자] ·GET /pms/app/u_pushmsglistpms_uploadcustominfo— 커스텀 정보 업로드 ·POST /pms/app/uploadcustominfo
사용법
- 필요한 엔드포인트 문서를 확인 (파일명 = 엔드포인트 이름)
ids_*_login_*중 하나로access_token획득 (APM_USER_TOKEN 환경변수에 저장)- 요청 헤더에
authcode: "HH " + $APM_USER_TOKEN추가 - 해당 문서의 서명 규칙에 따라
sign계산 후 호출
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install apmzoom-pms - After installation, invoke the skill by name or use
/apmzoom-pms - Provide required inputs per the skill's parameter spec and get structured output
What is APM 메시지 푸시 API?
APM 플랫폼의 메시지 푸시 서비스 API 모음. 헬스 체크, 관리자/사용자 푸시 메시지 목록·상세·읽음 상태 업데이트, 커스텀 정보 업로드 등 8개 엔드포인트를 포함. authcode 헤더(HH + access_token)로 호출. 서비스명: ApmZoomPushMessageSe... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install APM 메시지 푸시 API?
Run "/install apmzoom-pms" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is APM 메시지 푸시 API free?
Yes, APM 메시지 푸시 API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does APM 메시지 푸시 API support?
APM 메시지 푸시 API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created APM 메시지 푸시 API?
It is built and maintained by apmzoom (@apmzoom); the current version is v1.0.0.