# API를 통해 게시글이 수정되면 알림을 받는 방법은?

**URL:** https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173
**Category:** Support
**Tags:** notifications, rest-api
**Created:** [12월 12, 2025, 8:01오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173 "2025-12-12T20:01:36Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [12월 12, 2025, 8:01오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/1 "2025-12-12T20:01:37Z")

</div>

커뮤니티에서 API/웹훅을 통해 다른 토픽의 콘텐츠를 가져와 마스터 버그 수정 목록을 만들 토픽을 만들고 있습니다. 그런데 해당 토픽을 관찰(watching) 중인 사용자에게 알림을 보내는 데 문제가 있습니다. 제 토픽은 각 반복(iteration)을 편집으로 등록하고 있습니다(이 부분은 정상 작동 중).

다음과 같은 방법을 시도해 보았습니다:

- 관찰(watching) 상태로 설정
- 업데이트 시 해당 페이지에 있지 않음
- API 호출에 `bypass_bump=true`가 포함되지 않았는지 확인
- 토픽을 위키로 설정

무엇을 더 시도해 볼 수 있을까요?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [12월 12, 2025, 8:14오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/2 "2025-12-12T20:14:43Z")

</div>

토픽과 첫 게시물의 위키를 감시하는 기능이 예전에는 작동했습니다 👀 (몇몇 포럼에서는 이 기능에 의존하고 있습니다.)

> [@위키 편집 알림 받기](https://meta.discourse.org/t/get-notifications-from-a-wiki-edit/133303/2):
>
> You should get edit notifications if you are watching the topic, and the wiki is the OP

데이터 탐색기( [data explorer](https://meta.discourse.org/t/32566?silent=true))로 편집 내용을 가져온 후, 자동화(automation)를 사용해 사용자가 감시할 수 있는 토픽에 게시하는 것이 우회책이 될 수 있겠습니다.

수정: OP의 감시와 위키 기능이 여전히 작동하는 것 같습니다.

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [12월 12, 2025, 8:51오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/3 "2025-12-12T20:51:22Z")

</div>

> [@Moin](#):
>
> OP에서 시청(Watching)과 위키가 여전히 작동하는 것 같습니다.

정말 이상하네요. 두 개의 다른 테스트 사용자로 시도해 보고 있는데, 둘 다 알림을 받지 못하고 있습니다.

API 호출을 시스템 계정으로 하던 것을 제 계정으로 전환하면 돌파구를 찾을 줄 알았는데, 실패했습니다. 제 사용자들은 새 토픽에 대한 알림은 받지만, 제 마스터 토픽이 업데이트되었다는 알림은 받지 못합니다.

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [12월 12, 2025, 9:08오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/4 "2025-12-12T21:08:08Z")

</div>

내가 해결책을 찾지 못한다고 가정하면, 현재 내가 사용하고 있는 임시 해결책은 버그 수정 목록에 대한 업데이트를 원하는 사람들이 가입할 수 있는 공개 그룹을 만든 후, 모든 편집 시 해당 그룹을 태그하는 것입니다.

누군가 태그된 토픽을 편집할 때 그 사람에게 다시 알림이 가는지는 아직 확인이 필요합니다. 하지만 이건 월요일에 해결할 문제인 것 같네요 😅

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [12월 12, 2025, 10:42오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/5 "2025-12-12T22:42:10Z")

</div>

위키로 만들어 봤나요?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [12월 12, 2025, 10:48오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/6 "2025-12-12T22:48:06Z")

</div>

테스트 속도는 얼마나 빠른가요? 편집을 시도하기 전에 `Editing grace period`을 기다리나요?

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [12월 15, 2025, 2:11오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/7 "2025-12-15T14:11:44Z")

</div>

그 부분에 대해 생각해보지 못했네요 (우리 유예 기간은 10분입니다). 오늘 추가 테스트를 해보겠습니다!

> [@pfaffman](#):
>
> 위키로 만들어서 테스트해 보셨나요?

네, 위키로 설정해야 트리거가 발동되는 것 같습니다. 유예 기간 테스트 결과는 아직 미정입니다.

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [12월 15, 2025, 6:58오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/8 "2025-12-15T18:58:03Z")

</div>

처음 수정했을 때 이를 재현할 수 있었지만, 그 이후로는 테스트 사용자들에게 확인하기 전에 그레인 피리어드(10분)를 기다려도 재현하지 못했습니다.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [12월 15, 2025, 7:00오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/9 "2025-12-15T19:00:01Z")

</div>

아마도 이 버그 때문일까요?

> [@불규칙한 위키 게시글 알림](https://meta.discourse.org/t/sporadic-wiki-post-notifications/208675/6):
>
> I’ve been trying to get some repro steps, but it did get a little confusing. slightly_smiling_face It seems it doesn’t like consecutives, but I’ll post my notes and let someone else see if they’re useful. +1 Expected behaviour: That an edit notification will be received by the author, and any user Watching the wiki topic, for any significant edit (pencil change). Actual behaviour: A user can consecutively edit a wiki multiple times without triggering a notification to the author or Watchin…

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [12월 15, 2025, 7:22오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/10 "2025-12-15T19:22:47Z")

</div>

불행히도 맞는 말인 것 같아요. @Moin 감사합니다!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [1월 14, 2026, 7:22오후 UTC](https://meta.discourse.org/t/how-to-notify-when-posts-edits-via-api/391173/11 "2026-01-14T19:22:57Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
