planningcenter / developers

Planning Center API docs and support
https://developer.planning.center/docs/
85 stars 8 forks source link

Group Events and Calendar Events Webhooks #1169

Closed onairmarc closed 6 months ago

onairmarc commented 6 months ago

Related Product Which product is this feature related to? Groups and Calendar

Is your feature request related to a problem? Please describe. I'm building a custom web application/website for my church using Laravel, and I would love to receive webhook notifications when Calendar Events and Group Events receive CRUD operations. Currently, I am polling the API for new, updated, and deleted events. Because of how I need to do this, this is resulting in about 25k requests per day to see if any changes need to be applied in my web application's database regardless if there are updates to apply or not.

Describe the solution you'd like I would love to receive webhooks for group and calendar events, just like People send webhooks.

Describe alternatives you've considered The only other alternative I'm aware of it to continue polling the API, resulting in an extremely chatty application.

I have..

seven1m commented 6 months ago

Thank you for writing this up. We are working to add more webhook subscriptions to our product suite, but I cannot give a timeline on when Calendar Events or Group Events will be added.

I'll pass this along to both the Calendar and Groups teams so they know there is interest in these event types. Thanks!