I can't find the Notion Plus modules in Make
I can't find the Notion Plus modules in Make
Two things to check:
- Notion Plus is a Pro feature. It requires a Pro license — make sure your deployment uses a Pro license.
- Add the Notion Plus app and set up its connection. The modules appear in Make once the Notion Plus custom app is added and connected. Manage connections at make.magicmealkits.com/connections.
Bulk Notion (벌크노션) is a separate product. It automates Notion template updates
directly and does not require a Magic Meal Kits install or a Make connection — so its
features won’t appear as Make modules.
Notion calls fail with 401 / a permission error
Notion calls fail with 401 / a permission error
The most common cause is that your Notion integration hasn’t been granted access to the
page or database you’re automating. Issuing the token is not enough — you must add the
integration to the page/DB itself.Full step-by-step fix: Fix Notion connection & permission errors.
Notion writes time out, or my scenario runs twice
Notion writes time out, or my scenario runs twice
Two separate effects to know about:
- Timeouts. When a Notion write fails, the Magic Meal Kits server retries internally. Those retries can exceed the Make module’s time limit and surface as a timeout. Set an explicit request timeout and keep payloads within limits.
- Duplicate runs. Make’s “allow storing of incomplete executions” option re-runs failed scenarios, which can look like duplicate writes. Review that setting if you see repeats.
A connection suddenly throws a cookie or auth error
A connection suddenly throws a cookie or auth error
Where do I manage my connections?
Where do I manage my connections?
Connection setup and management is centralized at
make.magicmealkits.com/connections. Your
deployment’s API URL and key are shown there (and on the App Status page) — you don’t
configure them by hand. See Authentication.
My server is down, slow, or I need logs
My server is down, slow, or I need logs
These are covered by the Troubleshooting guides:

