> For the complete documentation index, see [llms.txt](https://batiai.gitbook.io/service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://batiai.gitbook.io/service/action/notion-db_item_make.md).

# 노션 데이터베이스 아이템 만들기(oAuth)

워크플로 검색창에서 **노션 데이터베이스 아이템 만들기** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 메시지를 보낼 대상과 메시지의 내용을 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="9yljXGhL8bAoVH1jLuUL" url="<https://app.arcade.software/share/9yljXGhL8bAoVH1jLuUL>" %}

1. 액션을 처음 사용하는 경우, + 새 노션 계정 추가하기를 클릭하여 노션 계정을 연동해 주세요.
2. 아이템을 가져올 데이터베이스 URL을 입력해 주세요.
3. 데이터베이스에 생성할 아이템 항목 정보를 입력해 주세요.\
   데이터 컬럼을 사용하면 여러 개의 아이템을 한 번에 생성할 수 있습니다.\
   (생성일 등 자동으로 값이 부여되는 항목은 설정할 수 없습니다.)
4. 각 항목에 대한 정보 입력이 다 되면 완료 버튼을 클릭해 주세요.

{% hint style="info" %}
데이터베이스 URL은 노션에서 아래의 방법으로 복사할 수 있습니다.

![](/files/h67vYGlpTIJ26CgYU4I4)
{% endhint %}


---

# 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://batiai.gitbook.io/service/action/notion-db_item_make.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.
