Public
Like
7
ValTownForNotion
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of embeds branch: v73View latest version
This val.town project catches webhooks from Notion, makes changes to the data payload, and sends those changes back to Notion as page updates.
Read up on it and try the examples:
https://bradnoble.notion.site/val-town-for-Notion-1cbc200736c2807bb445eccf64d0afe9?pvs=4
This is done in the webhookAPI file.
Every minute, this project has a cron that resets all the state, so that the next visitor to the Notion page has a clean experience. The name of that cron is the same as the short subomain URL of the webhook URL so they can more easily coordianate and be kept in sync. That subdomain is also the prefix for all the blob storage.