SessionStart
01Hook
Runs when a session starts, executing send-webhook.sh. From dtinth/claude-code-webhook.
A lightweight, asynchronous webhook plugin that sends all Claude Code events to a configured webhook endpoint. Requires jq, bash, and curl.
Hook
Runs when a session starts, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when you submit a prompt, before the agent sees it, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs before the agent uses a tool, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when the agent asks permission for an action, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs after a tool call finishes, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when a tool call fails, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when a subagent starts, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when a subagent finishes, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when the agent finishes a response, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs before the context is compacted, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs once when the project is set up, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when a session ends, executing send-webhook.sh. From dtinth/claude-code-webhook.
Hook
Runs when the agent sends a notification, executing send-webhook.sh. From dtinth/claude-code-webhook.