# Trustpilot

### Supported destination services

{% hint style="info" %}
Learn more about all of our Destination service types on our [Core Concepts page](/core-concepts.md).
{% endhint %}

DinMo supports the following destination service:

* [Create review invitations](/integrations/destination-platforms/trustpilot/create-review-invitations.md)

### Destination Setup

Please do the following steps to add Trustpilot as a destination in DinMo:

1. Go to the Destinations section in the navigation bar.
2. Click "Add a new destination".
3. Select "Trustpilot".
4. Enter the name of the destination.
5. Fill in the following Trustpilot credentials:
   * API Key
   * API Secret
   * Business User ID
   * Domain
6. Click Continue, then Connect.

You can find these values in your Trustpilot Business account:

* **API Key** and **API Secret**: create or manage them from your Trustpilot developer application used for Business API access.
* **Business User ID**: available in Trustpilot Business under the [User Management page](https://businessapp.b2b.trustpilot.com/usermanagement/user).
* **Domain**: the business unit domain associated with the Trustpilot account you want to use, for example `example.fr.tp-testing.com`.

{% hint style="info" %}
DinMo uses these credentials to authenticate with Trustpilot and retrieve the Business Unit, invitation templates, and products available for activation setup.
{% 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.dinmo.io/integrations/destination-platforms/trustpilot.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.
