API (Notion)

Uit De Vliegende Brigade
Versie door Jeroen Strompf (overleg | bijdragen) op 13 dec 2022 om 10:00
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen

I really like Notion, but is has some annoying limitations. Amongst others, those are a consequence of doing stuff through a GUI - They are inherently limited. How about using their API for doing more complicated stuff? More specifically: How about using their API to do coding stuff, including things like triggers or events?

The API: RESTFull, JSON, JavaScript

There seem to be basically three ways to deploy the API [1]:

  1. Create your own automation from scratch (if you know how to code)
  2. Use a native integration (i.e. the app you want to connect automatically interacts with Notion)
  3. Build your own automation using a no-code helper like Zapier or Automate.io


Create API access

See also

Sources