# 재전송 정책

* 웹훅을 발송 이후 10초 안에 성공 응답(상태 코드 200)을 받지 못하면 세일즈맵에서 동일한 이벤트에 다시 웹훅을 전송합니다. 웹훅 재전송은 10분 간격으로 이루어지며 최대 10번 호출합니다.
* 10번 모두 전송에 실패한 이벤트는 더 이상 전송되지 않습니다.


---

# 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/retry.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.
