DEV Community

Discussion on: How to Connect a React App to a Notion Database

Collapse
 
gilbertmizrahi profile image
GilbertMizrahi

Another possibility is to create a webhook with Google Apps Script and call the Notion APIs from there. In the client side, then, you can call the webhook without exposing Notion integration tokens.

Similarly, you can create a webhook with tools such as autocode.com/