Simple Notion.so API to add a note into selected page by email
- 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
- Goto https://ifttt.com/
- Login and press
Create
- Add
Email
as service
- 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 columnnsHeader
,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
- Forward an email from your mailbox to
trigger@applet.ifttt.com