Tools
| Name | Description |
|---|---|
list_resourceList Popmenu restaurants, menus, guests, or orders. | List Popmenu restaurants, menus, guests, or orders. |
update_menuUpdate Popmenu menu data for a restaurant location. | Update Popmenu menu data for a restaurant location. |
create_orderCreate a Popmenu order when enabled for the partner account. | Create a Popmenu order when enabled for the partner account. |
update_orderUpdate Popmenu order status or fulfillment metadata. | Update Popmenu order status or fulfillment metadata. |
Triggers
| Name | Description |
|---|---|
new_order_webhookReceive Popmenu order webhook payloads. | Receive Popmenu order webhook payloads. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('popmenu', 'list_resource', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'popmenu',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Popmenu 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 Popmenu support?
Popmenu supports 4 tools including List Resource, Update Menu, Create Order, Update Order.
Can I use Popmenu with AI agents?
Yes. Add Popmenu 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 Popmenu be used in stateful agent workflows?
Yes. Agents can combine Popmenu 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 Popmenu use?
Popmenu uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Popmenu integration cost?
The Popmenu integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Popmenu support?
Popmenu supports 1 triggers including New Order Webhook.
Connect Popmenu in minutes
Get 20,000 free action executions every month. No credit card required.