I'm managing the users of my Notion page in Sheets. Each user has email. I want to automate providing access to that Notion. So that each time a user (email) is added to Sheets, it is auto added to Notion.
I've found a workaround for Notion API, which works fine (tested it with Postman).
What I can't do is creating a POST request to that API. Is there a way to make it directly from sheets?
I learned there is this App Script tool, which seems to run any code I like. But I'm not an engineer and can't find any sample code to use.