Workflow: If database property is changed, change Notion sharing permissions

Dear community,

I am new to using Make and would like to set up the following workflow:

  1. Watch database items
  2. If property “visibility” of one database item is changed to “public”, change the access rights of this page to include one specified colleague.

However, I did not see a Notion endpoint like “Change sharing permissions” within Make. Would it be possible to use the Notion API?

Also, I am unsure how I could continue to the next workflow step if the database property is changed - do you have any ideas for that?

Thanks!
Alexander

Hello, The Notion API doesn’t support sharing/permission settings yet. You can find all the endpoints supported here.

As for the property change, you could use “watch database items”, and add a filter before the following module, for “visibility” equals “public”.

2 Likes