---
title: "list_triggers — AI Ability"
description: "List available triggers — List every WordPress do_action hook discovered on this site (runtime + static scan) that can be used as a webhook trigger."
url: "https://wpwebhooks.org/docs/ability-list-triggers/"
---

[WP Webhooks](/) / [Docs](/docs/) / list\_triggers

AI Ability since v2.0.0

# list\_triggers

List available triggers — List every WordPress do\_action hook discovered on this site (runtime + static scan) that can be used as a webhook trigger.

List every WordPress do\_action hook discovered on this site (runtime + static scan) that can be used as a webhook trigger. Registered as the WordPress Ability `flowsystems-webhook-actions/list_triggers`, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.

/ Plan step shape

```
{ "ability": "list_triggers", "input": {  } }
```

/ Scope & confirmation

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

/ Examples

Plan step as the AI Builder proposes it

```
{
  "id": "step_1",
  "ability": "list_triggers",
  "summary": "…",
  "input": {}
}
```

/ Related

[create\_webhook](/docs/ability-create-webhook/)[Any Hook as a Trigger](/docs/any-hook-integration/)[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":"list_triggers — AI Ability — Webhook Actions Docs","description":"List available triggers — List every WordPress do_action hook discovered on this site (runtime + static scan) that can be used as a webhook trigger.","url":"https://wpwebhooks.org/docs/ability-list-triggers/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
