> ## 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 Webhook

Create a webhook subscription.

<Note>
  External Documentation

  To learn more, visit the [Digital.ai Agility documentation](https://versionone.github.io/api-docs/#webhookSubscription-create).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                      |
  | -------------------- | ---------------------------------------------------------------- |
  | Authorization Header | An optional HTTP Authorization Header to send with each webhook. |
  | Description          | The description of the webhook subscription.                     |
  | Enable Webhook       | Select to enable the webhook subscription.                       |
  | Event Types          | A comma-separated or JSON list of event types to subscribe to.   |
  | Webhook ID           | An identifier for the webhook subscription to create.            |
  | Webhook URL          | The URL to send the webhook payload to.                          |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "336d997f-d9fa-4612-80e8-9f41a4b41352",
	"webhookId": "Webhook indentifier",
	"url": "https://externalsystem.com",
	"description": "Short description of the webhook subscription",
	"enabled": true,
	"eventTypes": [],
	"lastResponseAt": "0001-01-01T00:00:00Z",
	"retryCount": 0,
	"createdAt": "2018-09-27T20:28:41.3829451Z",
	"updatedAt": "2018-09-27T20:28:41.3829451Z",
	"createdBy": "Member:20"
}
```

## Workflow Library Example

[Create Webhook with Digitalai Agility and Send Results Via Email](https://library.blinkops.com/workflows/create-webhook-with-digitalai-agility-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-webhook-with-digitalai-agility-and-send-results-via-email/canvas" />
</div>
