---
title: "enable_webhook — AI Ability"
description: "Enable / disable a webhook — Enable (go live) or disable a webhook."
url: "https://wpwebhooks.org/docs/ability-enable-webhook/"
---

[WP Webhooks](/) / [Docs](/docs/) / enable\_webhook

AI Ability since v2.0.0

# enable\_webhook

Enable / disable a webhook — Enable (go live) or disable a webhook.

Enable (go live) or disable a webhook. Enabling requires confirmation. Registered as the WordPress Ability `flowsystems-webhook-actions/enable_webhook`, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.

/ Plan step shape

```
{ "ability": "enable_webhook", "input": { "id": …, "enabled": … } }
```

/ Scope & confirmation

Minimum API-token scope for external (MCP/REST) callers: `full`. This step always pauses for explicit user confirmation before it runs.

/ Input fields

| Name | In | Type | Req | Description |
| --- | --- | --- | --- | --- |
| id | param | integer | yes |  |
| enabled | param | boolean | — |  |

/ Examples

Plan step as the AI Builder proposes it

```
{
  "id": "step_1",
  "ability": "enable_webhook",
  "summary": "…",
  "input": {
    "id": 12,
    "enabled": true
  }
}
```

/ Related

[create\_webhook](/docs/ability-create-webhook/)[delete\_webhook](/docs/ability-delete-webhook/)[REST API reference](/webhook-wordpress-plugin-api/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"enable_webhook — AI Ability — Webhook Actions Docs","description":"Enable / disable a webhook — Enable (go live) or disable a webhook.","url":"https://wpwebhooks.org/docs/ability-enable-webhook/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
