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

1

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).

2

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.

3

Connect actions

Connect the actions together. This creates a sequence of actions that run in order.

4

🎉 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).

You can quickly add and connect actions by clicking, instead of dragging, action blocks.

What next?

Deploy

You can deploy your workflow.

Deployed workflows runs automatically whenever a starting Webhook action receives new data.

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.