Podium
Manage Podium reviews, review invites, and review responses.
Tools
| Name | Description |
|---|---|
list_reviewsList Podium reviews with optional location and pagination filters. | List Podium reviews with optional location and pagination filters. |
get_reviewRetrieve one Podium review by UID. | Retrieve one Podium review by UID. |
list_review_invitesList Podium review invitations. | List Podium review invitations. |
create_review_inviteCreate a Podium review invitation. | Create a Podium review invitation. |
get_review_inviteRetrieve a Podium review invitation by UID. | Retrieve a Podium review invitation by UID. |
list_review_responsesList responses for a Podium review. | List responses for a Podium review. |
create_review_responseReply to a Podium review. | Reply to a Podium review. |
update_review_responseUpdate a response on a Podium review. | Update a response on a Podium review. |
get_review_sites_summaryRetrieve Podium review-site summary metrics for one or more locations. | Retrieve Podium review-site summary metrics for one or more locations. |
Triggers
| Name | Description |
|---|---|
new_reviewPolls Podium reviews and emits reviews published since the previous poll. | Polls Podium reviews and emits reviews published since the previous poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('podium', 'list_reviews', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'podium',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Podium to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Podium support?
Podium supports 9 tools including List Reviews, Get Review, List Review Invites, Create Review Invite, Get Review Invite, and more.
Can I use Podium with AI agents?
Yes. Add Podium 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 Podium be used in stateful agent workflows?
Yes. Agents can combine Podium 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 Podium use?
Podium uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Podium integration cost?
The Podium integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Podium support?
Podium supports 1 triggers including New Review.
Connect Podium in minutes
Get 20,000 free action executions every month. No credit card required.