ActionEzyCourseUpdated June 2026

How do I enroll a student in an EzyCourse course?

Short answer: Drop the "EzyCourseEnroll Student" 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
Student Email
email
emailRequiredEmail of the student to enroll
Course ID
course_id
stringRequiredThe course ID to enroll the student in
Full Name
full_name
stringOptionalStudent's full name (required if new student)
Sample request
{
"email": "e.g. user@example.com",
"course_id": "e.g. 1001",
"full_name": "{{trigger.full_name}}"
}
Returns
{
"message": "Student enrolled successfully",
"success": true,
"enrollment": {
"course_id": 1001,
"student_id": 5001,
"enrolled_at": "2025-03-15T12:00:00Z"
}
}

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

Triggered by

Apps that pair well as the trigger for Enroll Student.

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

FAQ

Questions about Enroll Student.

What does the Enroll Student action do in EzyCourse?
Grants a student access to a course in your EzyCourse academy. The standard hook for "checkout completed → auto-enroll" e-commerce-to-academy workflows.
What inputs does Enroll Student require?
Required: Student Email, Course ID. Every input accepts a static value or a variable from any upstream node in your workflow.
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 Enroll Student support batch operations?
Yes. Run Enroll Student 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.

Action
Get EzyCourse Student
Returns a student by email or ID with enrollment history, progress, contact info. Useful for "how far has this student progressed?" reporting or for personalised "we noticed you haven't logged in" re-engagement workflows.
Action
List EzyCourse Courses
Returns every course with title, description, enrollment count. Useful for resolving course IDs at workflow setup or for "promote our top-enrolled courses" marketing workflows.
Action
List EzyCourse Students
Paginated students with filters by enrollment status, enrolled-after date. For sync workflows that mirror the student directory into a CRM or community platform.

Send enroll student from your workflows.

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