Google Classroom ​
Manage courses, students, and coursework via the Google Classroom API.
| Detail | Value |
|---|---|
| Category | Education |
| Base URL | https://classroom.googleapis.com/v1 |
| Authentication | See connector docs |
| Endpoints | 3 |
| Connector key | google-classroom |
Using Google Classroom in a workflow ​
- Go to Connections and click New Connection.
- Pick Google Classroom from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /courses | List courses |
| GET /courses/{id}/students | List students in a course |
| POST /courses/{id}/courseWork | Create course work |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.