> ## 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 Custom URL Category

Create a custom URL filtering object to specify exceptions to URL category enforcement, and to create a custom URL category based on multiple URL categories.

<Note>
  External Documentation

  To learn more, visit the [Palo Alto Cloud NGFW documentation](https://pan.dev/cloudngfw/api/aws/post-v-1-config-rulestacks-rulestackname-urlcustomcategories/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                          |
  | ----------------- | ---------------------------------------------------- |
  | Rulestack Name    | The name of the rulestack to create URL category in. |
  | URL Category Name | The name of the new URL category.                    |
  | URL Targets       | Specify where the URL opens.                         |
</div>

## Example Output

```json theme={"dark"}
{
	"Response": {
		"CustomURLEntry": {
			"Action": "string",
			"AuditComment": "string",
			"Description": "string",
			"UpdateToken": "string",
			"UrlTargets": [
				"string"
			]
		},
		"Name": "string",
		"RuleStackName": "string"
	},
	"ResponseStatus": {
		"ErrorCode": 0,
		"Reason": "string"
	}
}
```

## Workflow Library Example

[Create Custom Url Category with Palo Alto Cloud Ngfw and Send Results Via Email](https://library.blinkops.com/workflows/create-custom-url-category-with-palo-alto-cloud-ngfw-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-custom-url-category-with-palo-alto-cloud-ngfw-and-send-results-via-email/canvas" />
</div>
