Arlo Training
Arlo training and event management operations for events, registrations, contacts, and orders.
Tools
| Name | Description |
|---|---|
list_eventsList Arlo event links or expanded event records. | List Arlo event links or expanded event records. |
get_eventGet one Arlo event by EventID. | Get one Arlo event by EventID. |
list_registrationsList Arlo registration links or expanded registrations. | List Arlo registration links or expanded registrations. |
get_registrationGet one Arlo registration by ID. | Get one Arlo registration by ID. |
create_registrationCreate an Arlo registration using documented XML. | Create an Arlo registration using documented XML. |
patch_registrationPatch an Arlo registration using documented XML. | Patch an Arlo registration using documented XML. |
list_contactsList Arlo contacts. | List Arlo contacts. |
get_contactGet one Arlo contact by ID. | Get one Arlo contact by ID. |
create_contactCreate an Arlo contact using documented XML. | Create an Arlo contact using documented XML. |
patch_contactPatch an Arlo contact using documented XML. | Patch an Arlo contact using documented XML. |
list_ordersList Arlo orders. | List Arlo orders. |
get_orderGet one Arlo order by ID. | Get one Arlo order by ID. |
create_orderCreate an Arlo order using documented XML. | Create an Arlo order using documented XML. |
patch_orderPatch an Arlo order using documented XML. | Patch an Arlo order using documented XML. |
cancel_orderCreate an Arlo order cancellation request. | Create an Arlo order cancellation request. |
Triggers
| Name | Description |
|---|---|
eventReceives Arlo event webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account. | Receives Arlo event webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account. |
registrationReceives Arlo registration webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account. | Receives Arlo registration webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account. |
orderReceives Arlo order webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account. | Receives Arlo order webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('arlo-training', 'list_events', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'arlo-training',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Arlo Training 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 Arlo Training support?
Arlo Training supports 15 tools including List Events, Get Event, List Registrations, Get Registration, Create Registration, and more.
Can I use Arlo Training with AI agents?
Yes. Add Arlo Training 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 Arlo Training be used in stateful agent workflows?
Yes. Agents can combine Arlo Training 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 Arlo Training use?
Arlo Training uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Arlo Training integration cost?
The Arlo Training integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Arlo Training support?
Arlo Training supports 3 triggers including Event Webhook, Registration Webhook, Order Webhook.
Connect Arlo Training in minutes
Get 20,000 free action executions every month. No credit card required.