Automate Personalized Assignment Reminders for Students with Canvas

Go to Workflow
9 views
Built by Alysson Neves Alysson Neves
Created on June 05, 2026

Description

Canvas: Send students their pending assignments

How it works
Trigger the workflow and set the Canvas base URL and target course name.
Fetch all instructor courses and locate the course ID that matches the name.
Retrieve enrolled students and their unsubmitted submissions for the course, handling paginated results.
Merge student records with submission data, convert due dates to local time, and build a per-student summary.
Send a Canvas conversation to each student with a personalized list of pending assignments and links.

Setup
[ ] Connect Canvas API credentials (Bearer and header auth used by the workflow).
[ ] Enter your Canvas base URL (e.g. https://your_educational_institution.instructure.com).
[ ] Set the exact course name to check for pending work.
[ ] Confirm the teacher account can view students and send conversations.
[ ] Run the workflow manually to verify output and delivery.
[ ] Edit the message subject or body template if you need different wording.

Nodes Used (2)

Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest