AActionAcadleUpdated June 2026

What courses are available in this Acadle academy?

Short answer: You can list academy courses in Acadle by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Acadle List Academy Courses action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Limit
limit
numberOptional
Sample request
{
"limit": "{{trigger.limit}}"
}
Returns
{
"courses": [
{
"id": "course_abc",
"slug": "intro-to-ai",
"title": "Intro to AI",
"status": "published"
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List Academy Courses.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List Academy Courses.

What does the List Academy Courses action do in Acadle?
Returns every course on the connected Acadle academy with title, description, current enrollment count, and configured access type (free, paid, restricted). Useful for populating dropdowns at workflow-build time so users pick the right course for "enroll on event X" automations.
What inputs does List Academy Courses require?
List Academy Courses has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Acadle returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Academy Courses support batch operations?
Yes. Run List Academy Courses inside a Loop node to process arrays. TinyCommand handles Acadle's rate limits automatically so you don't have to throttle manually.
More actions

Other Acadle actions.

Action
Enroll Student in Course
Grants a student access to a specific course in your Acadle academy. Acadle dedupes on email — existing students get the new enrollment added; new emails get an account created and the welcome email sent. The standard hook for "Stripe checkout completed → auto-enroll in the product training" patterns.