elevenlabs-webhooks-events

Featured

Implement ElevenLabs webhook HMAC signature verification and event handling. Use when setting up webhook endpoints for transcription completion, call recording, or agent conversation events from ElevenLabs. Trigger: "elevenlabs webhook", "elevenlabs events", "elevenlabs webhook signature", "handle elevenlabs notifications", "elevenlabs post-call webhook", "elevenlabs transcription webhook".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ElevenLabs Webhooks & Events ## Overview ElevenLabs webhooks send HTTP POST notifications when async operations complete. Supported event types include transcription completion, post-call data from Conversational AI agents, and call initiation failures. Webhooks use HMAC-SHA256 signatures for verification. ## Prerequisites - ElevenLabs account (webhooks configured in Settings > Webhooks) - HTTPS endpoint accessible from the internet - Webhook secret (generated during webhook creation in dashboard) ## Instructions ### Step 1: Webhook Event Types | Event Type | Payload | When Triggered | |------------|---------|----------------| | `post_call_transcription` | Full conversation transcript, analysis, metadata | After Conversational AI call ends | | `post_call_audio` | Base64-encoded call audio, minimal metadata | After call ends (if audio recording enabled) | | `call_initiation_failure` | Failure reason, metadata | When an outbound call fails to connect | | `speech_to_text.completed` | Transcription result, word timestamps | Async STT job completes | ### Step 2: Webhook Setup ```bash # Create webhook in ElevenLabs dashboard: # Settings > Webhooks > Create Webhook # - URL: https://your-app.com/webhooks/elevenlabs # - Select event types to subscribe to # - Copy the generated HMAC secret ``` ### Step 3: HMAC Signature Verification ```typescript // src/elevenlabs/webhook-verify.ts import crypto from "crypto"; /** * Verify the ElevenLabs-Signature header using HMAC-SHA25...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

klaviyo-webhooks-events

Implement Klaviyo webhooks with HMAC-SHA256 signature verification and event handling. Use when setting up webhook endpoints, handling Klaviyo event notifications, or creating event-driven integrations with Klaviyo. Trigger with phrases like "klaviyo webhook", "klaviyo events", "klaviyo webhook signature", "handle klaviyo events", "klaviyo notifications".

2,266 Updated today
jeremylongshore
AI & Automation Solid

vercel-webhooks-events

Implement Vercel webhook handling with signature verification and event processing. Use when setting up webhook endpoints, processing deployment events, or building integrations that react to Vercel deployment lifecycle. Trigger with phrases like "vercel webhook", "vercel events", "vercel deployment.ready", "handle vercel events", "vercel webhook signature".

2,266 Updated today
jeremylongshore
AI & Automation Solid

hex-webhooks-events

Implement Hex webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling Hex event notifications securely. Trigger with phrases like "hex webhook", "hex events", "hex webhook signature", "handle hex events", "hex notifications".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-webhooks-events

Implement Fireflies.ai webhook receiver with HMAC signature verification and event processing. Use when setting up webhook endpoints, handling transcript-ready notifications, or building real-time meeting intelligence pipelines. Trigger with phrases like "fireflies webhook", "fireflies events", "fireflies webhook signature", "handle fireflies events", "fireflies notifications".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hootsuite-webhooks-events

Implement Hootsuite webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling Hootsuite event notifications securely. Trigger with phrases like "hootsuite webhook", "hootsuite events", "hootsuite webhook signature", "handle hootsuite events", "hootsuite notifications".

2,266 Updated today
jeremylongshore