Actions
| Name | Description |
|---|---|
get_orderGet order details by GUID | Get order details by GUID |
list_ordersList orders for a restaurant within a date range | List orders for a restaurant within a date range |
list_menuGet the menu for a restaurant | Get the menu for a restaurant |
get_employeeGet employee details by GUID | Get employee details by GUID |
get_restaurantGet restaurant details by GUID | Get restaurant details by GUID |
custom_api_callMake a custom API call to the Toast API | Make a custom API call to the Toast API |
Triggers
| Name | Description |
|---|---|
new_orderTriggers when a new order is created | Triggers when a new order is created |
order_updatedTriggers when an order is updated | Triggers when an order is updated |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'toast-pos',
actionName: 'get_order',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Toast POS to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Toast POS support?
Toast POS supports 6 actions including Get Order, List Orders, List Menu, Get Employee, Get Restaurant, and more.
Can I use Toast POS with AI agents?
Yes. Add Toast POS 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 Toast POS use?
Toast POS uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Toast POS integration cost?
The Toast POS integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Toast POS support?
Toast POS supports 2 triggers including New Order, Order Updated.
Connect Toast POS in 2 minutes
Get 1,000 free actions every month. No credit card required.