WealthFromAI's picture
FORGE-X: Upload source (e4be3ea1-notion-template.zip)
ae417fd verified
|
Raw
History Blame Contribute Delete
1.28 kB
# 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