Hi guys. I have a scenario that provisions new users in Make Teams. It does 3 things, but only 2 of them are working:
Create a new team with given name - this works
Invite a new user with given email to join the team - this works too
Create two webhooks in the new team - this fails giving this error message: “[401] Access denied: Required scope: hooks:write“
That permission doesn’t appear on my Make API connection (see below) and I can’t find a way to add it. What am I missing? Can you tell me what steps I should take to fix this?
I’m not using an MCP server, just the Make.com node in a regular scenario. It was authorised by oauth/prompted me to log in, there was no option to select additional scopes at the time.