Tools
| Name | Description |
|---|---|
list_reviewsList Yext reviews with optional entity, status, rating, and date filters. | List Yext reviews with optional entity, status, rating, and date filters. |
get_reviewRetrieve one Yext review by ID. | Retrieve one Yext review by ID. |
create_reviewCreate a first-party or external first-party review in Yext. | Create a first-party or external first-party review in Yext. |
update_reviewUpdate Yext review fields such as rating, content, author, or status. | Update Yext review fields such as rating, content, author, or status. |
create_review_commentReply to a review by creating a public or private Yext review comment. | Reply to a review by creating a public or private Yext review comment. |
update_review_commentUpdate a Yext review comment. | Update a Yext review comment. |
delete_review_commentDelete a comment from a Yext review. | Delete a comment from a Yext review. |
update_entityPatch Yext entity fields used for local listings, such as name, address, phone, hours, and URLs. | Patch Yext entity fields used for local listings, such as name, address, phone, hours, and URLs. |
force_sync_listingForce Yext Listings to sync selected locations and publishers. | Force Yext Listings to sync selected locations and publishers. |
Triggers
| Name | Description |
|---|---|
new_reviewTriggers when Yext returns a review created after the previous poll. | Triggers when Yext returns a review created after the previous poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('yext', 'list_reviews', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'yext',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Yext to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Yext support?
Yext supports 9 tools including List Reviews, Get Review, Create Review, Update Review, Create Review Comment, and more.
Can I use Yext with AI agents?
Yes. Add Yext to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Yext be used in stateful agent workflows?
Yes. Agents can combine Yext tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Yext use?
Yext uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Yext integration cost?
The Yext integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Yext support?
Yext supports 1 triggers including New Review.
Connect Yext in minutes
Get 20,000 free action executions every month. No credit card required.