Workflows
Powerful automation made easy
Workflows are a series of steps called Actions. Think of a workflow as a recipe that runs each step needed to complete a task, from start to finish.
Build a workflow
Add starting action
Drag and drop an action block from the sidebar onto the workflow canvas. Most workflows start with a Webhook Action. Webhooks allow you to receive data from external systems (e.g. Crowdstrike alerts).
Add receiving action
Add another action onto the workflow canvas. This action could be a AI Summarize Action, which uses a large language model (LLM) to summarize the alert received in the previous action.
Connect actions
Connect the actions together. This creates a sequence of actions that run in order.
🎉 Run your workflow
Press the run
button to execute your workflow.
To view the results of each action, check out the event logs search panel. Event logs contain the results of each action alongside additional metadata (e.g. published time).
What next?
Deploy
You can deploy your workflow.
Schedule
You can schedule your workflow to run as a cron job.
Build bigger
You can build more complex workflows with conditional logic, AI actions, data transforms and more. See all available Actions.