Skip to content
AActionAcadleUpdated May 2026

What courses are available in this Acadle academy?

Short answer: Drop the "AcadleList Academy Courses" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

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. Tiny Command handles Acadle's rate limits automatically so you don't have to throttle manually.
More actions

Other Acadle actions.

Send list academy courses from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.