# Zuora

### Supported Destinations Services

DinMo supports the following destination services:

* [Synchronize Accounts](/integrations/destination-platforms/zuora/synchronize-accounts.md)
* [Synchronize Subscriptions](/integrations/destination-platforms/zuora/synchronize-subscriptions.md)
* [Send Usage Data](/integrations/destination-platforms/zuora/send-usage-data.md)

Please refer to the dedicated documentation page for more information.

### Authentification to Zuora

Regardless of the selected destination service, DinMo will always connect to Zuora using an **OAuth Client.**

{% hint style="info" %}
You will first need to create the OAuth client for the user in Zuora, so that you can then enter it in DinMo.
{% endhint %}

#### Steps in Zuora

To create an OAuth client for a user, follow these steps:

* Click your user name at the top right and navigate to **Administration > Manage Users**.

<figure><img src="/files/noJyXSGfWYSRWscoOTci" alt=""><figcaption></figcaption></figure>

* Locate the user in the table and click on it.

{% hint style="warning" %}
The user must be Active and have a Platform role that includes the “API Write Access” permission.
{% endhint %}

* In the **New** **OAuth Clients** section, enter a name for the OAuth client.\
  If you have the Multi-entity feature enabled, select which entities the OAuth client will be permitted to access.
* Click **create**.

Zuora displays the Client ID and Client Secret for the OAuth client.

{% hint style="warning" %}
This is the only time you can see the Client Secret.\
**You will need the Client ID and Client Secret to connect to DinMo, make sure to save it carefully.**
{% endhint %}

#### Steps in DinMo

Once the OAuth client has been created, you can return to DinMo, directly in the destinations tab.

Select Zuora as the new platform and enter the **Client ID** and **Client Secret** you retrieved in the previous step.

<figure><img src="/files/mfbI3SfP9h9tRypPTmmP" alt="" width="563"><figcaption></figcaption></figure>

And it's done! Now you can configure [each service destination](#supported-destinations-services).


---

# 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.dinmo.io/integrations/destination-platforms/zuora.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.
