-
Notifications
You must be signed in to change notification settings - Fork 11k
Open
Labels
🐛 bugSomething isn't workingSomething isn't working
Description
Issue Summary
I have configured booking webhooks for platform oauth client. but my webhook server is never called
Steps to Reproduce
- configure oauth client on platform
- configure managed oauth client user and event type
- configure oauth clients webhook
- (routing to localhost server when server running on localhost)
- make a booking to the created event type
- see webhook server - no requests are made
Actual Results
no webhook calls are made
Expected Results
After making a booking webhook is called with info about the booking made
Technical details
Setup
- cal.com platform Booker atom in a custom react app
- running local webhook server with public routing to localhost server (didn't work either when deploying webhook server on the cloud)
Evidence
- Oauth client config:
- Video showing that I have webhook enabled and webhook server doesn't receive any calls
Video_2025-11-04_13-47-49.mp4
Metadata
Metadata
Assignees
Labels
🐛 bugSomething isn't workingSomething isn't working