From cdf527d7d2505d5426817e799e30b8abbc3c932b Mon Sep 17 00:00:00 2001 From: Sumit <108853577+Sumitwarrior7@users.noreply.github.com> Date: Thu, 11 Apr 2024 02:06:46 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 680d325..834eb9e 100644 --- a/README.md +++ b/README.md @@ -58,18 +58,20 @@ rc-apps deploy --url --username --password ``` -4. Once its deploy, Go to Installed Apps and Settings tab in RC,you would see two input fields: - +4. After deployment, Go to **Private Apps** within your Notion workspace. Click on the **settings** tab and enter your **Notion Client ID** and **Notion Client Secret**. ``` - # notion-client-id - # notion-client-secret - // Generate above Credentials from Notion By Creating the *Public* Integration. + // On creating a *Public* Integration in Notion, **notion-client-id** and **notion-client-secret** will be automatically generated. // https://developers.notion.com/docs/authorization#how-to-make-an-integration-public ``` -5. Once Its done save the changes, and now under the Notion Integration Provide the Webhook GET endpoint in Redirect URI field of Notion, GET Webhook Endpoint: you can find on the Current App Info under Detail tab in RC. +5. One its done, save the changes, and then go to you **Notion Public Integration** and provide the **Webhook GET endpoint** in Redirect URI field of Notion. + ``` + + GET Webhook Endpoint: you can find it on the Detail tab of App Info of your Notion App + + ``` @@ -163,4 +165,4 @@ Here are some links to examples and documentation: [issues-shield]: https://img.shields.io/github/issues/RocketChat/Apps.Notion?style=for-the-badge [issues-url]: https://github.com/RocketChat/Apps.Notion/issues [license-shield]: https://img.shields.io/github/license/RocketChat/Apps.Notion?style=for-the-badge -[license-url]: https://github.com/RocketChat/Apps.Notion/blob/master/LICENSE.txt \ No newline at end of file +[license-url]: https://github.com/RocketChat/Apps.Notion/blob/master/LICENSE.txt