Skip to main content

Automate personalized assignment reminders for students with Canvas

Workflow preview

Workflow preview
100%
Automate personalized assignment reminders for students with Canvas preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Canvas: Send students their pending assignments How it works 1. Trigger the workflow and set the Canvas base URL and target course name. 2. Fetch all instructor courses and locate the course ID tha...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.filter, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Alysson Neves.

Original n8n.io source

1.1 Workflow description

Title
Automate personalized assignment reminders for students with Canvas
Workflow name
Automate personalized assignment reminders for students with Canvas

Canvas: Send students their pending assignments

How it works

  1. Trigger the workflow and set the Canvas base URL and target course name.
  2. Fetch all instructor courses and locate the course ID that matches the name.
  3. Retrieve enrolled students and their unsubmitted submissions for the course, handling paginated results.
  4. Merge student records with submission data, convert due dates to local time, and build a per-student summary.
  5. 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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Initial parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Get course by name

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 5 - Get all teacher courses

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 6 - Get course ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Get course students

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Agregate courses pagination

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Agregate students pagination

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Get course sumbissions

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 13 - Agregate submits pagination

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Enrich Submissions with Student Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Group Pending Assignments per Student

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Send message in Canvas

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 18 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

3. Summary Table

Workflow Automate personalized assignment reminders for students with Canvas
Complexity advanced
Nodes 21
Categories Personal Productivity
Author Alysson Neves
Published 12 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11746/11746.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate personalized assignment reminders for students with Canvas do?

Canvas: Send students their pending assignments How it works 1. Trigger the workflow and set the Canvas base URL and target course name. 2. Fetch all instructor courses and locate the course ID tha...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.