Tools
| Name | Description |
|---|---|
create_ap_invoicesCreate AP invoices in Restaurant365 using the documented APIv1 APInvoices endpoint. | Create AP invoices in Restaurant365 using the documented APIv1 APInvoices endpoint. |
create_or_update_usersCreate or update Restaurant365 API managed users with usernames, emails, default locations, and role IDs. | Create or update Restaurant365 API managed users with usernames, emails, default locations, and role IDs. |
list_odata_recordsRead Restaurant365 OData connector records for reporting and back-office analysis. | Read Restaurant365 OData connector records for reporting and back-office analysis. |
create_or_update_recordPush a documented Restaurant365 APIv1 record such as an AP invoice, managed user, or vendor-supported payload. | Push a documented Restaurant365 APIv1 record such as an AP invoice, managed user, or vendor-supported payload. |
Triggers
| Name | Description |
|---|---|
new_or_updated_odata_recordsPoll a Restaurant365 OData entity after an initial baseline. | Poll a Restaurant365 OData entity after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('restaurant365', 'create_ap_invoices', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'restaurant365',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Restaurant365 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 Restaurant365 support?
Restaurant365 supports 4 tools including Create AP Invoices, Create or Update Users, List OData Records, Create or Update Record.
Can I use Restaurant365 with AI agents?
Yes. Add Restaurant365 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 Restaurant365 be used in stateful agent workflows?
Yes. Agents can combine Restaurant365 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 Restaurant365 use?
Restaurant365 uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Restaurant365 integration cost?
The Restaurant365 integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Restaurant365 support?
Restaurant365 supports 1 triggers including New or Updated OData Records.
Connect Restaurant365 in minutes
Get 20,000 free action executions every month. No credit card required.