retellai-webhooks-events

Installation
SKILL.md

Retell AI Webhooks Events

Overview

Handle Retell AI webhook events for call lifecycle, transcripts, and function execution.

Prerequisites

  • HTTPS webhook endpoint
  • Agent configured with webhook URL

Instructions

Step 1: Configure Webhook URL

// Set webhook URL in agent configuration
await retell.agent.update(agentId, {
  webhook_url: 'https://your-app.com/webhooks/retell',
});
Installs
1
GitHub Stars
2.3K
First Seen
May 13, 2026
retellai-webhooks-events — jeremylongshore/claude-code-plugins-plus-skills