notion-sdk-js/examples/database-email-update at main · makenotion/notion-sdk-js
This Notion integration sends an email whenever the Status of a page in a database is updated. This sample was built using this database template and emails are sent using SendGrid's API. # Clone this repository locally git clone https://github.com/makenotion/notion-sdk-js.git # Switch into this project cd notion-sdk-js/examples/database-update-send-email # Install the dependencies npm install You can create your Notion API key here.