WP Webhooks / Docs / get_webhook
AI Ability since v2.0.0

get_webhook

Get a webhook — Get a single webhook by id, including triggers, mapping, conditions, headers and credential assignment.

$

Get a single webhook by id, including triggers, mapping, conditions, headers and credential assignment. Registered as the WordPress Ability flowsystems-webhook-actions/get_webhook, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.

/ Plan step shape

{ "ability": "get_webhook", "input": { "id":} }

/ Scope & confirmation

Minimum API-token scope for external (MCP/REST) callers: read. Read-only — the agent runs it freely while planning and verifying.

/ Input fields

NameInTypeReqDescription
idparamintegeryesWebhook id

/ Examples

Plan step as the AI Builder proposes it

{
  "id": "step_1",
  "ability": "get_webhook",
  "summary": "…",
  "input": {
    "id": 12
  }
}

/ Related

Ready

Your next automation is
one sentence away.

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