Hello,
any idea how to implement this:
- Zapier trigger - New video uploaded in YouTube.
- Webhook sent with video ID
- Based on Video ID I generate youtube captions, using this js plugin
- Send webhook to Zapier with captions
- Zapier creates a post in Ghost website.
Specifically, how to listen to webhook in javascript?
Thank you!