> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Sensor Update Policy

Create a new sensor update policy.

The following permissions are required to run this action:

* `Sensor update policies`: **Read** and **Write**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/ed1b4a95/detection-and-prevention-policy-apis#o8b59eab).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                 |
  | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
  | Description   | Additional details about the policy's purpose or coverage.                                                                                  |
  | Name          | The unique name to assign to your new sensor update policy.<br /><br />**Note**: The policy name must be unique for the specified platform. |
  | Platform Name | The operating system this policy will target.                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.373676468,
		"trace_id": "5c4ded41-2ba3-45d3-bcd1-55c4d2555ddd"
	},
	"errors": null,
	"resources": [
		{
			"id": "1f45822c72f64ac2a4282c8c9fd11a16",
			"cid": "464fb22a698b4c6bbc26526687824eb4",
			"name": "sensor_name",
			"description": "sensor_description",
			"platform_name": "Windows",
			"groups": [],
			"enabled": false,
			"created_by": "api-client-id:d71b41c0e19b404aa16e09ca9575e959",
			"created_timestamp": "2025-04-23T15:48:09.130080307Z",
			"modified_by": "api-client-id:d71b41c0e19b404aa16e09ca9575e959",
			"modified_timestamp": "2025-04-23T15:48:09.130080307Z",
			"settings": {
				"build": ""
			}
		}
	]
}
```

## Workflow Library Example

[Create Sensor Update Policy with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/create-sensor-update-policy-with-crowdstrike-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-sensor-update-policy-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
