Hello, I confess I’m new to API and while I do understand the premise I’m not up to speed on the specific execution and I’m a little unclear on the structure.
I’m trying to do the following in basic English: When an item gets added to a board in Monday.com I want to create a sharepoint folder and then e-mail a link to that folder to an employee. Since it’s an employee they would just be able to click on the link and go to the Sharepoint folder in their browser.
I have the Monday and Sharepoint folder creation part sorted out. After some digging I saw that Zapier has an “API Request (Beta)” action option so I started poking around that but I’m unclear on exactly what data should be populated into the fields.
Zapier provided a link to this Microsoft page to help get clarification. From there I also found this Microsoft page. I am still unclear on exactly what to put in the fields in Zapier.
Here’s a screenshot of the fields below.

I assume it’s a “GET” request based on context and what I’ve read so far.
From this page I’m thinking the URL should either be https://{site_url}/_api/site or https://{site_url}/_api/web and since I’m trying to get the URL of a specific folder I’m thinking https://{site_url}/_api/web but I could be mistaken. Do I also need to include more in that URL such as some examples I saw that used “GetFolderByServerRelativeUrl”?
Apologies for fumbling into this without knowing much but I thought this would be simpler and I know enough to start digging through stuff but so far I’ve been unable to piece together what might work for this specific application.
If anyone has any suggestions, resources, guidance, etc. on how to accomplish this I would greatly appreciate it. I’m going to continue trying to further educate myself on this but just wanted to post here as well.



