# 7-2 신규 입사자 환영 메시지 전송하기

### 1. 신규 입사자 환영 메시지 발송

**신규 입사자**가 **프로필 카드를 작성**하면, 관리자가 설정한 `환영 채널`로 소개 메시지가 **바로 발송**돼요.

* *아기고래 앱이 설치된 이후* 팀의 슬랙 워크스페이스에 초대된 구성원은 모두 신규 입사자로 인식합니다.

<figure><img src="/files/RFfUeNwVsUg4ULk8uqCa" alt="" width="563"><figcaption><p>환영 채널에 전송되는 신규 입사자 환영 메시지</p></figcaption></figure>

{% hint style="info" %}
아기고래 설치 후에 팀의 슬랙 워크스페이스에 가입하는 구성원들을 모두 신규 구성원으로 인식합니다.

특정 인원은 신규 입사자로 처리하지 않는 등 조정이 필요하다면, [축하/환영 관리하기](/features/celebration/manage.md#id-4) 를 참고해주세요.
{% endhint %}

### 2. 신규 입사자에게 프로필 카드 작성 요청

신규 입사자가 팀 슬랙 워크스페이스에 가입하면,\
아기고래 관리자들에게 신규 입사자에게 고래 카드 작성을 요청할 수 있는 DM이 전송됩니다.

<figure><img src="/files/4T4mRttgOnrCTHoUEYRn" alt="" width="375"><figcaption><p>아기고래 관리자에게 전송되는 신규 입사자 고래 카드 작성 요청 DM</p></figcaption></figure>

아기고래 관리자가 위 버튼을 통해 신규 입사자에게 프로필 카드 작성을 요청하면, \
아기고래가 신규 입사자에게 DM으로 프로필 카드 작성을 요청합니다.

<figure><img src="/files/dKjauGv1flBixmfPQUyu" alt="" width="563"><figcaption><p>아기고래가 신규 입사자에게 보내는 자기소개, 프로필 카드 작성 요청 DM<br><code>고래 카드</code>라는 이름은 우리 회사만의 명칭으로 변경되어 전송돼요.</p></figcaption></figure>

{% hint style="warning" %}
꼭 신규 입사자에게 프로필 카드 작성을 요청하지 않아도, \
**신규 구성원이 카드를 작성하면 소개 메시지가 전송**됩니다.
{% endhint %}


---

# 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.babywhale.io/features/celebration/send-welcome-msg.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.
