API (Notion): verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '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....')
 
 
Regel 1: Regel 1:
 
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''?
 
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''?
  
It seems there are two major conduits for working with Notion's API: ''Zapier'' and ''Automate.io''.
+
The API: RESTFull, JSON, JavaScript
 +
 
 +
There seem to be basically three ways to deploy the API [https://radreads.co/notion-api/]:
 +
 
 +
# Create your own automation from scratch (if you know how to code)
 +
# Use a native integration (i.e. the app you want to connect automatically interacts with Notion)
 +
# Build your own automation using a no-code helper like Zapier or Automate.io
 +
 
 +
 
 +
== Create API access ==
 +
 
 +
* https://www.notion.so/my-integrations
  
 
== See also ==
 
== See also ==
Regel 9: Regel 20:
 
== Sources ==
 
== Sources ==
  
* https://radreads.co/notion-api/
+
* https://radreads.co/notion-api
 +
* https://developers.notion.com
 +
* https://developers.notion.com/reference/intro

Huidige versie van 13 dec 2022 om 10:00

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