Learning & Education · 0 triggers · 10 actions
Training Management Software Add Arlo to your Stream Deck workflows with guided setup for the connection details it needs.
Add Arlo to a workflow and pair it with a Stream Deck button to run it in one press — handy for learning & education tasks. Combine it with OBS, your Elgato tools, or any other app you connect to build a routine that fits how you work.
Browse all templatesSteps your workflow can perform in Arlo.
Update an existing Arlo presenter (contact) record. Only the fields you provide are changed (applied as a partial PATCH diff). Run List Presenters first to find a valid presenterId. Example: call with presenterId: "102", email: "jim.halpert@athlead.com" to change just that contact's email and leave all other fields untouched. View docs.
List Arlo venue records. Use the returned VenueID values when specifying VenueDetails in Create Event sessions. Optionally filter by status. Results are paged (see limit/skip); if the page comes back full, call again with a higher skip for more. Use fields to shrink the response for large venue lists. Example: call with status: "Active" to get up to 100 active venues with VenueID, Name, Status. View docs.
List Arlo registration records with embedded attendee/contact detail, optionally filtered by event. Run List Events first to obtain an eventId. Results are paged (see limit/skip); if the page comes back full, call again with a higher skip for more. Use fields to shrink the response — registration lists can be very large (thousands of records) and each record is verbose. Example: call with eventId: "4", limit: 50 to get up to 50 registrations for event 4 with RegistrationID, Status, Contact. View docs.
List Arlo contact records that serve as presenters. NOTE: the Arlo Contacts collection has no dedicated 'is presenter' filter, so this returns contact records and callers should filter by tag/code externally. Results are paged (see limit/skip); if the page comes back full, call again with a higher skip for more. Use fields to shrink the response for large contact lists. Example: call with status: "Active", limit: 50 to get up to 50 active contacts with ContactID, FirstName, LastName, Email. View docs.
List Arlo Event (scheduled session) records, optionally filtered by status (the Arlo API does not support filtering this collection by parent event template). Results are paged (see limit/skip); if the page comes back full, call again with a higher skip for more. Use fields to shrink the response for large event lists. Example: call with status: "Active", limit: 50 to get up to 50 active events with EventID, Name, Code, StartDateTime. View docs.
List Arlo EventTemplate (course) records. Use this first to discover the template Code and TemplateID values needed by Create Event and List Events. Optionally filter by status. Results are paged (see limit/skip); if the page comes back full, call again with a higher skip for more. Use fields to shrink the response for large template lists. Example: call with status: "Active" to get up to 100 active templates with TemplateID, Code, Name. View docs.
Retrieve full registration plus attendee/contact detail for a single registration by its ID. Run List Registrations first to find a valid registrationId. Example: call with registrationId: "3" to get that registration's Status, CreatedDateTime, and attendee Contact (name, email). View docs.
Retrieve the full detail for a single Arlo Event by its ID. Run List Events first to find a valid eventId. Example: call with eventId: "4" to get that event's full Name, Code, StartDateTime, FinishDateTime, Status, and venue/presenter links. View docs.
Training Management Software
Create your Conductor Deck account: no credit card required.
Follow the setup prompts for Arlo. Conductor Deck handles the app authorization or required connection details inside the workflow builder.
Add an Arlo action to your visual workflow canvas. Configure the options you need, then connect it to other steps.
Sync your workflow to any Stream Deck button. Press once to trigger the entire sequence.
Sign up for free and start building Arlo workflows in minutes.