# 웹훅(Webhook)

웹 훅(Webhook)은 서버 간 자동 데이터 전달 방식으로, **이벤트가 발생하면 자동으로 다른 시스템에 데이터를 전송하는 기능입니다.** 예를 들어, CRM 내의 고객 정보가 업데이트되면, 웹 훅은 이를 감지하고 자동으로 해당 정보를 사용자가 지정한 시스템에 전달합니다.

이 과정은 **HTTP 요청**을 통해 실시간으로 이루어지며, 이벤트 발생 즉시 **자동으로 알림을 보내거나 데이터를 전송**합니다. 웹 훅은 **실시간 반영**이 가능하며, 데이터를 수동으로 요청하거나 입력할 필요 없이 **자동화된 데이터 연동**을 통해 작업 효율성을 높입니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.salesmap.kr/developers/webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
