instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.41k stars 2.42k forks source link

Webhook APIs #2307

Open sakgoyal opened 5 months ago

sakgoyal commented 5 months ago

I want to create an app that receives webhooks from canvas LMS. The idea is to get all events for a class that are not user specific (assignment updated, announcements, module unlocked, etc etc). Is there a way I can do this? Or will I have to keep a running poll to check this over and over?