> For the complete documentation index, see [llms.txt](https://alhena.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alhena.gitbook.io/docs/integrations/reviews/integration-alhena-ai-with-trustpilot.md).

# Trustpilot

What is Trustpilot Integration ?

**"Integration Alhena AI With Trustpilot"** outlines the seamless connection between Trustpilot’s Business APIs and Alhena AI, enabling businesses to efficiently manage and respond to service reviews. This integration empowers companies to connect their Trustpilot business account with Alhena AI and streamline the review engagement process through intelligent automation and controlled approval workflows.

With this setup, companies can:

* Automatically fetch and monitor new service reviews from Trustpilot.
* Enable human approval flows for sensitive reviews (1 to 3-star ratings).
* Leverage Alhena AI to autonomously draft and post high-quality, context-aware responses to positive reviews (4 to 5 stars) without manual approval.
* Ensure that all responses align with the brand’s tone and values, using AI trained on company-specific data.

This integration boosts brand reputation management by reducing response time, ensuring consistent communication, and allowing teams to focus on strategic initiatives while Alhena AI handles routine interactions.

How to Integrate Trustpilot?

* Login into Alhena Dashboard
* Navigate to Integration -> Look for Trustpilot integraition as follow<br>

  <div align="left"><figure><img src="/files/tIkYX1vyxMQlGq2IoaGL" alt="" width="367"><figcaption></figcaption></figure></div>
* Click on Connect & provide the API Integration details\
  \
  Please do refer "How to use Trsutpilot APIs" in order to create App ID & App Secret.\
  Ensure to put provided Redirect URI in redirect URL section in Trustpilot dashboard.

  <div align="left"><figure><img src="/files/FtSH37uWnbAiR9jdPYtQ" alt="" width="375"><figcaption></figcaption></figure></div>
* To proceed, click the "Connect" button. You'll be directed to the Trustpilot login page for authorization.
  1. Log in to your Trustpilot account.<br>

     <div align="left"><figure><img src="/files/GLQDSguTTskW5mKdfboZ" alt="" width="375"><figcaption></figcaption></figure></div>
  2. If prompted for email verification, check your email and verify your account.
  3. Return to the login page, and it will automatically redirect you to the Alhena AI.<br>

## **Configure Trustpilot Settings**

After logging into Trustpilot, you will be redirected back to the Alhena Dashboard Trustpilot Settings. Alternatively, you can manually navigate to the settings by going to Integration -> Trustpilot Integration.<br>

<div align="left"><figure><img src="/files/9j6TcLsyIoJIFscWP6jA" alt="" width="356"><figcaption></figcaption></figure></div>

Click on Configure settings button & you'll see the trustpilot settings page as follow

<div align="left"><figure><img src="/files/ycDfWLOGpI5zQCyh2iQJ" alt="" width="375"><figcaption></figcaption></figure></div>

First, turn on the **AI replies comments on posts** toggle. This is the master switch for the integration — the **Search and connect your Trustpilot business unit** and **Enable Trustpilot webhooks** sections only appear once this toggle is enabled.

1. Connect your trustpilot business from "Search and connect your Trustpilot business unit"\
   \
   C*ilck on your business name to connect*

   <div align="left"><figure><img src="/files/OaGrVFlhGG2mMeCilEjS" alt=""><figcaption></figcaption></figure></div>
2. Enable Trustpilot webhooks to start recieving trustpilot reviews/comments<br>

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

   1. Click on "Copy URL."

   <figure><img src="/files/986BLNOwohvEtIH6D12Z" alt=""><figcaption></figcaption></figure>

   1. Click on "Manage webhooks" and select your business.
   2. Go to "Service Review" -> "New Review," paste your URL, then click "Enabled" and "Save Changes."

   \
   You're all set !!

## How to Manage Trustpilot reviews or comments

First you can manage your change reply setting as follow<br>

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

*Click on change reply settings*

<div align="left"><figure><img src="/files/VAiTmrt8ml5PDTQ4LlHJ" alt="" width="375"><figcaption></figcaption></figure></div>

Choose how you'd like to use AI replies from the available options, then click **Save**:

* **Require admin approval** before posting (recommended to ensure accuracy).
* **Allow 4 and 5 stars** (faster replies, but with some chances of inaccuracy).
* **Allow all comments** (faster replies, but with some chances of inaccuracy, for all comments).

## How to approve Trustpilot replies

Manage AI-generated replies in [Social Conversations](/docs/dashboard/social-conversations.md):

1. Navigate to Social Conversations -> Select Trustpilot Tab<br>

   <figure><img src="/files/mUQOnlCIQ0RPn3dwiN6s" alt=""><figcaption></figcaption></figure>
2. You have several options for handling AI-generated replies:

   1. **Reject AI Replies**: Dismiss replies that do not meet your criteria.
   2. **Edit AI Replies**: Modify the responses to better suit your needs.
   3. **Reply**: Respond directly.

   To approve multiple replies at once, use the bulk selection replies feature.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://alhena.gitbook.io/docs/integrations/reviews/integration-alhena-ai-with-trustpilot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
