·elevenlabs-webhooks
</>

elevenlabs-webhooks

hookdeck/webhook-skills

Receive and verify ElevenLabs webhooks. Use when setting up ElevenLabs webhook handlers, debugging signature verification, or handling call transcription events.

12Installs·0Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill elevenlabs-webhooks

SKILL.md

ElevenLabs recommends using the official @elevenlabs/elevenlabs-js SDK for webhook verification and event construction. See Verify the webhook secret and construct the webhook payload.

The SDK (Node/TypeScript and Python) verifies the signature, validates the timestamp (30-minute tolerance), and returns the parsed event. On failure it throws; return 401 and the error message.

| Event | Triggered When | Common Use Cases |

Receive and verify ElevenLabs webhooks. Use when setting up ElevenLabs webhook handlers, debugging signature verification, or handling call transcription events. Source: hookdeck/webhook-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill elevenlabs-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is elevenlabs-webhooks?

Receive and verify ElevenLabs webhooks. Use when setting up ElevenLabs webhook handlers, debugging signature verification, or handling call transcription events. Source: hookdeck/webhook-skills.

How do I install elevenlabs-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill elevenlabs-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hookdeck/webhook-skills