So this has helped explain it to me and the way it is configured. But I guess now I am not sure that i can create the trigger in Orchestrator, the way i have it created in Integration Service.
In Integration service i have a custom connector which connects to our sharepoint tenant (I used a custom one because UiPath requires permissions that i was not allowed to get approved at our company). I then created a get request to our Sharepoint site where we check for new items to be added to a sharepoint list. I then have a trigger built in Integration service that triggers a job process to start when there are new items. This trigger runs the get request every minute, and if it sees new items, it triggers the job, if not it does nothing.
Based on your explanation above, i would need to configure a webhook inside sharepoint with the PAT to trigger the job when a new item is added, do i have that correct? If so then this is a completely different way of triggering jobs. one is using UiPath and APIs to check on a polling interval, the other is UiPath waiting to be called from the 3rd party service