Suggestions for team schedule change notifications?

We're currently using the SKY API to display team game schedules, but have not figured out a clean way to update game schedule changes in a timely fashion. We'd love a webhook for this, but don't see anything documented. Only thing we've considered so far is to poll every minute and do a diff across every single game in our system, but that's a huge amount of work for something that happens relatively rarely… Anyone have an existing solve for this?

Comments

  • Michael Tims
    Michael Tims Blackbaud Employee
    Seventh Anniversary Kudos 2 Name Dropper Participant

    Hi @Typecode LLC - no I do not believe there is currently a webhook available to support your use case. There is documentation about how to synchronize data to a custom data source. Hopefully it can provide some assistance for a potential approach for your case.

  • @Michael Tims thanks! Yea we just discovered the `last_modified` query param, I think that + polling is as good as we'll get here unfortunately.

Categories