I have a workspace that needs to run when there is a new file in a SharePoint folder. Is it possible to set up an automation that would work similar to Network or Resource Directory?
Another option is a polling workflow. This uses a schedule trigger to regularly run a workspace and connect to SharePoint to see if documents have been added. This will not be as immediate as a webhook, but potentially easier to implement. The SharePoint List Reader can read Document Library data, like the created or modified date of files. You could then use a ChangeDetector to determine which records have been added to the list or changed.