Skip to content
AActionAcadleUpdated May 2026

How do I enroll a new student in an Acadle course?

Short answer: Drop the "AcadleEnroll Student in Course" 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
Course ID
course_id
stringRequiredThe Course ID assigned by Acadle. Find via the corresponding list/search operation in this app. Use the exact ID, not a name or label.
Email
email
stringRequiredThe email address. Used as the recipient or identifier depending on context.
Name
name
stringOptionalUsed when creating the account if user doesn't exist.
Sample request
{
"course_id": "{{trigger.course_id}}",
"email": "learner@example.com",
"name": "{{trigger.name}}"
}
Returns
{
"status": "enrolled",
"user_id": "usr_xyz",
"course_id": "course_abc",
"enrollment_id": "enr_abc"
}

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

Triggered by

Apps that pair well as the trigger for Enroll Student in Course.

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

FAQ

Questions about Enroll Student in Course.

What does the Enroll Student in Course action do in Acadle?
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.
What inputs does Enroll Student in Course require?
Required: Course ID, Email. 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 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 Enroll Student in Course support batch operations?
Yes. Run Enroll Student in Course 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 enroll student in course from your workflows.

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