Tier: Action Center (including automatic ticket creation) is included in the Protect tier. Customers on Connect or Discover can build saved views and export them, but cannot create Continuous or Snapshot Actions.
The Action Center
The Action Center at/action-center is Protect’s automation hub. It transforms “we have a list of devices to fix” into “these devices are auto-tracked through to remediation, with MTTR and Success Rate reported.”

Page layout
Continuous Actions
A Continuous Action runs forever. Devices entering the matching query are added automatically; devices leaving are removed. The classic example is “any End-User laptop without CrowdStrike.”Per-row metrics (Continuous)
Each Continuous Action shows:Use cases for Continuous
- Coverage hygiene — “ensure every End-User device has CrowdStrike”
- Broken-agent recovery — “alert when an Endpoint Detection and Response (EDR) agent stops reporting”
- New-device onboarding — “every device under 7 days old should hit baseline by day 14”
- Configuration drift — “any device that loses BitLocker should trigger a ticket”
Snapshot Actions
A Snapshot Action captures the set of devices matching at creation time and tracks remediation against that fixed set. New devices that later match aren’t added. Useful for projects with a fixed scope.Per-row layout (Snapshot)
Three examples:
Use cases for Snapshot
- OS migrations — “1,234 Windows 10 devices need to be on Windows 11 by Q4”
- Decommissioning waves — “these 87 devices are scheduled for replacement”
- Compliance remediation — “this batch of devices flagged in audit must be resolved by Friday”
- Acquisition integration — “these new acquired devices need our security baseline”
Tags drive Action targeting
Tags are how you scope an Action to the right cohort.tags:End-User, tags:Server, tags:Acme-Acquired — these clauses make the difference between an Action that catches the right devices and one that fires noise.
Most well-designed trigger queries combine a tag clause (the population) with a Vital clause (the failure condition):
Creating an Action
The flow always starts with a query:1
2
Click Create Action
The footer’s
Create Action button (sometimes the green + Create Action on the Action Center page).3
Configure basics
- Name — descriptive, mentioning the target outcome (
Deploy CrowdStrike to End-User Laptops) - Priority — Critical / Important / standard
- Type — Continuous (always-on) or Snapshot (fixed scope)
- Deadline (Snapshot only)
- Owner / Assigned Team
4
Choose automation
Tick one or more channels (see Automation Types below).
5
Set advanced options
- Minimum time in view — debounce so devices in transient state don’t trigger
- Resolution criteria — explicit definition of “fixed” beyond just leaving the query
- Additional fields — extra device properties to include in automation payloads
6
Save & activate
Save the Action. It starts immediately — first cycle runs within minutes.
Automation types
- Email
- Tickets (ITSM)
- Teams / Slack
- Power Automate
- Custom webhook
The simplest path. Send an email per device entering the Action, or a daily/weekly digest.
- Recipient(s) — comma-separated
- Subject — supports
{{FieldName}}interpolation - Body — supports
{{FieldName}}interpolation and the{{DeviceLink}}shortcut - Optional: digest mode (one summary email instead of per-device)
Automation templates
The right-hand panel ships with pre-built configurations for common automation patterns — Security Notification, Move to Blocked Security Group, Alert Non-Compliant Device, Reboot Device, Isolate Device, Create Incident. Click any template to start a Create Action flow with that automation pre-filled. See Automation Templates for the full catalogue, defaults, and customisation guidance.Advanced configuration
Minimum Time in View
Minimum Time in View
Debounce against transient state. A device must stay in the query for X hours before the automation fires.Typical settings:
- Agent offline triggers — 48 hours (agents update; brief absence shouldn’t fire)
- New device baseline — 24 hours (deployment may still be in progress)
- Configuration drift — 4 hours (policy propagation time)
- Critical alerts — 0 (fire immediately)
Resolution Criteria
Resolution Criteria
Default resolution = “device no longer matches query”. Sometimes that’s wrong — a device leaving the query because it went offline isn’t actually fixed.Use explicit resolution criteria:Forces the Action to wait for a good state, not just any state.
Additional Fields
Additional Fields
Device fields to include in the automation payload — useful when downstream systems need context.Common picks:
metadata.serial_number— for warranty lookuplastUser.email— to notify ownerlastUser.department— for ticket routinglastUser.jobTitle— for context in escalationspublicIp— for network troubleshooting
Action lifecycle
Pausing and disabling automations
Two levels of kill switch are surfaced in the live Action Center:
There is no Snapshot-section equivalent of Pause All in the current build — pause Snapshot work item-by-item, or delete the Action to halt it entirely.
Automation Log
The right-panel Automation Log records every automation execution:- Action name
- Device acted on
- Channel (email / ticket / webhook)
- Success / failure
- Response from external system (for tickets, the ticket number; for webhooks, the response code)
- Retry count
- Action name
- Channel
- Success / failure
- Time range
Best practices
Email first, automation second
Email first, automation second
The first version of any Action should send an email. Validate the cohort is correct, then layer in tickets / webhooks once you trust the query.
Always set minimum time in view
Always set minimum time in view
For all triggers tied to “stopped reporting” or “configuration changed”, set at least 24-48 hours. Saves you from chasing devices that recover on their own during maintenance windows.
Define explicit resolution criteria
Define explicit resolution criteria
Default resolution is “no longer matches” which silently equates offline with fixed. Always specify a positive resolution state for safety.
Use Snapshot for projects, Continuous for hygiene
Use Snapshot for projects, Continuous for hygiene
OS migrations, decommissioning, compliance pushes — Snapshot. Always-on coverage validation, broken-agent recovery, drift detection — Continuous.
Weekly review of the Automation Log
Weekly review of the Automation Log
Set a recurring slot to scan failed automations. Patterns of failure (one ticket type always failing, one webhook always timing out) point to systemic issues you’d otherwise miss.
Cross-references
Continuous Actions
Deep dive
Snapshot Actions
Deep dive
Automation Templates
Pre-built starting points
Issues
The detection source
Security Monitoring
Vitals drives most queries
Tags & Logic Engine
Target the right cohort
Integrations
Configure outbound channels