-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync Notion database with Strapi CMS #85
Comments
Doesn't strapi itself have that feature where a document is initially saved as a draft and you publish it whenever you want. |
yes, @hussamkhatib Strapi does have that feature and we use it too. But we don't store all resources on Strapi yet (only the once published or the next draft issue) and maintain them on Notion instead. We aren't storing everything on Strapi for cost-cutting you can say. |
Also, syncig Notion DB with Strapi is a good-to-have for us to reduce redundancy, not a necessity. Hence, we ourselves haven't yet explored much on this and made a little POC only. |
Would love to hear more about syncing a Notion db with Strapi. Possible to see the implementation? |
hi @alexanderbnelson, we haven't prioritised working on it yet & hence there is no implementation I can share as of now. We only explored Notion API, webhooks & Strapi API's to have a flow overview if this could actually work. We'll update this issue thread whenever we work on it. |
We currently store all our resources in Notion and use Strapi as CMS. We create draft issue in Notion and after review & approval of both @prateek3255 & @gupta-ji6, we add them on Strapi CMS again.
If we sync Notion with Strapi using Notion API and Strapi API/Webhooks, our duplicated work will be automated 🛠️
The text was updated successfully, but these errors were encountered: