Skip to content
ActionEzyCourseUpdated May 2026

How do I list EzyCourse students?

Short answer: Drop the "EzyCourseList EzyCourse Students" 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
Page
page
stringOptionalPage number for pagination
Sample request
{
"page": "1"
}
Returns
[
{
"id": 5001,
"email": "jane@example.com",
"status": "active",
"full_name": "Jane Smith",
"created_at": "2025-02-10T08:30:00Z",
"enrolled_courses": 3
}
]

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

Triggered by

Apps that pair well as the trigger for List EzyCourse Students.

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

FAQ

Questions about List EzyCourse Students.

What does the List EzyCourse Students action do in EzyCourse?
Paginated students with filters by enrollment status, enrolled-after date. For sync workflows that mirror the student directory into a CRM or community platform.
What inputs does List EzyCourse Students require?
List EzyCourse Students 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 EzyCourse 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 EzyCourse Students support batch operations?
Yes. Run List EzyCourse Students inside a Loop node to process arrays. Tiny Command handles EzyCourse's rate limits automatically so you don't have to throttle manually.
More actions

Other EzyCourse actions.

Send list ezycourse students from your workflows.

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