# Chorus (by ZoomInfo)

{% hint style="info" %}
ZoomInfo has acquired Chorus.ai.
{% endhint %}

## Overview

Use the Chorus.ai integration to identify problems with your users and licenses before they occur. Integrating with Chorus.ai enables you to build boards that correlate fields within Chorus.ai and with other connected tools.

#### Generating API Token

1. **Log in** to your [**Chorus account**](https://hello.chorus.ai/login)
2. In the navigation menu, click the **Profile** icon, then select **Settings**
3. Click **Generate API Token**

## Configure

Enable the Chorus.ai integration from `Connections` in the left sidenav. Click `Connect` and enter your API Token. Before connecting, Chorus.ai will sync for a few minutes while fetching data. Once connected, you can click the `...` menu on the Chorus.ai integration tile to manage or disconnect the integration.&#x20;

## Data model

We automatically fetch and relate the following objects from Chorus.ai.

<details>

<summary>Supported objects</summary>

* Users

</details>

We support the following actions in Chorus.ai.

<details>

<summary>Supported actions</summary>

* None

</details>

## Boards

When building a board, you can select any supported Chorus.ai resource as your object to indicate the data you want to surface on your board. We automatically determine the primary field for each object. The primary field is meant to be a unique representation of each record in a board.&#x20;

{% hint style="info" %}
An object in Stitchflow is a data type that is used to treat several different pieces of data as one unit.
{% endhint %}

### Adding fields

Click `Add field` to select fields from both within Chorus.ai and across your other connected tools. We only show fields that can be joined with your chosen object.&#x20;

### Triggering actions

Click `Integration actions` in the top right of any board to view all available actions across your connected integrations. When selecting an action, you'll be prompted to fill out all required inputs necessary to run the action. Changes and updates made via actions will persist to all boards.

{% hint style="info" %}
Stitchflow fetches Chorus.ai data every 24 hours.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stitchflow.io/documentation/integrations/chorus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
