# 이메일, 도메인 속성으로 회사, 고객 생성하기

트래킷은 비즈니스에 필요한 커스텀 오브젝트를 만들 수 있습니다. 아웃바운드 대상 DB를 크롤링 한다거나 유료 광고로 리드를 획득할 수 있습니다. 이 경우 회사 도메인, 이메일 주소로 회사 또는 고객 레코드를 자동 생성할 수 있습니다.

### 이메일 주소로 고객 생성하기 <a href="#create-person-with-email" id="create-person-with-email"></a>

{% hint style="info" %}
유료 광고 리드 획득 후 트래킷에 저장하는 과정을 설명합니다.\
이 예제에서는 '유료 광고 리드'라는 오브젝트를 만들어 이메일 주소로 고객을 생성하는 과정을 설명합니다.
{% endhint %}

1. 이메일 속성을 추가합니다.
2. 고객과의 관계를 맺습니다.
3. 이메일 고급 설정
   1. 이메일 고급 설정
   2. 고객 자동 생성 ON
   3. 고객명 속성, 고객 레코드 속성 지정

> 아래 가이드에서 직접 따라하며 확인할 수 있습니다. 방향키로 앞, 뒤 페이지 이동이 가능하며 우측 상단 확대 클릭 시 큰 화면으로 볼 수 있습니다.

{% embed url="<https://guides.trackit.so/demo/cm2ipwwl337tqvm5scl3zaz0d>" %}
이메일 속성으로 고객 생성 따라하기
{% endembed %}

<figure><img src="/files/XKz7YUBXh86D7jDRJoAS" alt=""><figcaption><p>이메일 속성 생성</p></figcaption></figure>

<figure><img src="/files/XNLT9IAfWXIgJIsxxXFy" alt=""><figcaption><p>고객 오브젝트 추가 후 관계 형성</p></figcaption></figure>

<figure><img src="/files/pT2YSkFwrIuVS7Jqiw6w" alt=""><figcaption><p>이메일 고급 설정</p></figcaption></figure>

### 도메인 속성으로 회사 생성하기 <a href="#create-company-with-domain" id="create-company-with-domain"></a>

{% hint style="info" %}
아웃바운드 대상 데이터베이스를 크롤링해 CSV로 업로드 시 도메인 주소를 이용해 회사 데이터를 자동으로 생성하는 예제입니다.
{% endhint %}

1. 도메인 속성을 추가합니다.
2. 회사와 관계를 맺습니다.
3. 도메인 속성 고급 설정
   1. 도메인 고급 설정
   2. 회사 자동 생성 ON
   3. 회사명 속성, 회사 레코드 속성 지정

> 아래 가이드에서 직접 따라하며 확인할 수 있습니다. 방향키로 앞, 뒤 페이지 이동이 가능하며 우측 상단 확대 클릭 시 큰 화면으로 볼 수 있습니다.

{% embed url="<https://guides.trackit.so/demo/cm2irudiz393gvm5sd9xr08k5>" %}


---

# 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.trackit.so/trackit-101/insert-record/create-record-with-attributes.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.
