> 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/retry.md).

# 재전송 정책

* 웹훅 요청 후 10초 안에 `2xx` 상태 코드로 응답하지 않으면 전송 실패로 처리합니다.
* 전송에 실패하면 10분 간격으로 다시 시도하며, 최초 요청을 포함해 최대 10회 호출합니다.
* 최대 호출 횟수까지 실패한 이벤트는 더 이상 전송하지 않습니다.
* 최근 10건의 웹훅이 모두 최종 실패하면 등록된 웹훅을 자동으로 비활성화합니다. 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/retry.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.
