Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.47 KB

notion-api-key-integration.md

File metadata and controls

41 lines (22 loc) · 1.47 KB

Issue Notion API key and create integration

This document describes how to issue a Notion API key and create an integration for Notion to Jekyll.

Issue Notion API key

Notion to Jekyll uses the Notion API to synchronize posts written in Notion to Jekyll blog. The way to issue a Notion API key is as follows.

Create new integration

Go to Notion developer integration.

img_1

Click the Create new integration button.

img_2

Select the workspace where the Notion to Jekyll database exists, set the integration name, and submit to create the integration.

img_3

Check the Notion API key and write it down somewhere.

Database connection

Go to the Notion to Jekyll database.

If you haven't created a template database, please refer to [Create Notion to Jekyll database

img_4

Connect the integration to the database in the order of ... > Add connections > Saarch for connections... > Enter the integration name and Click the integration.

Next

If you are ready, go to next to finish GitHub setting.