Manual
Design
Triggering Automation
9min
once you have built your automation, tested and published to live, you will need to trigger the automation so it can execute all your apis there are several ways to trigger an automation depending on your usecase endpoint each automation that is built will have a unique endpoint associated with it in this method, you will call the endpoint from your application with the relevant data and the automation will pick up the data from your call and trigger the automation this is the most common method of triggering an automation here is a sample on how you can trigger your automation using this method scenario you are updating google sheets rows with data sent from your app once you have built your automation, copy the endpoint from the test and publish page the endpoint is also available from the properties window of the first task in your automation, under other settings enter the json you will be sending from your app into the first task of the automation this json can have any information you wish to use as part of your automation if you are triggering the automation for your connected users, make sure you send the user id field in the json the api call will need to be made to the endpoint of the automation once sent, the automation will trigger and action the data that is sent webhook an automation can be triggered based on webhook event of a connected account this method is only available for accounts that use pathfix oauth for their user authentication and will trigger for all your connected users setup the provider webhook configuration as shown in the documentation here https //autodocs pathfix com/webhooks once setup, any webhook event triggered will trigger the automation for the connected user scheduled once an automation has been designed, it can be triggered based on a schedule select the first task and on the properties window, scroll down to the schedule section select the schedule you would like to trigger for the automation choose from every few minutes to once everyday and select the time for the schedule complete the build of your automation with the apis and tasks as you want click on test and publish to run a test and publish your automation to live once the automation is published to live, it will be enabled and will run according to the schedule set need help? you can always reach out to our support team for any additional assistance at support\@pathfix com