cdr-notification

Process Voicenter Call Detail Records via POST requests and store call data.

2|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/VoicenterTeam/claude-marketplace --skill cdr-notification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cdr-notification
Source: https://github.com/VoicenterTeam/claude-marketplace/tree/main/plugins/voicenter-api/skills/cdr-notification
Command: npx skills add https://github.com/VoicenterTeam/claude-marketplace --skill cdr-notification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the reception and processing of Call Detail Records (CDRs) after every call ends, streamlining call data processing and enabling real-time event handling.

Core Features & Use Cases

  • CDR Reception: Receive and process CDR push notifications from Voicenter.
  • Real-Time Handling: React to call events in real-time, such as missed or abandoned calls.
  • Data Processing: Process call records, AI analysis, and integrate with CRM systems.
  • Use Case: For a call center, this Skill can automatically save call records, trigger follow-up actions, and update CRM systems post-call.

Quick Start

Enable the cdr-notification skill in your Voicenter account and configure your webhook URL.

Frequently Asked Questions about cdr-notification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process real-time Call Detail Records from Voicenter?

To process real-time Call Detail Records from Voicenter, enable the cdr-notification skill in your account and configure a webhook URL. The skill receives POST requests containing call data, enabling server-side processing and database storage.

Can I use Voicenter webhooks for CRM integration and call data storage?

Yes, Voicenter webhooks support CRM integration and call data storage. The skill receives CDR push notifications, processes call records, and enables direct integration with your CRM systems after every call ends.

How does real-time event handling work for missed or abandoned calls?

Real-time event handling for missed or abandoned calls works by receiving CDR push notifications via POST requests. Your server processes these call events in real-time, triggering automated follow-up actions and database updates.

What is the best way to automate call data processing for a call center?

Automating call data processing for a call center requires server-side handling of CDR push notifications. The skill receives call records after every call ends, enabling automatic saving, AI analysis, and CRM system updates.

Do I need server-side handling to receive CDR push notifications?

Yes, server-side handling is required to receive CDR push notifications. The skill requires a configured webhook URL to accept POST requests and a database to store incoming call data records.

Why does cdr-notification require a webhook URL configuration?

The cdr-notification skill requires a webhook URL configuration to receive real-time CDR push notifications from Voicenter. This endpoint accepts POST requests containing call records for immediate server-side processing.