> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/developers/webhook/sdr/setup.md).

# 웹훅 등록

SeA에서 웹훅을 등록할 SDR 프로필을 선택한 후 **외부 서비스 연동 > 웹훅 > 등록**을 클릭합니다.

웹훅 URL과 구독할 이벤트를 선택하면 해당 SDR 프로필에 웹훅이 등록됩니다. 이벤트는 최소 한 개 이상 선택해야 합니다.

## Endpoint URL 준비

* 외부에서 접근할 수 있는 `http://` 또는 `https://` URL을 준비해 주세요.
* 등록 시 URL 확인을 위해 본문이 없는 POST 요청을 전송합니다.
* 요청 후 10초 안에 `2xx` 상태 코드로 응답해야 등록할 수 있습니다.

등록된 URL이나 구독 이벤트를 수정하면 비활성화된 웹훅도 다시 활성화됩니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.salesmap.kr/developers/webhook/sdr/setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
