Skip to content

Canvas LMS ​

Manage courses, students, and assignments in the Canvas learning management system.

DetailValue
CategoryEducation
Base URLhttps://canvas.instructure.com/api/v1
AuthenticationBearer Token
Endpoints3
Connector keycanvas-lms

Using Canvas LMS in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Canvas LMS from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /coursesList courses
GET /courses/{id}/studentsList students in a course
POST /courses/{id}/assignmentsCreate an assignment

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.