Building your First Workflow
Last updated
Was this helpful?
Last updated
Was this helpful?
In this tutorial, we'll walk through building your first AirOps Workflow - a Keyword SERP Researcher that analyzes Google search results for your target keywords.
From the Home screen, click the "Create" button in the top-right corner
Select "Workflow" from the dropdown menu
You'll be directed to the AirOps Workflow Studio where you'll build your workflow
In the Workflow Studio, you'll see a node labeled "Set Inputs" at the top of your workflow
Click on this node to configure your input field
Click "Add field to group" or a similar option
Select "Short Text" as the input type
Label the field "keyword" - this will be the search term you want to analyze
Make sure the variable name is also "keyword" (this happens automatically)
Toggle "Required" to ensure a keyword is always provided
Save your configuration
You'll need to add a Google Search step after your inputs
Look for the "+" button or "Add Step" option below your input node
Navigate through the categories and select "Web Research" category
Choose "Google Search" from the available steps
This will add a Google Search step to your workflow, similar to what's shown in Image 2
Click on the Google Search step
In the "Search Query" field, click on the variable explorer (pink icon on the top right of the input field) and choose {{ keyword }}
Leave the "Search Parameters" field empty for now
Save your configuration
After your Google Search step, add another step
Choose "Prompt LLM" (Large Language Model) from the available steps
This will add an LLM step after your Google Search step
Click on the LLM step
We're using "GPT-4o" as our model in this example
You can leave other settings at their defaults for now
In the LLM step panel, enter the following prompt in the input field that says "User" on its left:
Notice how this prompt references both the keyword input ({{ keyword }}
) and the output from the previous Google Search step ({{ step_1.output }}
)
Click "Test Workflow" in the top right of the Studio navigation bar (play icon next to it)
Enter a test keyword (e.g., "content marketing tips" or "best running shoes")
Click "Test Workflow" to run your workflow
Review the results to ensure both steps are working correctly
Once you're satisfied with the results, look for a "Publish" button on the top right of the Studio
Give your workflow a descriptive name like "Keyword SERP Researcher"
Add a brief description of what the workflow does
Publish your workflow to make it available for running
Congratulations! You've successfully built your first AirOps Workflow. This Keyword SERP Researcher provides insights for your content creation strategy by analyzing what makes top-ranking content successful for any keyword.
As you become more familiar with AirOps, you can expand this workflow by adding more steps, incorporating human review steps, or connecting it to other workflows to create a comprehensive content creation pipeline.