Google Classroom
Google Classroom connector enables seamless data integration between Google Classroom and various destinations. This connector facilitates the synchronization of course information, rosters, assignments empowering educators to automate reporting and streamline classroom data management efficiently.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
client_id | string | OAuth Client ID. | |
client_secret | string | OAuth Client Secret. | |
client_refresh_token | string | Refresh token. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
courses | id | DefaultPaginator | ✅ | ❌ |
teachers | userId | DefaultPaginator | ✅ | ❌ |
students | userId | DefaultPaginator | ✅ | ❌ |
announcements | id | DefaultPaginator | ✅ | ❌ |
coursework | id | DefaultPaginator | ✅ | ❌ |
studentsubmissions | id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
OAuth Client ID
required
string
client_id
OAuth Client Secret
required
string
client_secret
Refresh token
required
string
client_refresh_token
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.7 | 2025-01-18 | 51669 | Update dependencies |
0.0.6 | 2025-01-11 | 51128 | Update dependencies |
0.0.5 | 2024-12-28 | 50545 | Update dependencies |
0.0.4 | 2024-12-21 | 50010 | Update dependencies |
0.0.3 | 2024-12-14 | 49540 | Update dependencies |
0.0.2 | 2024-12-12 | 49188 | Update dependencies |
0.0.1 | 2024-10-26 | Initial release by @bishalbera via Connector Builder |