Weavz
Yext

Yext

Local listings, entity data, reviews, and review responses for Yext accounts.

9 tools
1 trigger

Tools

Name
list_reviews

List Yext reviews with optional entity, status, rating, and date filters.

get_review

Retrieve one Yext review by ID.

create_review

Create a first-party or external first-party review in Yext.

update_review

Update Yext review fields such as rating, content, author, or status.

create_review_comment

Reply to a review by creating a public or private Yext review comment.

update_review_comment

Update a Yext review comment.

delete_review_comment

Delete a comment from a Yext review.

update_entity

Patch Yext entity fields used for local listings, such as name, address, phone, hours, and URLs.

force_sync_listing

Force Yext Listings to sync selected locations and publishers.

Triggers

Name
new_review

Triggers when Yext returns a review created after the previous poll.

Quick Start

TypeScript
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.