Integrations
Import from Notion
Initiates an import process from Notion. Response is a Server-Sent Events stream. Rate Limit: 5 requests/10 minutes.
GET
Authorizations
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Response
200
text/event-stream
Server-Sent Events stream with progress updates.
The response is of type string
.
Example:
"data: {\"type\": \"progress\", \"message\": \"Fetching Notion pages...\", \"count\": 0}\n\ndata: {\"type\": \"progress\", \"message\": \"Processing page: Page Title\", \"count\": 1}\n\ndata: {\"type\": \"success\", \"message\": \"Import completed\", \"totalProcessed\": 10}"