🌐

Data Feeds

Sometimes it's useful to access a summary of your inbox or tasks data to feed into external systems like personal dashboards.

This can be achieved from the Public Feeds screen.

Simply enable the feeds you wish to use by selecting the corresponding checkboxes.

Feeds come in 3 flavors:

[
	{
		"date":"2020-06-07",
		"priority":"0",
		"title":"Remember the milk"
	},
	{
		"date":"",
		"priority":"-1",
		"title":"inbox marketing materials"
	}
]
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
	<item>
		<date>2020-06-07</date>
		<title>Remember the milk</title>
	</item>
	<item>
		<date></date>
		<title>inbox marketing materials</title>
	</item>
</rss>

📖
Please note that enabling feeds makes them public so protect their URL's if you don't want data to leak out.
This blog was written in Notion and published using Power Up for Notion by Globi. Easy one-click publishing of your Notion content.