hi all, I just deployed a google web app to captur...
# api
h
hi all, I just deployed a google web app to capture webhooks from cal.com. When I ping test the subscriber URL the webhook response passed but when I look at the execution log in google script, it comes up with an entry stating a doPost() function has failed. I would like to use webhooks to try and post booking entries from cal.com to google sheets is there any tutorial on how this can be done? I have to be honest I am a complete beginner when it comes to webhooks but would like to learn. I was using this link as an inspiration https://areatype.com/blog/using-google-sheets-capture-webhook-data
a
Hey there, we currently do not have a tutorial for it, I'm afraid. Although, you could maybe take a look at: https://cal.com/docs/core-features/webhooks to learn more about how to use it on Cal.com, and perhaps a look at: https://cal.com/docs/core-features/webhooks#adding-a-custom-payload-template in case you need to customize the payload for the same 🙏
h
thanks for this, had a look at these but will get a bit trained up before trying to create the webhooks