Skip to content

Joss/notion_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notion API

Simple Notion.so API to add a note into selected page by email

Deploy to Heroku

Deploy

  • Press the button above
  • Create a new Herocu account, confirm the email
  • Choose an app name and select prefered region for server

  • Press Deploy app button
  • Press the View button and keep a web link to app url

Configure IFTTT

  • Select Send IFTTT any email
  • Add Webhooks as action service

  • Select Make a web request
  • Add <web_link_to_app>/add_block (if you prefer collect all emails on one page as blocks), <web_link_to_app>/add_page (if you want to keep emails as separate pages) or <web_link_to_app>/add_record (if you want to add emails as records with columnns Header, Text, Date) to URL
  • Select Post method
  • Select application/json content type
  • Add {"token":"<token_v2>", "link":"<page_link>", "note":"<<<{{Body}}>>>", "title":"<<<{{Subject}}>>>"} as body

Testing

  1. Forward an email from your mailbox to trigger@applet.ifttt.com

About

Simple API to send a email to Notion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages