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

# Update Webhook

Update a webhook, also used to enable a webhook.

<Note>
  External Documentation

  To learn more, visit the [Smartsheet documentation](https://developers.smartsheet.com/api/smartsheet/openapi/webhooks/updatewebhook).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                |
  | ---------- | ---------------------------------------------------------- |
  | Enabled    | Select to enable the webhook, remove selection to disable. |
  | Webhook ID | The ID of the webhook.                                     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter    | Description                               |
  | ------------ | ----------------------------------------- |
  | Callback URL | The callback URL assigned to the webhook. |
  | Events       | A comma-separated list of events.         |
  | Name         | The name of the webhook.                  |
  | Version      | The version of the webhook.               |
</div>

## Example Output

```json theme={"dark"}
{
  "message": "<string>",
  "resultCode": 0,
  "result": {
    "id": 2842323036957869,
    "name": "<string>",
    "scope": "<string>",
    "scopeObjectId": 702342247796433,
    "subscope": {
      "columnIds": [
        3030819613455518
      ]
    },
    "events": [
      "<string>"
    ],
    "callbackUrl": "<string>",
    "sharedSecret": "<string>",
    "enabled": true,
    "status": "<string>",
    "version": 2,
    "createdAt": "2025-03-20T15:43:56Z",
    "modifiedAt": "2025-04-01T05:15:12Z",
  }
}
```

## Workflow Library Example

[Update Webhook with Smartsheet and Send Results Via Email](https://library.blinkops.com/workflows/update-webhook-with-smartsheet-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/update-webhook-with-smartsheet-and-send-results-via-email/canvas" />
</div>
