Actions
| Name | Description |
|---|---|
list_reviewsList reviews for a business unit | List reviews for a business unit |
get_reviewGet a specific review by ID | Get a specific review by ID |
reply_to_reviewPost a reply to a review (requires business authentication) | Post a reply to a review (requires business authentication) |
custom_api_callMake a custom API call to the Trustpilot API | Make a custom API call to the Trustpilot API |
Triggers
| Name | Description |
|---|---|
new_reviewTriggers when a new review is posted for your business | Triggers when a new review is posted for your business |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'trustpilot',
actionName: 'list_reviews',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Trustpilot to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Trustpilot support?
Trustpilot supports 4 actions including List Reviews, Get Review, Reply to Review, Custom API Call.
Can I use Trustpilot with AI agents?
Yes. Add Trustpilot to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Trustpilot use?
Trustpilot uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Trustpilot integration cost?
The Trustpilot integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Trustpilot support?
Trustpilot supports 1 triggers including New Review.
Connect Trustpilot in 2 minutes
Get 1,000 free actions every month. No credit card required.