Everything you need to know to get started with Tracecat.
core.http_request
actionCreate new workflow
Create new
button in the top right corner of the workflows page.
Rename workflow
View available actions
Add HTTP request action
core.http_request
action.
Call an external weather API
core.http_request
node and fill in the inputs.
Tracecat uses YAML to define action inputs.
Press the cmd+s
or ctrl+s
keys to save your inputs.Save workflow
Run workflow via UI
Run
button to execute your workflow.You can ignore the sample webhook payload.
In a future tutorial, we will learn how to pass custom payloads into workflows manually via UI or webhook.View most recent run
View supported action inputs
Input schema
section.
core
actions for core functionality (e.g. HTTP request, AI action, and data transforms).tools
actions for integrations to 3rd-party services.ACTIONS
and TRIGGER
expression contexts support JSONPath syntax.
If you are new to JSONPath or need a refresher, check out our JSONPath syntax cheatsheet.Search for integrations
Fill in inputs
Inputs
section.View schema and metadata
Input schema
section to view all supported inputs and required secrets.View template
View template
tab to view the YAML code for Action Template integrations.
You can also view the integration’s action type, origin, and documentation URL at the top of the action’s settings panel.