File size: 1,275 Bytes
ae417fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# How to Import — ChatGPT Custom GPT Builder Framework

## Method 1: Duplicate Template (Recommended)
1. Click the template link from your purchase receipt
2. Click the **Duplicate** button (top right)
3. Select your workspace
4. Done!

## Method 2: CSV Import
If you want to start fresh and import only the data:

1. Create a new **Database (Full page)** in Notion
2. Click **··· > Import CSV**
3. Upload `sample_data.csv` from this package
4. Map each column to the correct property type
5. Recreate the property types from `database_schema.json`

## Method 3: Notion API (Advanced)
Use `template_config.json` with the Notion API to programmatically create pages:

```bash

curl -X POST https://api.notion.com/v1/pages \

  -H "Authorization: Bearer YOUR_TOKEN" \

  -H "Notion-Version: 2022-06-28" \

  -H "Content-Type: application/json" \

  -d @template_config.json

```

## Troubleshooting

**Q: My CSV didn't import correctly**
A: Ensure column names exactly match the property names in Notion

**Q: Relations aren't working**
A: Relations must be set up manually after importing — Notion doesn't support relation imports via CSV

**Q: I can't find the template link**
A: Check your purchase receipt email or platform dashboard