Introduction
Automation Editor
7min
the primary build page for pathfix automation is the automation editor called design you will add, build, edit and modify your automations from the design page the editor has a visual ui that works just like any other automation tool, but with a focus on helping you automate api integrations on your platform here is a quick video on how you can use automation to automate your api integrations navigation breakdown the main naviation bar for pathfix automation can be accessed from all spage these open in an easy to access popup that does not take you away from the page you are on, making sure you never break your build momentum environment switch between your dev and live environments to view automations that are currently in development or in live you will always start in the dev space where you will be able to create, configure and make changes before you move an automation to live jump to enviroment https //autodocs pathfix com/environments apis page this is where you would add any custom api that you want to consume, this could be your internal private apis or the api of an external provider there are a few pre built apis available but we understand that not all apis for all providers can be added, which makes this the best starting point for building your automation https //autodocs pathfix com/api design page this is where the magic happens the build you build your integration using an workflow based visual ui call apis, add conditions, loop through a list, send a response, import/export automation all of it happens here jump to design https //autodocs pathfix com/design webhooks page pathfix automation comes with webhooks already set up click on the webhooks tab and select create once you have set it up, the webhooks start listening to any events being triggered for your connected users jump to webhook https //autodocs pathfix com/webhooks connections page click on the connections tab and connect your account with external solutions once connected, you can add any of the apis to the provider and build your automation jump to connections https //autodocs pathfix com/connections constants page when building an integration, you may have keys or ids that you are constantly referring to across multiple automations this is where constants come in add those keys one time in constants and simply point to them whenever you need them need to change a constant? simple edit the constant and all the referencing automations will automatically pick this up you can also add constants for separate environments within your application (e g staging, development, live, internal etc ) jump to constants https //autodocs pathfix com/constants monitor page monitor the status of your automation tasks by clicking on monitor in the toolbar you can view details of the call including time of call, status (success or failure) and details of each tasks run in a simple to use json format jump to monitor https //autodocs pathfix com/monitor your tasks