And the Zapier integration is launched, too! https://zapier.com/apps/notion/integrations It has the same basic trigger (new item), actions (create/update item), and search (find item) as every other CRM integration. It is missing a trigger for item getting updated - still excited to see how folks are using it though.
Notion API – public beta
131–140 of 262 posts
Re: Notion API – public beta
#132Earlier quoted context omitted.
> it's exclusively an enterprise feature Are you suggesting privacy and data ownership concerns are only limited to enterprises?
I think it suggests that the support and SLA costs are higher in these situations. These factors make sense to me. Note that Gitlab believes the opposite so on prem is also free.
It would be nice if AWS could deliver a smooth OAuth experience so that in a few clicks, a user could provision an S3 bucket and share it with a service provider as easily as they can grant access to a GitHub repository.
Re: Notion API – public beta
#133Big fan of notion. Not a fan of the data lock-in or haphazard security. For tools like this, SaaS will almost always beat open source just by virtue of elbow grease and a product direction. So I’m willing to forego the open source alternatives. But I really wish Notion gave me more options for how to host my data. AFAICT they offer no “dedicated storage” or “on premise” plan, even if you want to pay for it. In fact I…
This is the reason I use Obsidian. https://obsidian.md/ All of your data is locally stored markdown text files with no lock in. All of the amazing benefits of linked note taking without the downsides.
Re: Notion API – public beta
#134Earlier quoted context omitted.
You might want to take a look at AthensResearch (free, self-hosted RoamResearch clone).
Oh I have. Problem is Notion is most popular with the least technical people on our team. Migrating would be a hard sell.
Open source Notion clone that you can host locally.
Re: Notion API – public beta
#135Earlier quoted context omitted.
You can update the properties of a page in a database using a PATCH request to v1/pages, details here: https://developers.notion.com/reference/patch-page (I work at Notion, but not on the API team)
Yeah, I found that later. Still seems odd there isn't a direct API for it.
Re: Notion API – public beta
#136Big fan of notion. Not a fan of the data lock-in or haphazard security. For tools like this, SaaS will almost always beat open source just by virtue of elbow grease and a product direction. So I’m willing to forego the open source alternatives. But I really wish Notion gave me more options for how to host my data. AFAICT they offer no “dedicated storage” or “on premise” plan, even if you want to pay for it. In fact I…
This is the reason I use Obsidian. https://obsidian.md/ All of your data is locally stored markdown text files with no lock in. All of the amazing benefits of linked note taking without the downsides.
Re: Notion API – public beta
#137Earlier quoted context omitted.
Yup, that’s how they present it, though in reality it’s pretty clunky as a project management tool, and you’d almost always be better off using a purpose-built solution. Notion makes a decent tool for a personal/organizational wiki but it’s too slow/unresponsive/janky to use for many other purposes IMO. I’ve been using it for a couple years and I used to hold out hope that the performance could be optimized, but at t…
Your comments reflect my almost two-year experience with the paid version of Notion. I found it very difficult to figure out how to use the tools beyond very narrow use-cases they provided in examples. And I found the docs were almost useless in explaining the overarching design. As a result, despite a lot of time spent, I kept bumping into unexpected limitations or design corners with no way out other than to scrap…
Re: Notion API – public beta
#138How good is Notion? Is the lock-in worth it? I'm fearful of lock-in, and just use markdown plain text, sync'd with dropbox, and then use different markdown apps on different OSes.
Putting together a Christmas list? Create a list and start adding stuff. Ahh crap, I know I want a new TV but I don't know any specifics. So I just open up the TV item in the list and dive into my research. Create a database inside there for prospective options, a separate view for finalists. Copy in images, links to articles and reviews without "losing my place."
I don't have to spend any mental energy thinking about how to organize my notes because I can just pick a direction and go without being stopped by anything. Everything lives where it's most relevant I guess it how I'd say it.
Re: Notion API – public beta
#139Interesting that there's apparently no way to update databases. That's unfortunate, because otherwise this might be a useful Jamstack data API.
Re: Notion API – public beta
#140Big fan of notion. Not a fan of the data lock-in or haphazard security. For tools like this, SaaS will almost always beat open source just by virtue of elbow grease and a product direction. So I’m willing to forego the open source alternatives. But I really wish Notion gave me more options for how to host my data. AFAICT they offer no “dedicated storage” or “on premise” plan, even if you want to pay for it. In fact I…
Even pretty established players like Asana don't offer on prem. Curious what you'd be willing to pay for this, as it's exclusively an enterprise feature. My guess is an absolute minimum of $50k/year contract value, or 250-350 users at an enterprise per-seat price (just guessing). Aside from going fully on prem, the idea of strictly dedicated storage is interesting -- like "bring your own S3 bucket" simplicity. I don'…
The only possibility left is "dedicated storage". That works for static ressources. But the `page` content itself is dynamic and changes often, so you will need more than "bring your own S3" and something like "bring your rds" but that starts to be pretty complicated. Quip though still offer on prem AFAIK.
At the end of the day, the issue with collaborative tools, is that you can't e2e encrypt easily, and almost impossible if you offer full text search. The best solution is to trust your provider for data security. And use maybe some daily backups in your own network.