> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/readme/archive/2025-06-26.md).

# 2025.06.26 업데이트 내역

안녕하세요. 센터 관리 솔루션 ‘오늘상담’입니다.

사용자분들의 의견 반영 및 사용성 개선을 위해 이번 업데이트를 진행하였습니다.

아래의 기능들을 확인하시고, 센터 운영업무를 보다 효율적이고 편리하게 보시길 바랍니다.

업데이트 요약

## **1. 고객 등록일 정보 추가**

고객정보에 ‘고객등록일’ 항목이 추가되었습니다. 고객이 처음 등록된 날짜를 확인할 수 있어,

고객 관리가 더욱 수월해졌습니다. 🙂&#x20;

<div align="left"><figure><img src="/files/fINRwgZsQlef2Ovcnnnj" alt=""><figcaption></figcaption></figure></div>

또한, 조회- 목록에서 고객 정보 상세검색시 등록일 기준으로 조회할 수 있어, 기간별 신규등록 고객 분석이 가능합니다.&#x20;

<div align="left"><figure><img src="/files/D7XYIQdUpEBaMOL2x32r" alt=""><figcaption></figcaption></figure></div>

## **2. 고객 상세검색 시 문자 수신 동의여부 필터 기능 추가**

고객정보의 ‘문자 수신 동의 여부’를 이제는 고객목록 상세 검색 필터 검색을 통해 확인할 수 있습니다.

광고문자에 동의한 고객만 선별해서 마케팅 메세를 보낼 수 있어 더욱 정확한 타켓팅과 효율적인 캠페인 운영이 가능합니다.&#x20;

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

## **3. 네이버예약 연동 기능 사용성 대폭 개선**

네이버예약을 연동하면, 고객의 예약 내역이 자동으로 오늘상담에 등록되어 상담 일정 관리가 훨씬 간편해집니다. 예약 시 입력된 옵션 및 요청사항은 메모로 반영되어, 상담 전 고객 니즈를 미리 파악할 수 있습니다.

최근 추가된 알림 기능 역시 네이버예약 연동 사용성을 높이기 위한 업데이트였는데요.

지금 바로 오늘상담과 함께 더욱 스마트하게 네이버예약을 관리해보세요! 😊

현황/일정목록에서 네이버예약으로 들어온 일정에 대해서는 아이콘 표시로 한 눈에 확인할 수 있어요. &#x20;

<div align="left"><figure><img src="/files/OZxlYwTvUe7uCP6jJbyq" alt="" width="557"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/UVgb0XO2e56Bvf9y2Tw9" alt="" width="542"><figcaption></figcaption></figure></div>

네이버예약 상품의 옵션 선택사항과 고객의 요청사항도 오늘상담 일정 메모에서 확인됩니다.

또한, 네이버예약 메모를 어느 일정메모에 연동시킬건지 설정할 수 있어요. &#x20;

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

<div align="left"><figure><img src="/files/X0U4QGJ6a6FD3Y9o8bem" alt=""><figcaption></figcaption></figure></div>

네이버예약 연동 기능과 관련하여, 자세한 사용 안내는 아래의 매뉴얼을 참고해주세요. 🙇‍♀️

👉 [네이버예약 연동 기능 더 자세히 알아보기](/intro/pcmanual/schedules/naver-booking.md)

## 그 외 업데이트 사항

* 일정/상담/수납 내역 클릭시, 해당 내역이 존재하는 페이지를 바로 노출할 수 있게끔 개선했어요.
  * 기존 : 1 페이지 노출
  * 변경: 클릭한 해당 내역이 존재하는 페이지 노출
* 모바일 버전 일정 생성시 발생하는 사소한 오류를 개정했어요.
  * 일정종류 변경 시, 기존 입력값 초기화되는 증상
  * 기타일정 → 고객일정 변경 후, \[등록하기]를 누르면 반응없는 증상


---

# 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://sangdamtoday.gitbook.io/intro/readme/archive/2025-06-26.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.
