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

# 공휴일 가져오기

당해년도 +1개년 총 2년치의 정보를 관리합니다.&#x20;

관리 항목은 다음과 같습니다.

1. 공휴일 및 대체 공휴일을 조직에 추가합니다.
2. 이미 기간이 지난 공휴일은 삭제 처리합니다. (2년이 지난 데이터 삭제)

매일 밤 12시에 공휴일 정보를 가져오며, 조직에 존재하지 않은 공휴일 정보만 새롭게 추가합니다.

{% hint style="warning" %}
휴일은 SimplyChat 서버에 등록된 사용자 기준으로 작동합니다.

한국 휴일인 경우에 사용자의 개인 시간 설정을 반드시 KST로 설정해주세요.
{% endhint %}

### 스케줄 등록하기

1. SimplyChat 앱의 'Run Schedule'  탭을 클릭합니다.

<figure><img src="/files/DeX9j5cKVNctSdnWFDu6" alt=""><figcaption></figcaption></figure>

2. &#x20;‘Import holidays’ 버튼을 클릭하면 스케줄이 등록됩니다.

<figure><img src="/files/ncxVXC6vo0wTTBLJCsgW" alt=""><figcaption></figcaption></figure>

성공적으로 스케줄 등록이 된 경우 다음과 같은 안내 문구가 노출됩니다.

<figure><img src="/files/ZjCVpMBmilVMGt6SqRiy" alt="" width="548"><figcaption></figcaption></figure>

이미 등록된 경우에는 다음과 같이 에러 문구가 노출됩니다.

<figure><img src="/files/hM7bPA7qxcyoVBOCUXk5" alt="" width="540"><figcaption></figcaption></figure>

3. 오른쪽 상단의 톱니바퀴![](/files/D7sajuystdKMu9hIiPqI) 버튼  클릭 및 'Setup'(설정)을 클릭합니다.
4. Quick find 창에 ‘remote site settings’(원격 사이트 설정)를 입력 및 클릭합니다.

<figure><img src="/files/YHTfoOUPEx6cFKsiHflp" alt=""><figcaption></figcaption></figure>

5. ‘New Remote site’(새 원격사이트) 버튼을 클릭해 다음과 같이 입력 후 저장합니다.

   **Remote Site Name : DataPortal**

   **Remote Site URL : <https://apis.data.go.kr>**

<figure><img src="/files/hIe4yDQjDTh4pkoI6EQS" alt=""><figcaption></figcaption></figure>


---

# 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/holiday-import.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.
