> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/simplychat/salesforce-config/auto-response/auto-response-salesforce/weblink-parameters.md).

# 웹링크 자동응답에 파라미터 정보 추가하기

* 웹링크 자동응답에 파라미터 정보 추가하기

  * **Upper Step 지정**
    * 필요한 경우, 상위 자동응답을 **Upper Step**에 입력합니다.
    * 상담 종료 시 자동으로 웹 링크를 발송하려면, **Upper Step**에 *상담 종료 Auto Response 레코드*를 반드시 입력해야 합니다.
  * **KakaoType 설정**
    * **KakaoType**을 `Link`로 선택합니다.
    * **Include Param** 옵션을 체크합니다.
  * **메시지 입력**
    * **Message** 항목에 발송할 웹 페이지의 `URL`을 입력합니다.
  *

  ```
  <figure><img src="/files/XqksCxfNBJDwr5x4cLje" alt=""><figcaption></figcaption></figure>
  ```
* 예시 URL : <https://example.com/form?session\\_id={sessionId}\\&agent\\_id={userId}\\&customer\\_id={customerId}​>


---

# 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:

```
GET https://help.windmillsoft.kr/simplychat/salesforce-config/auto-response/auto-response-salesforce/weblink-parameters.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.
