(often required) Navigation Goal: details where Skyvern is going and what Skyvern is doing. Clear Navigation Goals will be a single goal, broken down into steps. You need to specify when the goal is complete, using “COMPLETE”, or when to abandon that goal, using “TERMINATE”
The navigation goal is not used to load the URL. Asking Skyvern to “go to website A” in this field will not have the intended effect
Terminations result in Skyvern explaining why it stopped navigating
This field can be omitted if you only want Skyvern to extract data
(optional) Data Extraction Goal: aside from where Skyvern is going and what Skyvern is doing, is there anything that Skyvern is extracting and returning back? A good data extraction goal is specific about what Skyvern is returning to the user
Note that data extractions only happen AFTER Skyvern is finished navigating
(optional) Navigation Payload: if you need any content inputted during your task flow, that content goes here in JSON format
If you want to run the same task for different users (i.e. filling out the same form multiple times), you should keep everything else the same and update the Navigation Payload
(optional) Extracted Information Schema: if you have a data extraction goal, some users need it formatted in a certain way for internal purposes. Navigation payload accepts JSON formatted specifications for how the data should be returned
(optional) Webhook Callback URL: This URL can be specified if you would like Skyvern to notify you when it’s finished executing
(optional) Max Steps: some users want to cap cost through the number of steps the task can take
This page will tell you what information “Data In” will be going to Skyvern, and what is empty. Make sure to check this before you “test step,” which we would highly recommend
Upon pressing “test step,” go to your Skyvern account where you can see it run. If everything worked as expected, fabulous! If not, feel free to refine your prompt in Skyvern before heading back to Zapier and sending another test
First, create your workflow in Skyvern. The purpose of this block is to run a pre-configured workflow inside of Zapier. Every workflow tool has limitations, allowing you to run a Skyvern workflow in another workflow builder extends the possibilities of their tool
Like with the task block, you will need to link your Skyvern account using your API key found in settings
Upon pressing “test step,” go to your Skyvern account where you can see the workflow run. If everything worked as expected, fabulous! If not, try debugging in Skyvern before you retest in Zapier
This block “gets,” or pulls the output of a previous run into your Zapier workflow. The Get a Workflow does so for a workflow run, the Get a Task does so for a task run.
Like with the task block, you will need to link your Skyvern account using your API key found in settings
Since this action is pulling a previously ran task or workflow, the run you want to use needs to have already run/finished running to be able to pull it into your zap
Depending on whether you selected a “Get a Task” or “Get a Workflow” action, find the appropriate ID
The Workflow Run ID starts with a WR and the Task ID starts with a TSK
Once you’ve selected the Workflow Run ID or Task ID for the run you would like to add to your action, paste it into the input field
Upon pressing “test step,” the task or workflow details should populate. If everything worked as expected, fabulous! If not, it might be that you linked the incorrect account or the ID is incorrect