Skip to main content

Overview

The Noveum integration node automatically exports every completed call to Noveum as a full observability trace. Each call becomes a structured trace with per-turn spans for STT, LLM, and TTS β€” transcripts, prompts and completions, token usage, latency breakdowns, interruptions, and (optionally) the call audio itself, ready for playback and audio-level evaluation on the Noveum platform. No custom code required. The export is post-call and bring-your-own-key: while the call is live, Dograh only records data locally β€” nothing is sent to Noveum and no latency is added to the conversation. After the call finishes, the trace and audio are uploaded in the background using the Noveum API key you configure on the node.

Prerequisites

Setup

1. Get your Noveum credentials

Log in to Noveum and gather two values: Noveum dashboard β€” creating an API key under Settings β†’ API Keys Treat the API key like a password β€” it authorizes writes into your Noveum project.

2. Add the Noveum node to your workflow

In your Dograh workflow editor, click Add node and scroll to the Integrations section. Select Noveum. Dograh voice workflow builder β€” click Add node Scroll to Integrations and select Noveum: Dograh Integrations panel showing the Noveum node The node appears on your canvas with a Not configured badge. Like other integration nodes, it is standalone β€” it does not connect to any other node in the conversation graph, and a workflow can contain at most one Noveum node.

3. Configure the node

Click on the Noveum node and fill in the following fields:
  • Noveum API Key β€” Your API key from step 1
  • Noveum Project β€” The Noveum project the call traces are exported into
  • Noveum Environment β€” Environment label stamped on exported traces (defaults to production; use staging, development, etc. to separate environments)
  • Record audio β€” Capture per-segment STT/TTS audio plus the full-conversation recording for audio evaluation on Noveum (on by default)
  • Enabled β€” Toggle on to activate the export
Dograh Edit Noveum modal with API key, project, environment, and audio fields Click Save, then Publish your workflow. Noveum node on the canvas showing configured and enabled

4. Verify the connection

Make a test call through your agent. Once the call completes, open your project in the Noveum dashboard β€” the call appears as a new trace within a few moments. Open it to see the turn-by-turn timeline with STT, LLM, and TTS spans, and play back the captured audio. Noveum trace view showing a Dograh call with per-turn STT, LLM, and TTS spans

What gets exported

Each call produces one conversation trace containing: Once the traces are in Noveum you can inspect and replay calls, build evaluation datasets from production traffic, and run automated scorers over transcripts and audio to track agent quality over time.

Disabling the integration

To temporarily stop exporting calls to Noveum, open the Noveum node configuration and toggle Enabled off. Your credentials are preserved β€” toggle it back on anytime to resume.

Troubleshooting

Learn more