# 반응 이벤트용 웹훅이 있나요?

**URL:** https://meta.discourse.org/t/is-there-a-webhook-for-reaction-events/214714
**Category:** Feature
**Tags:** reactions
**Created:** [1월 13, 2022, 4:50오전 UTC](https://meta.discourse.org/t/is-there-a-webhook-for-reaction-events/214714 "2022-01-13T04:50:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [1월 13, 2022, 4:50오전 UTC](https://meta.discourse.org/t/is-there-a-webhook-for-reaction-events/214714/1 "2022-01-13T04:50:13Z")

</div>

‘좋아요’ 이벤트용 것이 하나 있긴 한데, 반응 플러그인은 어떨까요?

그리고 더 나아가, 반응 플러그인이 활성화된 상태에서도 ❤가 사용되면 ‘좋아요’ 이벤트가 발생하지 않는 것 같습니다. 플러그인 설정에서 이를 “좋아요”에 매핑하도록 되어 있음에도 불구하고요.

---

<div class="post-metadata">

### Author: ![Roman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roman/32/157504_2.png) [@Roman](https://meta.discourse.org/u/Roman)
#### Post date: [1월 13, 2022, 6:31오후 UTC](https://meta.discourse.org/t/is-there-a-webhook-for-reaction-events/214714/4 "2022-01-13T18:31:49Z")

</div>

> [@mattdm](#):
>
> ‘like’ 이벤트에는 웹훅이 있지만, 리액션 플러그인은 어떻게 되나요?

현재 리액션에 대한 웹훅 이벤트는 없지만, 좋아요와 일관성을 유지하기 위해 향후 추가할 계획입니다.

> [@mattdm](#):
>
> 그리고 더 나아가, 리액션 플러그인이 활성화되어 있는 상태에서도 ❤ 이 사용되면 ‘like’ 이벤트가 발생하지 않습니다 — 플러그인에서 이를 “likes”로 매핑하도록 설정되어 있음에도 불구하고요.

코어 버그입니다. 트리거된 카테고리나 태그가 지정되면 좋아요 웹훅이 발생하지 않습니다. 이미 PR을 제출해 두었으니 곧 수정될 것으로 예상됩니다:

> <https://github.com/discourse/discourse/pull/15568>
>
> Like webhooks won't fire when they're scoped to specific categories or tags beca…use we're not passing the data to the job that emits it.
