> ## Documentation Index
> Fetch the complete documentation index at: https://docs.momentum.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrating Vonage Contact Center with Momentum AI

Momentum connects to your Vonage Contact Center (VCC) account to automatically ingest call recordings and metadata into Momentum's Call Library. These calls are processed like any other source in Momentum: summarized, analyzed, and made searchable.

## Prerequisites

<Note>
  You'll need Vonage Contact Center administrator access and a Momentum admin account.
  Ensure users exist in both systems with matching work emails.
</Note>

* Momentum workspace permissions to install and manage integrations.
* Calls must have recordings enabled and accessible in Vonage Contact Center.
* **Vonage Contact Center region**: Know your VCC region (NAM, EMEA, or APAC) — this determines the API endpoints used.

## Vonage Contact Center Configuration

### Required API Scopes

Your Vonage Contact Center API credentials must have the following scopes enabled in the VCC Admin Portal:

| Scope                                                             | Purpose                                                                     |
| ----------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `stats - View Insights stats`                                     | Required. Access to Insights Stats API for retrieving call/interaction data |
| `interaction-content:read - Read or download interaction content` | Required. Access to recordings and transcripts                              |
| `users:read - Read VCC user details, settings and presence`       | Required. Enables automatic user sync between Vonage and Momentum           |

<img src="https://mintcdn.com/momentum/eyxC0XvUWN2INny8/images/momentum-ai-vonage-integration/vonage-vcc-required-scopes.png?fit=max&auto=format&n=eyxC0XvUWN2INny8&q=85&s=7911aedccb24c921d70a79cdd04ce6a8" alt="vonage-vcc-required-scopes" width="701" height="449" data-path="images/momentum-ai-vonage-integration/vonage-vcc-required-scopes.png" />

<Warning>
  If the required scopes are not enabled, Momentum will not be able to retrieve call data or recordings. Contact your Vonage administrator to verify scope configuration.
</Warning>

### Regional Endpoints

Vonage Contact Center uses region-specific endpoints. Momentum will use the appropriate endpoints based on your configured region:

| Region                           | Authentication Endpoint                         | API Endpoint                     |
| -------------------------------- | ----------------------------------------------- | -------------------------------- |
| NAM (North America)              | `https://nam.cc.vonage.com/Auth/connect/token`  | `https://nam.api.cc.vonage.com`  |
| EMEA (Europe/Middle East/Africa) | `https://emea.cc.vonage.com/Auth/connect/token` | `https://emea.api.cc.vonage.com` |
| APAC (Asia Pacific)              | `https://apac.cc.vonage.com/Auth/connect/token` | `https://apac.api.cc.vonage.com` |

<Note>
  EMEA is the default region. If your VCC account is provisioned in a different region, ensure you specify the correct region when configuring the integration or inform the support team and they will help you to configure.
</Note>

## Generate your Vonage API Credentials

1. Sign in to your Vonage Contact Center Admin Portal with an administrator account.
2. Navigate to **Admin → API Credentials**.
3. Click **Create API Credentials** or locate existing credentials.
4. Select the [required scopes](#required-api-scopes).
5. Click **Create**.
6. Copy the **Client ID** and **Client Secret**.

<Warning>
  Store your API credentials securely immediately after generation. The Client credentials may not be retrievable later.
</Warning>

## Add API Credentials to Momentum

1. Copy the generated API credentials from Vonage Contact Center.
2. Switch to your Momentum admin dashboard.
3. Find the Vonage integration tile and enter:

   * **Client ID**
   * **Client Secret**

   <img src="https://mintcdn.com/momentum/KL0FN73xPjAyfdWZ/images/momentum-ai-vonage-integration/vonage-add-api-key-to-momentum.png?fit=max&auto=format&n=KL0FN73xPjAyfdWZ&q=85&s=9021ae1e61faec2ea1fb21d5821696d8" alt="vonage-add-api-key-to-momentum.png" width="1296" height="852" data-path="images/momentum-ai-vonage-integration/vonage-add-api-key-to-momentum.png" />

Your integration is now complete!

## Where to Find Calls

Open the **Call Library** in Momentum to browse and search Vonage calls.

## Assign AI License Seats

To enable Vonage call sync for users:

1. Log in to the [Momentum admin](https://app.momentum.io/admin/team) page.
2. In the **Team** section, invite or locate users to license.
3. Click **Assign AI License** for each user.
4. Enable **Vonage calls** to sync that user's calls.

   <img src="https://mintcdn.com/momentum/yXftDVSA9sTQ9RCF/images/assign-ai-license-to-user.png?fit=max&auto=format&n=yXftDVSA9sTQ9RCF&q=85&s=13618accba73a02316e9ae7d8335d23d" alt="assign-ai-license-to-user" width="2664" height="548" data-path="images/assign-ai-license-to-user.png" />

   <img src="https://mintcdn.com/momentum/KL0FN73xPjAyfdWZ/images/momentum-ai-vonage-integration/vonage-calls-import-license-settings.png?fit=max&auto=format&n=KL0FN73xPjAyfdWZ&q=85&s=cb7b4e813583c1ea25f0c6d230c78d8b" alt="vonage-assign-dialer-call-import-license" width="1278" height="540" data-path="images/momentum-ai-vonage-integration/vonage-calls-import-license-settings.png" />

## Troubleshooting

If you encounter issues, contact our support team:

* Slack: Use your shared Momentum channel
* Email: [support@momentum.io](mailto:support@momentum.io)

## FAQs

<Accordion title="Do you support historical backfill?">
  By default, ingestion starts after connection. Contact Momentum support for historical backfill requests.
</Accordion>

<Accordion title="What happens if I regenerate my API credentials?">
  You'll need to update the credentials in Momentum's integration settings to maintain the connection.
</Accordion>

<Accordion title="How do I know which region to select?">
  Your region is determined by where your Vonage Contact Center account was provisioned. If you're unsure, contact your Vonage administrator or check your VCC Admin Portal URL — it typically contains the region prefix (nam, emea, or apac).
</Accordion>
